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-08 16:35:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Zach Borboa
90c3b11e87
Fixed
#27361
-- Used "from django import forms" in forms api docs.
2016-10-19 09:55:21 -04:00
..
class-based-views
…
contrib
Fixed ModelAdmin.get_max_num() example if obj is None.
2016-10-17 07:33:38 -04:00
files
…
forms
Fixed
#27361
-- Used "from django import forms" in forms api docs.
2016-10-19 09:55:21 -04:00
models
Fixed
#27342
-- Corrected QuerySet.update_or_create() example.
2016-10-13 11:02:02 -04:00
templates
…
applications.txt
…
checks.txt
Fixed typo in docs/ref/checks.txt.
2016-10-11 10:32:32 -04:00
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
Fixed
#27345
-- Stopped setting the Date header in ConditionalGetMiddleware.
2016-10-14 12:48:03 -04:00
migration-operations.txt
…
request-response.txt
…
schema-editor.txt
…
settings.txt
Fixed
#26447
-- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddleware.
2016-10-10 14:55:59 -04:00
signals.txt
…
template-response.txt
…
unicode.txt
Updated links to the current version of MySQL docs.
2016-09-30 09:14:17 -04:00
urlresolvers.txt
…
urls.txt
…
utils.txt
Fixed
#26447
-- Deprecated settings.USE_ETAGS in favor of ConditionalGetMiddleware.
2016-10-10 14:55:59 -04:00
validators.txt
…
views.txt
…