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
extensions
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 9, 2023
Keep is_dst around for older Django versions
matthiask
committed
cb0969c
View commit details
Copy full SHA for cb0969c
View code at this point
Browse repository at this point
Remove the deprecated and removed is_dst argument to make_aware
matthiask
committed
2067bdd
View commit details
Copy full SHA for 2067bdd
View code at this point
Browse repository at this point
pre-commit update
matthiask
committed
b6e4aeb
View commit details
Copy full SHA for b6e4aeb
View code at this point
Browse repository at this point
Commits on May 17, 2022
Reintroduce the ability to easily use the render() return value in a string context
matthiask
committed
b669cb7
View commit details
Copy full SHA for b669cb7
View code at this point
Browse repository at this point
Commits on May 10, 2022
Reinstate dj1.6 fallback which coincidentially also covers dj4 :-)
Martin J. Laubach
committed
fe147ec
View commit details
Copy full SHA for fe147ec
View code at this point
Browse repository at this point
Adapt tests, session no longer store language it seems?
Martin J. Laubach
committed
c99476b
View commit details
Copy full SHA for c99476b
View code at this point
Browse repository at this point
Avoid setting the language in session if it's the site's primary language, so we don't have session hanging around that just (pointlessly) tell us "primary language".
Show description for 982248d
Martin J. Laubach
committed
982248d
View commit details
Copy full SHA for 982248d
View code at this point
Browse repository at this point
Commits on Mar 15, 2022
Run pre-commit on all files
matthiask
committed
928d95e
View commit details
Copy full SHA for 928d95e
View code at this point
Browse repository at this point
Optimize query for ContentType mapping, use get_for_models() to fetch all CTs at once
Martin J. Laubach
committed
38d335e
View commit details
Copy full SHA for 38d335e
View code at this point
Browse repository at this point
Commits on Jan 7, 2022
Delete more code, reinit eslint
matthiask
committed
6e5b3bc
View commit details
Copy full SHA for 6e5b3bc
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
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 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 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 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
Fix a few flake8 warnings
matthiask
committed
be0c63e
View commit details
Copy full SHA for be0c63e
View code at this point
Browse repository at this point
Commits on Oct 31, 2016
Finally hunt down the AmbiguousTimeError that haunts us every halloween (aka DST end transition).
Show description for 01bd084
Martin J. Laubach
committed
01bd084
View commit details
Copy full SHA for 01bd084
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
Add back changes lost in dirty merge
matthiask
committed
fa854d7
View commit details
Copy full SHA for fa854d7
View code at this point
Browse repository at this point
Commits on Mar 14, 2016
get_redirect_to_target might not get a request
Show description for 72a11fe
matthiask
committed
72a11fe
View commit details
Copy full SHA for 72a11fe
View code at this point
Browse repository at this point
Commits on Sep 9, 2015
Also include the original translation in the list of translations...
matthiask
committed
de255a5
View commit details
Copy full SHA for de255a5
View code at this point
Browse repository at this point
Speed up the page tree with translations (again)
matthiask
committed
08a6853
View commit details
Copy full SHA for 08a6853
View code at this point
Browse repository at this point
Commits on Sep 8, 2015
Merge branch 'next' into pu
Show description for 6892acc
matthiask
committed
6892acc
View commit details
Copy full SHA for 6892acc
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
.clear() also empties a dict
matthiask
committed
aa36c27
View commit details
Copy full SHA for aa36c27
View code at this point
Browse repository at this point
changedate: Move imports to top
matthiask
committed
7aecd2a
View commit details
Copy full SHA for 7aecd2a
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
flake8
matthiask
committed
6d32fe7
View commit details
Copy full SHA for 6d32fe7
View code at this point
Browse repository at this point
Merge branch 'next' into pu
Show description for 633ac03
matthiask
committed
633ac03
View commit details
Copy full SHA for 633ac03
View code at this point
Browse repository at this point
Commits on Aug 29, 2015
Remove an unused, internal method
matthiask
committed
cb2e6bd
View commit details
Copy full SHA for cb2e6bd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.