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-12 18:36:41 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Jon Dufresne
be6ca89396
Fixed
#27991
-- Added obj arg to InlineModelAdmin.has_add_permission().
...
Thanks Vladimir Ivanov for the initial patch.
2018-04-04 19:21:50 -04:00
..
class-based-views
Added a pagination example to ListView docs.
2018-03-26 11:40:54 -04:00
contrib
Fixed
#27991
-- Added obj arg to InlineModelAdmin.has_add_permission().
2018-04-04 19:21:50 -04:00
files
…
forms
Fixed a couple mistakes in docs/ref/forms/widgets.txt.
2018-03-12 09:39:09 -04:00
models
Fixed reference to nonexistent __between lookup.
2018-04-04 09:43:36 -04:00
templates
…
applications.txt
…
checks.txt
Fixed
#29227
-- Allowed BooleanField to be null=True.
2018-03-20 12:10:10 -04:00
clickjacking.txt
…
csrf.txt
…
databases.txt
…
django-admin.txt
Fixed
#29250
-- Added 'django_version' context to startapp/project docs.
2018-03-22 21:06:50 -04:00
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
request-response.txt
Fixed
#29278
-- Doc'd that a context manager can't be used with FileResponse.
2018-04-04 09:56:49 -04:00
schema-editor.txt
…
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…