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-03-04 06:05:02 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
contrib
/
staticfiles
History
Jon Dufresne
7d607127e3
Refs
#21221
-- Deprecated staticfiles and admin_static template tag libraries.
2018-01-23 10:30:10 -05:00
..
management
/commands
Refs
#23919
-- Removed obsolete __init__.py files in management command directories.
2018-01-03 11:02:26 -05:00
templatetags
Refs
#21221
-- Deprecated staticfiles and admin_static template tag libraries.
2018-01-23 10:30:10 -05:00
__init__.py
…
apps.py
…
checks.py
…
finders.py
Fixed
#28776
-- Fixed a/an/and typos in docs and comments.
2017-11-06 22:41:03 -05:00
handlers.py
Fixed
#27796
-- Prevented middleware being loaded twice with runserver
2017-08-23 23:05:18 +02:00
storage.py
Fixed
#28996
-- Simplified some boolean constructs and removed trivial continue statements.
2018-01-12 12:44:50 -05:00
testing.py
…
urls.py
…
utils.py
Fixed
#28930
-- Simplified code with any() and all().
2017-12-26 17:11:15 -05:00
views.py
…