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
.
python-lang-org
/
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
utils
__init__.py
on
main
User selector
All users
Datepicker
All time
Commit history
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 Jan 7, 2022
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 Nov 21, 2019
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 Feb 7, 2017
The exception is named DoesNotExist on models
matthiask
committed
94e1dac
View commit details
Copy full SHA for 94e1dac
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
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 Sep 5, 2015
Remove path_to_cache_key; it is deprecated and unused
matthiask
committed
75dfd5e
View commit details
Copy full SHA for 75dfd5e
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 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
Remove some automatic page instance caching
matthiask
committed
d464033
View commit details
Copy full SHA for d464033
View code at this point
Browse repository at this point
Commits on Oct 10, 2014
Remove collect_dict_values, it should have been removed a long time ago
Show description for 64d83d5
matthiask
committed
64d83d5
View commit details
Copy full SHA for 64d83d5
View code at this point
Browse repository at this point
Commits on Sep 4, 2014
Fix many deprecation warnings
matthiask
committed
3f4db74
View commit details
Copy full SHA for 3f4db74
View code at this point
Browse repository at this point
Drop compatibility with Django < 1.6, less deprecation warnings
Show description for 78dcf35
matthiask
committed
78dcf35
View commit details
Copy full SHA for 78dcf35
View code at this point
Browse repository at this point
Commits on Apr 12, 2014
Fix all flake8 2.1.0 warnings
matthiask
committed
b6c0d06
View commit details
Copy full SHA for b6c0d06
View code at this point
Browse repository at this point
Commits on Dec 30, 2013
Remove "u" string prefixes
matthiask
committed
e92e084
View commit details
Copy full SHA for e92e084
View code at this point
Browse repository at this point
unicode_literals everything, add tox configuration for running the tests with Python 3.2
matthiask
committed
0495e00
View commit details
Copy full SHA for 0495e00
View code at this point
Browse repository at this point
Commits on Nov 22, 2013
Fix occurrences of E501
matthiask
committed
94c602a
View commit details
Copy full SHA for 94c602a
View code at this point
Browse repository at this point
Commits on Nov 21, 2013
Move imports to the top of various files
matthiask
committed
e12a9fc
View commit details
Copy full SHA for e12a9fc
View code at this point
Browse repository at this point
Commits on Nov 17, 2013
Fix occurrences of E126
matthiask
committed
a1bb6d3
View commit details
Copy full SHA for a1bb6d3
View code at this point
Browse repository at this point
Commits on Oct 15, 2013
flake8-clean the code, mostly
matthiask
committed
72a361e
View commit details
Copy full SHA for 72a361e
View code at this point
Browse repository at this point
Commits on Sep 30, 2013
Add support for Python 3.3 (successfully run the testsuite at least)
matthiask
committed
a765206
View commit details
Copy full SHA for a765206
View code at this point
Browse repository at this point
Commits on May 17, 2013
Merge branch 'next' into template_upgrades
Show description for 6ac20aa
DrMeers
committed
6ac20aa
View commit details
Copy full SHA for 6ac20aa
View code at this point
Browse repository at this point
Commits on May 13, 2013
missing l
DrMeers
committed
243de0e
View commit details
Copy full SHA for 243de0e
View code at this point
Browse repository at this point
Commits on Apr 22, 2013
more singleton refactoring
DrMeers
committed
f00eecf
View commit details
Copy full SHA for f00eecf
View code at this point
Browse repository at this point
Commits on Mar 19, 2013
Cater for edgy edge case in shorten_string, also sentence english make.
Martin J. Laubach
committed
fc20304
View commit details
Copy full SHA for fc20304
View code at this point
Browse repository at this point
Rework shorten_string, which had pathological behaviour if no space could be found near the wanted splitting point.
Show description for e419e00
Martin J. Laubach
committed
e419e00
View commit details
Copy full SHA for e419e00
View code at this point
Browse repository at this point
Simplify code.
Martin J. Laubach
committed
a589417
View commit details
Copy full SHA for a589417
View code at this point
Browse repository at this point
Commits on Dec 19, 2012
Stop depending on SITE_ID being set
matthiask
committed
c88b6ca
View commit details
Copy full SHA for c88b6ca
View code at this point
Browse repository at this point
Commits on Jun 18, 2012
get_object: Try importing the path as module first
Show description for 19f50f9
matthiask
committed
19f50f9
View commit details
Copy full SHA for 19f50f9
View code at this point
Browse repository at this point
Commits on Mar 22, 2012
Remove exception handling that cannot work
Martin J. Laubach
committed
ddba1be
View commit details
Copy full SHA for ddba1be
View code at this point
Browse repository at this point
Commits on Mar 2, 2012
Move utility method for generating max sized keys to feincms.utils
Martin J. Laubach
committed
9a9b6dd
View commit details
Copy full SHA for 9a9b6dd
View code at this point
Browse repository at this point
Commits on Feb 20, 2012
Remove the prefilled attributes code, it has been superceded by queryset_transform etc.
matthiask
committed
6566fcd
View commit details
Copy full SHA for 6566fcd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.