Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rantecki
/
feincms
Public
forked from
feincms/feincms
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
feincms
feincms
content
application
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 10, 2012
Revert "Support nested ContentObjectMixin processing"
Show description for 8f251be
matthiask
committed
8f251be
View commit details
Copy full SHA for 8f251be
View code at this point
Browse repository at this point
Commits on Jul 1, 2012
Support nested ContentObjectMixin processing
Show description for 7c5374a
matthiask
committed
7c5374a
View commit details
Copy full SHA for 7c5374a
View code at this point
Browse repository at this point
Commits on Jun 19, 2012
Fix typo in app_reverse which could lead to repeated slashes
matthiask
committed
0a5ca9a
View commit details
Copy full SHA for 0a5ca9a
View code at this point
Browse repository at this point
Rewrap another two long lines
matthiask
committed
b304c44
View commit details
Copy full SHA for b304c44
View code at this point
Browse repository at this point
ApplicationContent: Replace overridden save/delete methods with signals
matthiask
committed
28d724a
View commit details
Copy full SHA for 28d724a
View code at this point
Browse repository at this point
Remove a left-over comment
matthiask
committed
9fd3159
View commit details
Copy full SHA for 9fd3159
View code at this point
Browse repository at this point
Stop adding and removing _local.urlconf, the monkey patch is no more
matthiask
committed
502461b
View commit details
Copy full SHA for 502461b
View code at this point
Browse repository at this point
Replace reverse calls for pages with get_absolute_url
matthiask
committed
b5d7700
View commit details
Copy full SHA for b5d7700
View code at this point
Browse repository at this point
PEP8-ify the code a bit
matthiask
committed
a54d9b5
View commit details
Copy full SHA for a54d9b5
View code at this point
Browse repository at this point
Be a little bit more informative in Http404 exceptions
matthiask
committed
e5600e2
View commit details
Copy full SHA for e5600e2
View code at this point
Browse repository at this point
Commits on Jun 15, 2012
Add a lazy version of app_reverse
Show description for effcd5e
matthiask
committed
effcd5e
View commit details
Copy full SHA for effcd5e
View code at this point
Browse repository at this point
Commits on Jun 14, 2012
Remove the support for FEINCMS_REVERSE_MONKEY_PATCH
matthiask
committed
33febc4
View commit details
Copy full SHA for 33febc4
View code at this point
Browse repository at this point
Commits on Jun 7, 2012
Fix #277: Add the page cache key to app reverse cache keys
Show description for 26f890a
matthiask
committed
26f890a
View commit details
Copy full SHA for 26f890a
View code at this point
Browse repository at this point
Commits on May 7, 2012
Load url from future
matthiask
committed
232059d
View commit details
Copy full SHA for 232059d
View code at this point
Browse repository at this point
Commits on Apr 18, 2012
Django 1.4 dropped support for Python versions <2.5 too
matthiask
committed
96d09b1
View commit details
Copy full SHA for 96d09b1
View code at this point
Browse repository at this point
Commits on Apr 14, 2012
Remove / move some todos in the application content code
matthiask
committed
0a0e650
View commit details
Copy full SHA for 0a0e650
View code at this point
Browse repository at this point
Commits on Apr 7, 2012
Merge branch 'optional_slash_end' of git://github.com/flyingeek/feincms into next
Show description for 6452b60
matthiask
committed
6452b60
View commit details
Copy full SHA for 6452b60
View code at this point
Browse repository at this point
Commits on Apr 6, 2012
Allow page url (and apps url) to end or not with a slash (simply modify your urls.py)
Show description for ea9e230
flyingeek
committed
ea9e230
View commit details
Copy full SHA for ea9e230
View code at this point
Browse repository at this point
Commits on Mar 20, 2012
app_reverse documentation: The second argument may also be a request
matthiask
committed
2d222d1
View commit details
Copy full SHA for 2d222d1
View code at this point
Browse repository at this point
Commits on Feb 20, 2012
Clarify the warnings concerning the reverse monkey patch removal (soon)
matthiask
committed
2f99c9e
View commit details
Copy full SHA for 2f99c9e
View code at this point
Browse repository at this point
Commits on Feb 15, 2012
Fix #240: Prefer the current page class when reversing application content URLs
matthiask
committed
56fdaeb
View commit details
Copy full SHA for 56fdaeb
View code at this point
Browse repository at this point
Commits on Jan 11, 2012
Extend app_reverse so it can extract its urlconf path from the request instead of requiring it hardcoded.
Show description for 021c747
Martin J. Laubach
committed
021c747
View commit details
Copy full SHA for 021c747
View code at this point
Browse repository at this point
Commits on Nov 15, 2011
Add stacklevel to DeprecationWarning exception
Martin J. Laubach
committed
78d55b8
View commit details
Copy full SHA for 78d55b8
View code at this point
Browse repository at this point
Commits on Sep 15, 2011
Add minimal parsing of Content-Type header to AppContent's send_directly.
Show description for b48e7e6
Martin J. Laubach
committed
b48e7e6
View commit details
Copy full SHA for b48e7e6
View code at this point
Browse repository at this point
Commits on Sep 10, 2011
ApplicationContent: Only unpack text/html and text/plain responses
matthiask
committed
bf4179c
View commit details
Copy full SHA for bf4179c
View code at this point
Browse repository at this point
Commits on Aug 17, 2011
Stop creating warnings without good reasons
matthiask
committed
056a5ef
View commit details
Copy full SHA for 056a5ef
View code at this point
Browse repository at this point
Make warnings more useful by pointing out the source of the usage
matthiask
committed
38a62d0
View commit details
Copy full SHA for 38a62d0
View code at this point
Browse repository at this point
Deprecate feincms.admin.editor module
matthiask
committed
78b9e3e
View commit details
Copy full SHA for 78b9e3e
View code at this point
Browse repository at this point
Commits on Aug 15, 2011
Fix typo
matthiask
committed
e41d7de
View commit details
Copy full SHA for e41d7de
View code at this point
Browse repository at this point
Emit a DeprecationWarning if the reverse() monkey patch is still used
matthiask
committed
64e1db7
View commit details
Copy full SHA for 64e1db7
View code at this point
Browse repository at this point
Add the application content configuration to _feincms_extra_context, too
matthiask
committed
eda2086
View commit details
Copy full SHA for eda2086
View code at this point
Browse repository at this point
Allow deactivating the reverse() monkey patch with a setting
matthiask
committed
4c323f0
View commit details
Copy full SHA for 4c323f0
View code at this point
Browse repository at this point
Fix infinite reverse / app_reverse recursion case
Show description for 05f122e
matthiask
committed
05f122e
View commit details
Copy full SHA for 05f122e
View code at this point
Browse repository at this point
Be a bit more careful when accessing reverse_cache
matthiask
committed
a918ef0
View commit details
Copy full SHA for a918ef0
View code at this point
Browse repository at this point
Deprecate the patched reverse() method in favor of an explicit solution
matthiask
committed
dfc90a7
View commit details
Copy full SHA for dfc90a7
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.