summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2018-07-31[2.1.x] Removed code terms from docs/spelling_wordlist.Tim Graham
Backport of b4fa94aed8ec5209176c9fa88aba3eacdca837f3 from master
2018-07-24[2.1.x] Fixed typo in docs/topics/http/urls.txt.minusf
Backport of 6429961418b0da70e915fcb61f4cf41977cf818a from master
2018-07-24[2.1.x] Fixed #29591 -- Fixed numbering words in ↵Tim Graham
docs/topics/db/examples/many_to_many.txt. Backport of cef8f6a61bc8079fa36cb37a7d411b56869ffe32 from master
2018-07-19[2.1.x] Fixed IntegrityError in docs/topics/db/examples/many_to_one.txt.Tim Graham
Backport of 6b6bdfe25c946ee9512b3866d64930fe1be619fd from master
2018-07-18[2.1.x] Removed duplicate words in docs.Maxime Lorant
Backport of 31407fa3b362dc17d61a2a0d7e27b1dfd9d9c143 from master
2018-07-07[2.1.x] Removed usage of 'object' variable name in docs.Harry Moreno
Backport of 6e55cf0de6b5e8e853ce0d549b08e621f023d4bf from master
2018-07-02[2.1.x] Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth ↵Tim Graham
forms without installing contrib.auth." This reverts commit 3333d935d2914cd80cf31f4803821ad5c0e2a51d due to a crash if USERNAME_FIELD isn't a CharField. Backport of f3fa86a89b3b85242f49b2b9acf58b5ea35acc1f from master
2018-06-29[2.1.x] Fixed #29535 -- Updated email.MIME* references for Python 3.José L. Patiño
Backport of b5dd6ef3d52544ec7533509915c61545d5c3d85a from master
2018-06-28[2.1.x] Refs #29513 -- Linked the testing docs from the multi-db topic guide.Mattia Cattarinussi
Backport of 2a0116266c4d81bd1cc4e3ea20efe9a7874f481b from master
2018-06-28[2.1.x] Fixed links for i18n context processor docs.Tim Graham
Backport of fd06488fe36acc27fbe37bf7c9aefc0574e9cc4e from master
2018-06-28[2.1.x] Fixed location of a few doc labels.Tim Graham
Backport of 1229687a0a261d05a72e6f189c1a9b0069b302e5 from master
2018-06-21[2.1.x] Updated a test example to use snake case.Adam Johnson
Backport of ae38777698dd0bf2a9efefef778d5e92d36c8d12 from master
2018-06-05[2.1.x] Fixed typo in docs/topics/auth/customizing.txt.Michael Kiros
Backport of b37bac39b387bc87872d37d4b07783b67ef28d0c from master
2018-06-02[2.1.x] Fixed #29430 -- Clarified send_mail()'s fail_silently docs.Subhav Gautam
Backport of 085ebc5f1a0e96784516e551cb9225cc6836f1d0 from master
2018-05-16Fixed #8936 -- Added a view permission and a read-only admin.olivierdalang
Co-authored-by: Petr Dlouhy <petr.dlouhy@email.cz> Co-authored-by: Olivier Dalang <olivier.dalang@gmail.com>
2018-05-15Add clarifying section about historical migration modelsAndrew Godwin
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
Follow-up of d97cce34096043b019e818a7fb98c0f9f073704c and 7d3fe36c626a3268413eb86d37920f132eb4a54f.
2018-05-09Fixed #29363 -- Added SimpleTestCase.assertWarnsMessage().Morgan Aubert
2018-05-04Fixed #26688 -- Fixed HTTP request logging inconsistencies.Samir Shah
* Added logging of 500 responses for instantiated responses. * Added logging of all 4xx and 5xx responses.
2018-05-02Fixed #29375 -- Removed empty action attribute on HTML forms.CHI Cheng
2018-04-27Fixed #27480 -- Added cache.touch().Nicolas Noé
2018-04-23Fixed #29349 -- Doc'd the default behavior of router.allow_relation().Stefan R. Filipek
2018-04-23Fixed typos in docs/topics/auth/passwords.txt.adamth
2018-04-19Fixed #29337 -- Added __len__() & __bool__() to RawQuerySet.Adnan Umer
2018-04-19Fixed #29339 -- Added result caching to RawQuerySet.Adnan Umer
2018-04-19Fixed #29212 -- Doc'd redirect loop if @permission_required used with ↵Nick Pope
redirect_authenticated_user.
2018-04-18Fixed #29174, #29175 -- Doc'd that f-strings and JavaScript template strings ↵Tim Graham
can't be translated.
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-04-16Fixed #29274 -- Increased the number of common passwords from 1k to 20k.GS-14
2018-04-15Fixed typo in docs/topics/i18n/translation.txt.Ben Menesini
2018-04-13Fixed #27863 -- Added support for the SameSite cookie flag.Alex Gaynor
Thanks Alex Gaynor for contributing to the patch.
2018-04-11Fixed typo in docs/topics/db/managers.txt.Luoxzhg
2018-04-10Fixed mistakes in docs/topics/db/examples/many_to_one.txt.Luoxzhg
2018-03-31Clarified a sentence in docs/topics/i18n/translation.txt.Wim Feijen
2018-03-28Replaced 'python -Wall' with 'python -Wa'.Daniel Chimeno
2018-03-26Added a pagination example to ListView docs.AK
2018-03-22Fixed #28718 -- Allowed user to request a password reset if their password ↵Tim Graham
doesn't use an enabled hasher. Regression in aeb1389442d0f9669edf6660b747fd10693b63a7. Reverted changes to is_password_usable() from 703c266682be39f7153498ad0d8031231f12ee79 and documentation changes from 92f48680dbd2e02f2b33f6ad0e35b7d337889fb2.
2018-03-20Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().Jezeniel Zapanta
2018-03-20Refs #11278 -- Clarified RelatedManager differences between reverse ↵Denis
one-to-many and many-to-many relations.
2018-03-20Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
2018-03-13Fixed #29192 -- Corrected docs regarding overriding fields from abstract ↵ovalseven8
base classes.
2018-03-05Improved clarity of docs/topics/install.txt.jblang94
2018-03-03Fixed #29144 -- Made untranslated strings for territorial language variants ↵Patryk Zawadzki
use translations from the generic language variant.
2018-03-02Fixed typo in docs/topics/forms/media.txt.Daniel Hahler
2018-02-26Fixed incorrect regex in re_path() example.René Fleschenberg
2018-02-26Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS.Tim Graham
2018-02-26Removed "Remove any old versions of Django" install instructions.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
They are obsolete given the prevalence of pip.
2018-02-21Changed "language-code" to the more commonly used "language code".Sebastian Sangervasi
2018-02-20Fixed #29146 -- Readded ^ and $ inadvertently removed from re_path() examples.Seohong Park
2018-02-16Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users.Dylan Verheul