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 08:26:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Riccardo Magliocchetti
a4e9e834e3
Fixed ModelAdmin.get_max_num() example if obj is None.
2016-10-17 07:33:38 -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
…
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
Documented AppRegistryNotReady.
2016-10-06 10:21:57 -04:00
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
…
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
…