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-02-27 11:05:12 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
core
History
Tim Graham
ea34426ae7
Fixed flake8 2.6 warnings.
2016-06-16 09:12:50 -04:00
..
cache
Fixed broken links in docs and comments.
2016-06-15 21:20:23 -04:00
checks
Fixed
#26421
-- Refactored ModelSignal to use Apps.lazy_model_operation()
2016-05-19 21:33:36 -04:00
files
Fixed broken links in docs and comments.
2016-06-15 21:20:23 -04:00
handlers
…
mail
Fixed
#12666
-- Added EMAIL_USE_LOCALTIME setting.
2016-06-04 09:55:50 -04:00
management
Fixed flake8 2.6 warnings.
2016-06-16 09:12:50 -04:00
serializers
Fixed
#26717
-- Added Serializer.stream_class to customize the stream.
2016-06-08 11:08:18 -04:00
servers
…
__init__.py
…
exceptions.py
…
paginator.py
Fixed
#26290
-- Warned that paginating an unordered QuerySet may result in inconsistent results.
2016-06-08 14:09:24 -04:00
signals.py
…
signing.py
…
urlresolvers.py
…
validators.py
…
wsgi.py
…