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 00:16:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Mads Jensen
4b9d72210f
Refs
#28643
-- Added NullIf database function.
...
Thanks Nick Pope, Mariusz Felisiak, and Tim Graham for reviews.
2019-01-10 12:10:12 -05:00
..
class-based-views
Fixed
#29750
-- Added View.setup() hook for class-based views.
2018-12-21 19:01:11 -05:00
contrib
Fixed
#30037
-- Added request arg to RemoteUserBackend.configure_user().
2019-01-09 20:01:04 -05:00
files
…
forms
…
models
Refs
#28643
-- Added NullIf database function.
2019-01-10 12:10:12 -05:00
templates
…
applications.txt
…
checks.txt
Fixed
#20098
-- Added a check for model Meta.db_table collisions.
2018-12-24 10:40:11 -05:00
clickjacking.txt
…
csrf.txt
…
databases.txt
Refs
#28643
-- Added NullIf database function.
2019-01-10 12:10:12 -05:00
django-admin.txt
…
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
Fixed typo in docs/ref/migration-operations.txt.
2019-01-02 17:56:25 -05:00
request-response.txt
Added examples to HttpRequest.build_absolute_uri() docs.
2018-12-29 19:44:45 -05:00
schema-editor.txt
…
settings.txt
…
signals.txt
…
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…