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 02:29:55 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
docs
/
ref
History
Antonio Dudarev
6c23b43655
Refs
#13724
-- Corrected QuerySet signature in docs.
2019-10-22 14:23:21 +02:00
..
class-based-views
…
contrib
…
files
Fixed
#30573
-- Rephrased documentation to avoid words that minimise the involved difficulty.
2019-09-06 13:27:46 +02:00
forms
…
models
…
templates
…
applications.txt
…
checks.txt
…
clickjacking.txt
Fixed
#30732
-- Doc'd that SameSite cookies flags can affect xframe_options_exempt.
2019-09-23 15:09:37 +02:00
csrf.txt
Fixed
#30573
-- Rephrased documentation to avoid words that minimise the involved difficulty.
2019-09-06 13:27:46 +02:00
databases.txt
…
django-admin.txt
Fixed
#28790
-- Doc'd how to avoid running certain test classes in parallel.
2019-10-08 12:11:06 +02:00
exceptions.txt
…
index.txt
…
middleware.txt
…
migration-operations.txt
…
paginator.txt
Fixed
#14218
-- Added Paginator.__iter__().
2019-10-02 09:49:31 +02:00
request-response.txt
…
schema-editor.txt
Removed versionadded/changed annotations for 2.2.
2019-09-10 12:01:00 +02:00
settings.txt
…
signals.txt
Fixed
#27462
-- Clarifed pk_set difference in m2m_changed signal receivers for add() and remove().
2019-09-19 11:34:59 +02:00
template-response.txt
…
unicode.txt
…
urlresolvers.txt
…
urls.txt
…
utils.txt
…
validators.txt
…
views.txt
…