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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
feincms
/
feincms
Public
Notifications
You must be signed in to change notification settings
Fork
238
Star
1.1k
Code
Issues
24
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
feincms
feincms
module
on
next
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 21, 2018
Revert the deprecation of NavigationExtension autodiscovery
matthiask
committed
c763641
View commit details
Copy full SHA for c763641
View code at this point
Browse repository at this point
Commits on Mar 6, 2018
Increase media files' caption length to 1000 chars
Show description for cdaedfa
matthiask
committed
cdaedfa
View commit details
Copy full SHA for cdaedfa
View code at this point
Browse repository at this point
Commits on Oct 24, 2017
Fix a few stylistic problems
Show description for eafe948
matthiask
committed
eafe948
View commit details
Copy full SHA for eafe948
View code at this point
Browse repository at this point
Commits on May 24, 2017
Also fix other fallback imports
matthiask
committed
efbe679
View commit details
Copy full SHA for efbe679
View code at this point
Browse repository at this point
Fix import
Show description for 1a37943
fiee
authored
1a37943
View commit details
Copy full SHA for 1a37943
View code at this point
Browse repository at this point
Commits on May 16, 2017
Avoid a few deprecation warnings
matthiask
committed
d2e565e
View commit details
Copy full SHA for d2e565e
View code at this point
Browse repository at this point
Commits on May 15, 2017
Fix the deprecated extensions warnings
matthiask
committed
bc606fd
View commit details
Copy full SHA for bc606fd
View code at this point
Browse repository at this point
Commits on Apr 12, 2017
Work on Django 2.0-compatibility
matthiask
committed
b325274
View commit details
Copy full SHA for b325274
View code at this point
Browse repository at this point
Commits on Nov 19, 2016
Add on_delete to foreign keys
matthiask
committed
d7a09c4
View commit details
Copy full SHA for d7a09c4
View code at this point
Browse repository at this point
Remove all uses of allow_tags
matthiask
committed
9feb529
View commit details
Copy full SHA for 9feb529
View code at this point
Browse repository at this point
Commits on Nov 18, 2016
Even more flake8 warnings
matthiask
committed
59d5edd
View commit details
Copy full SHA for 59d5edd
View code at this point
Browse repository at this point
Commits on Sep 9, 2016
Merge branch 'master' of git://github.com/hekori/feincms into next
Show description for 8ad76b4
matthiask
committed
8ad76b4
View commit details
Copy full SHA for 8ad76b4
View code at this point
Browse repository at this point
Commits on Aug 8, 2016
Problem: render_to_response has different api than render_to_string
Show description for 61aa942
Sebastian Walter
committed
61aa942
View commit details
Copy full SHA for 61aa942
View code at this point
Browse repository at this point
Hopefully adapt correctly to the render_to_string API change
matthiask
committed
59398ac
View commit details
Copy full SHA for 59398ac
View code at this point
Browse repository at this point
Commits on Aug 5, 2016
Problem: context_instance is deprecated in render_to_response
Show description for 4260f8f
Sebastian Walter
committed
4260f8f
View commit details
Copy full SHA for 4260f8f
View code at this point
Browse repository at this point
Commits on Apr 27, 2016
flake8 clean everything
matthiask
committed
67bb544
View commit details
Copy full SHA for 67bb544
View code at this point
Browse repository at this point
Merge remote-tracking branch 'official/next' into next
Show description for 1804785
matthiask
committed
1804785
View commit details
Copy full SHA for 1804785
View code at this point
Browse repository at this point
(Dirty merge! Probably buggy.) Merge remote-tracking branch 'martinsabo/master' into next
Show description for ed8c4e1
matthiask
committed
ed8c4e1
View commit details
Copy full SHA for ed8c4e1
View code at this point
Browse repository at this point
Commits on Apr 19, 2016
Add on_delete=PROTECT to media file reference, so deleting a media file won't silently delete all ContentWithMediaFile.
Martin J. Laubach
committed
498ae81
View commit details
Copy full SHA for 498ae81
View code at this point
Browse repository at this point
Commits on Apr 13, 2016
Allow navigationgroup to be blank
Martin J. Laubach
committed
a06e6cc
View commit details
Copy full SHA for a06e6cc
View code at this point
Browse repository at this point
Commits on Apr 12, 2016
Factor out handling of "page.page:42" type strings to own functions match_model_string() and get_model_instance() in feincms.utils.
Show description for 2f17066
Martin J. Laubach
committed
2f17066
View commit details
Copy full SHA for 2f17066
View code at this point
Browse repository at this point
Commits on Apr 8, 2016
Django 1.6 fallback for LANGUAGE_SESSION_KEY (this time, working implementation).
martinsabo
committed
7995da8
View commit details
Copy full SHA for 7995da8
View code at this point
Browse repository at this point
Coding style fix. Added LANGUAGE_SESSION_KEY fallback for Django 1.6.
martinsabo
committed
7addc28
View commit details
Copy full SHA for 7addc28
View code at this point
Browse repository at this point
More url patterns deprecation warning fixes.
martinsabo
committed
0e41e1f
View commit details
Copy full SHA for 0e41e1f
View code at this point
Browse repository at this point
Language detection via session - fix for translation extension.
martinsabo
committed
19c3417
View commit details
Copy full SHA for 19c3417
View code at this point
Browse repository at this point
Commits on Feb 4, 2016
Revert to a less radical departure from FeinCMS 1.x
matthiask
committed
be4db35
View commit details
Copy full SHA for be4db35
View code at this point
Browse repository at this point
Commits on Jan 25, 2016
Merge branch 'master' into next
Show description for 7b88e6a
matthiask
committed
7b88e6a
View commit details
Copy full SHA for 7b88e6a
View code at this point
Browse repository at this point
Commits on Jan 18, 2016
New left margin in flat theme
matthiask
committed
0f9b910
View commit details
Copy full SHA for 0f9b910
View code at this point
Browse repository at this point
Commits on Dec 14, 2015
flake8
matthiask
committed
da33a63
View commit details
Copy full SHA for da33a63
View code at this point
Browse repository at this point
Fix more test failures
matthiask
committed
f547772
View commit details
Copy full SHA for f547772
View code at this point
Browse repository at this point
Fix #597: Boolean fields require default values
matthiask
committed
42b1f00
View commit details
Copy full SHA for 42b1f00
View code at this point
Browse repository at this point
.clear() also empties a dict
matthiask
committed
11c20b2
View commit details
Copy full SHA for 11c20b2
View code at this point
Browse repository at this point
Move import to top of file (especially since we import this file anyway)
matthiask
committed
b204223
View commit details
Copy full SHA for b204223
View code at this point
Browse repository at this point
Commits on Nov 30, 2015
get_navigation_url could never have worked right: When having an internal link "page.page:13", it would return the url of the current page.
Show description for 32bbfd3
Martin J. Laubach
committed
32bbfd3
View commit details
Copy full SHA for 32bbfd3
View code at this point
Browse repository at this point
Work around new warning in Django 1.8 which caused a warning for Page, MediaFile, Category, MediaFileTranslation:
Show description for a40e6bf
Martin J. Laubach
committed
a40e6bf
View commit details
Copy full SHA for a40e6bf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.