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-05 15:06:48 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
History
Sergey Fedoseev
909c59f290
Fixed typo in XViewMiddleware.process_view() docstring.
2019-10-22 14:30:52 +02:00
..
apps
…
bin
…
conf
…
contrib
Fixed typo in XViewMiddleware.process_view() docstring.
2019-10-22 14:30:52 +02:00
core
Fixed
#30872
-- Improved unknown command message when settings are manually configured.
2019-10-15 13:04:32 +02:00
db
Fixed
#20577
-- Deferred filtering of prefetched related querysets.
2019-10-21 13:21:54 +02:00
dispatch
…
forms
Fixed
#30014
-- Fixed ModelChoiceField validation when initial value is a model instance.
2019-10-11 13:28:09 +02:00
http
…
middleware
…
template
Improved performance of django.template.base.Parser.
2019-10-09 08:33:16 +02:00
templatetags
…
test
Fixed
#30876
-- Moved classproperty() decorator to the django.utils.functional.
2019-10-21 09:57:39 +02:00
urls
…
utils
Fixed
#30876
-- Moved classproperty() decorator to the django.utils.functional.
2019-10-21 09:57:39 +02:00
views
…
__init__.py
…
__main__.py
…
shortcuts.py
…