index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
Age
Commit message (
Expand
)
Author
2018-07-31
[2.1.x] Removed code terms from docs/spelling_wordlist.
Tim Graham
2018-07-24
[2.1.x] Fixed typo in docs/topics/http/urls.txt.
minusf
2018-07-24
[2.1.x] Fixed #29591 -- Fixed numbering words in docs/topics/db/examples/many...
Tim Graham
2018-07-19
[2.1.x] Fixed IntegrityError in docs/topics/db/examples/many_to_one.txt.
Tim Graham
2018-07-18
[2.1.x] Removed duplicate words in docs.
Maxime Lorant
2018-07-07
[2.1.x] Removed usage of 'object' variable name in docs.
Harry Moreno
2018-07-02
[2.1.x] Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth ...
Tim Graham
2018-06-29
[2.1.x] Fixed #29535 -- Updated email.MIME* references for Python 3.
José L. Patiño
2018-06-28
[2.1.x] Refs #29513 -- Linked the testing docs from the multi-db topic guide.
Mattia Cattarinussi
2018-06-28
[2.1.x] Fixed links for i18n context processor docs.
Tim Graham
2018-06-28
[2.1.x] Fixed location of a few doc labels.
Tim Graham
2018-06-21
[2.1.x] Updated a test example to use snake case.
Adam Johnson
2018-06-05
[2.1.x] Fixed typo in docs/topics/auth/customizing.txt.
Michael Kiros
2018-06-02
[2.1.x] Fixed #29430 -- Clarified send_mail()'s fail_silently docs.
Subhav Gautam
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-05-15
Add clarifying section about historical migration models
Andrew Godwin
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-05-09
Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().
Morgan Aubert
2018-05-04
Fixed #26688 -- Fixed HTTP request logging inconsistencies.
Samir Shah
2018-05-02
Fixed #29375 -- Removed empty action attribute on HTML forms.
CHI Cheng
2018-04-27
Fixed #27480 -- Added cache.touch().
Nicolas Noé
2018-04-23
Fixed #29349 -- Doc'd the default behavior of router.allow_relation().
Stefan R. Filipek
2018-04-23
Fixed typos in docs/topics/auth/passwords.txt.
adamth
2018-04-19
Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.
Adnan Umer
2018-04-19
Fixed #29339 -- Added result caching to RawQuerySet.
Adnan Umer
2018-04-19
Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirec...
Nick Pope
2018-04-18
Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript template strings ...
Tim Graham
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-04-16
Fixed #29274 -- Increased the number of common passwords from 1k to 20k.
GS-14
2018-04-15
Fixed typo in docs/topics/i18n/translation.txt.
Ben Menesini
2018-04-13
Fixed #27863 -- Added support for the SameSite cookie flag.
Alex Gaynor
2018-04-11
Fixed typo in docs/topics/db/managers.txt.
Luoxzhg
2018-04-10
Fixed mistakes in docs/topics/db/examples/many_to_one.txt.
Luoxzhg
2018-03-31
Clarified a sentence in docs/topics/i18n/translation.txt.
Wim Feijen
2018-03-28
Replaced 'python -Wall' with 'python -Wa'.
Daniel Chimeno
2018-03-26
Added a pagination example to ListView docs.
AK
2018-03-22
Fixed #28718 -- Allowed user to request a password reset if their password do...
Tim Graham
2018-03-20
Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().
Jezeniel Zapanta
2018-03-20
Refs #11278 -- Clarified RelatedManager differences between reverse one-to-ma...
Denis
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-03-13
Fixed #29192 -- Corrected docs regarding overriding fields from abstract base...
ovalseven8
2018-03-05
Improved clarity of docs/topics/install.txt.
jblang94
2018-03-03
Fixed #29144 -- Made untranslated strings for territorial language variants u...
Patryk Zawadzki
2018-03-02
Fixed typo in docs/topics/forms/media.txt.
Daniel Hahler
2018-02-26
Fixed incorrect regex in re_path() example.
René Fleschenberg
2018-02-26
Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS.
Tim Graham
2018-02-26
Removed "Remove any old versions of Django" install instructions.
Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
2018-02-21
Changed "language-code" to the more commonly used "language code".
Sebastian Sangervasi
2018-02-20
Fixed #29146 -- Readded ^ and $ inadvertently removed from re_path() examples.
Seohong Park
2018-02-16
Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users.
Dylan Verheul
[next]