Mix of Python and Django utility functions, classed etc.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Erik Stein 9e5cd51b82 ChangeForeignKeyAction. 3 years ago
shared ChangeForeignKeyAction. 3 years ago
.gitignore include git commit count in version and update in setup.py 7 years ago
AUTHORS Prepared release 0.2.5. 7 years ago
CHANGES Added missing releaese to CHANGES. 4 years ago
LICENSE Initial commit 9 years ago
MANIFEST.in Changed module name to "shared". 8 years ago
README.md Date formats. 7 years ago
setup.py Avoid using Django's six module. 4 years ago

README.md

django-shared-utils

Mix of Python and Django utility functions, classed etc.

To enable the needed custom date formats add

FORMAT_MODULE_PATH = [
    'shared.utils.locale',
]

to your settings file.