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 }}
ScriptSculptor-1
/
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
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
feincms
feincms
models.py
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 7, 2023
Improve interoperability
matthiask
committed
e3b032b
View commit details
Copy full SHA for e3b032b
View code at this point
Browse repository at this point
Commits on Jun 2, 2022
Avoid some boring migrations
matthiask
committed
9bd5e55
View commit details
Copy full SHA for 9bd5e55
View code at this point
Browse repository at this point
Commits on Mar 15, 2022
Another dict.values instead of dict.items and discarding the key
Martin J. Laubach
committed
8a0b8d3
View commit details
Copy full SHA for 8a0b8d3
View code at this point
Browse repository at this point
Small optimisation: More often than not _populate_content_type_cache is called from _fetch_regions, and passes in the whole _feincms_content_types. No need to resolve that using itself into itself.
Martin J. Laubach
committed
dfacdbe
View commit details
Copy full SHA for dfacdbe
View code at this point
Browse repository at this point
No more need for six.py_2_unicode_compatible
Martin J. Laubach
committed
7e2f9ec
View commit details
Copy full SHA for 7e2f9ec
View code at this point
Browse repository at this point
Remove Django 1.x compat
Martin J. Laubach
committed
237e84d
View commit details
Copy full SHA for 237e84d
View code at this point
Browse repository at this point
Wrap cursor use in with statement, this fixes leaking cursors (no real impact though)
Martin J. Laubach
committed
5b47271
View commit details
Copy full SHA for 5b47271
View code at this point
Browse repository at this point
Do not use dict.items() if we don't need the key, use dict.values()
Martin J. Laubach
committed
94dc079
View commit details
Copy full SHA for 94dc079
View code at this point
Browse repository at this point
Commits on Jan 7, 2022
Drop the ensure_completely_loaded machinery, hopefully not needed anymore
matthiask
committed
b494316
View commit details
Copy full SHA for b494316
View code at this point
Browse repository at this point
Update our usage of force_str, smart_str
matthiask
committed
f613e92
View commit details
Copy full SHA for f613e92
View code at this point
Browse repository at this point
Add pre-commit
matthiask
committed
ed58558
View commit details
Copy full SHA for ed58558
View code at this point
Browse repository at this point
Commits on Mar 22, 2021
Add Django 4.0 compatibility, maybe.
matthiask
committed
db072e0
View commit details
Copy full SHA for db072e0
View code at this point
Browse repository at this point
Reformat everything, add GitHub action workflows for testing
matthiask
committed
8f7cb92
View commit details
Copy full SHA for 8f7cb92
View code at this point
Browse repository at this point
Commits on Jan 21, 2020
Replace ugettext* with gettext*
matthiask
committed
43523b1
View commit details
Copy full SHA for 43523b1
View code at this point
Browse repository at this point
Commits on Nov 21, 2019
Revert "Replace ugettext with gettext"
Show description for e818e8e
matthiask
committed
e818e8e
View commit details
Copy full SHA for e818e8e
View code at this point
Browse repository at this point
Replace ugettext with gettext
matthiask
committed
45adcab
View commit details
Copy full SHA for 45adcab
View code at this point
Browse repository at this point
Stop depending on django.utils.six and python_2_unicode_compatible
matthiask
committed
9539a5a
View commit details
Copy full SHA for 9539a5a
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
Support passing kwargs to django-reversion
vmax
committed
3cf20e2
View commit details
Copy full SHA for 3cf20e2
View code at this point
Browse repository at this point
Commits on Feb 1, 2019
Reformat everything using black
matthiask
committed
a3d3d4b
View commit details
Copy full SHA for a3d3d4b
View code at this point
Browse repository at this point
Commits on Dec 21, 2018
Allow rendering plugin templates in the context of their parent template
matthiask
committed
458950f
View commit details
Copy full SHA for 458950f
View code at this point
Browse repository at this point
Commits on Nov 19, 2016
Shorten a line
matthiask
committed
8e30d92
View commit details
Copy full SHA for 8e30d92
View code at this point
Browse repository at this point
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
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 Dec 22, 2015
Correct compatibility for django-reversion >= 1.10
sperrygrove
committed
306dc99
View commit details
Copy full SHA for 306dc99
View code at this point
Browse repository at this point
Commits on Dec 17, 2015
Fix #608: register_templates sets choices correctly with Django 1.9
matthiask
committed
d1eac6d
View commit details
Copy full SHA for d1eac6d
View code at this point
Browse repository at this point
Commits on Dec 14, 2015
Stop failing with admin.E023
matthiask
committed
8e43e13
View commit details
Copy full SHA for 8e43e13
View code at this point
Browse repository at this point
Merge pull request #607 from valmynd/master
Show description for 6049cc0
matthiask
committed
6049cc0
View commit details
Copy full SHA for 6049cc0
View code at this point
Browse repository at this point
This certainly works
matthiask
committed
d851a98
View commit details
Copy full SHA for d851a98
View code at this point
Browse repository at this point
Commits on Dec 11, 2015
make FeinCMS compatible with django-reversion >= 1.10,
Show description for b3042a8
valmynd
committed
b3042a8
View commit details
Copy full SHA for b3042a8
View code at this point
Browse repository at this point
Commits on Dec 10, 2015
make FeinCMS compatible with django-reversion >= 1.10
Show description for 470af41
valmynd
committed
470af41
View commit details
Copy full SHA for 470af41
View code at this point
Browse repository at this point
Commits on Sep 30, 2015
This certainly works
matthiask
committed
7e09d9c
View commit details
Copy full SHA for 7e09d9c
View code at this point
Browse repository at this point
Commits on Sep 4, 2015
W503 mostly
matthiask
committed
2986535
View commit details
Copy full SHA for 2986535
View code at this point
Browse repository at this point
Commits on Aug 23, 2015
Unused import
matthiask
committed
fc9f369
View commit details
Copy full SHA for fc9f369
View code at this point
Browse repository at this point
Commits on Aug 21, 2015
Also drop Python 2.6
matthiask
committed
926afad
View commit details
Copy full SHA for 926afad
View code at this point
Browse repository at this point
Moar code removal enabled by dropping old Django versions
matthiask
committed
69166f1
View commit details
Copy full SHA for 69166f1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.