This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-27 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
i18n
History
…
..
commands
…
contenttypes
…
exclude
…
other
Fixed
#25812
-- Restored the ability to use custom formats with the date template filter.
2015-11-28 08:38:45 -05:00
other2
…
patterns
Fixed
#28593
-- Added a simplified URL routing syntax per DEP 0201.
2017-09-20 18:04:42 -04:00
project_dir
…
resolution
…
sampleproject
Reverted "Fixed
#27878
, refs
#23919
-- Used python3 shebangs."
2017-03-07 10:10:32 -05:00
__init__.py
Fixed
#21307
-- Moved TransRealMixin to django.test.utils.
2013-10-22 22:19:56 -03:00
forms.py
…
models.py
…
test_compilation.py
…
test_extraction.py
…
test_management.py
…
test_percents.py
Refs
#23919
-- Replaced super(ClassName, self) with super().
2017-01-25 12:23:46 -05:00
tests.py
Fixed
#28710
-- Fixed the Basque DATE_FORMAT string
2017-10-13 19:48:20 +02:00
urls_default_unprefixed.py
…
urls.py
Converted usage of ugettext* functions to their gettext* aliases
2017-02-07 09:04:04 +01:00
utils.py
…