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-01-27 10:39:40 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Tim Graham
2fc5a5bfe3
Removed stray versionadded/changed annotations for 1.10.
2017-09-02 21:47:01 -04:00
..
class-based-views
…
contrib
Fixed
#17985
-- Documented ModelAdmin.lookup_allowed().
2017-09-02 13:54:33 -04:00
files
…
forms
Removed stray versionadded/changed annotations for 1.10.
2017-09-02 21:47:01 -04:00
models
Fixed
#28557
-- Fixed ForeignKey/OneToOneField/ManyToManyField argument name in docs.
2017-09-01 20:03:32 -04:00
templates
Removed stray versionadded/changed annotations for 1.10.
2017-09-02 21:47:01 -04:00
applications.txt
…
checks.txt
…
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
request-response.txt
Fixed
#28548
-- Replaced 'middlewares' with 'middleware' in docs.
2017-08-30 06:25:51 -04:00
schema-editor.txt
…
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
Removed unused reference in docs/ref/utils.txt.
2017-08-16 18:42:37 +05:00
validators.txt
Fixed
#28201
-- Added ProhibitNullCharactersValidator and used it on CharField form field.
2017-08-12 20:14:14 -04:00
views.txt
…