summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2018-03-13Fixed #29192 -- Corrected docs regarding overriding fields from abstract base...ovalseven8
2018-03-05Improved clarity of docs/topics/install.txt.jblang94
2018-03-03Fixed #29144 -- Made untranslated strings for territorial language variants u...Patryk Zawadzki
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 (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
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
2018-02-08Fixed #29107 -- Doc'd that ModelForm doesn't actually inherit from Form.Tim Graham
2018-02-06Fixed #29082 -- Allowed the test client to encode JSON request data.Nick Sarbicki
2018-01-24Fixed #28403 -- Added missing formats in FORMAT_MODULE_PATH docs.Ashaba
2018-01-24Fixed #28977 -- Changed local-memory cache to use LRU culling.Grant Jenks
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2018-01-17Fixed typo in docs/topics/i18n/translation.txt.Peter Wischer
2018-01-15Fixed #28881 -- Doc'd that CommonPasswordValidator's password list must be lo...Karmen
2018-01-13Fixed #28761 -- Documented how an inline formset's prefix works.jaywelborn
2018-01-08Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.Will Ayd
2018-01-07Updated various links in docs to use HTTPS.Mariusz Felisiak
2018-01-05Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.a...shanghui
2018-01-03Refs #15902 -- Made set_language() view always set the current language in a ...Claude Paroz
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-12-27Fixed #28966 -- Doc'd that the uuid URL path converter requires dashesTim Graham
2017-12-23Fixed #28594 -- Removed Jython docs and specific codeClaude Paroz
2017-12-22Fixed #28937 -- Allowed BinaryField to be editable=True.Cameron Curry
2017-12-06Fixed #28870 -- Added support for functools.partialmethod serialization in mi...Sergey Fedoseev
2017-12-06Fixed #28886 -- Updated prefix for example django.contrib.auth.urls URLs.Tim Graham
2017-12-06Fixed #28883 -- Doc'd that the uuid URL path converter matches lowercase only...Tim Graham
2017-12-04Fixed typo in docs/topics/testing/advanced.txt. (#9416)Sergey Fedoseev
2017-11-28Fixed #28853 -- Updated connection.cursor() uses to use a context manager.Jon Dufresne
2017-11-23Linked to prefetch_related_objects func in DB optimization docs.Luke Plant
2017-11-22Fixed typo in docs/topics/forms/media.txt.Hyunwoo Park
2017-11-21Clarified who the AdminEmailHandler emails.Frédéric Massart
2017-11-18Fixed #28810 -- Replaced '%' style logging formatting with str.format() style.Chris Lamb
2017-11-16Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
2017-11-07Fixed #28770 -- Warned that quoting a placeholder in a raw SQL string is unsafe.Tim Graham
2017-11-07Fixed typo in docs/topics/db/aggregation.txt.Tim Graham
2017-11-01Fixed #28745 -- Added first and last page links to paginator docs example.Sam Morrow
2017-11-01Described how querysets are protected from SQL injection in more detail.Tim Graham
2017-11-01Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie exam...Tim Graham
2017-10-30Fixed 'a'/'an' mix-ups in docs.Ville Skyttä
2017-10-28Fixed #28131 -- Corrected examples of using attribute lookups on the "perms" ...Botond Beres
2017-10-25Fixed #28737 -- Clarified {% cache %} tag's handling of arguments.Tim Graham
2017-10-25Suggested LoginView rather than @login_required as an alternative to authenti...Tim Graham
2017-10-13Removed incorrect reference to ModelChoiceField in Field.choices docs.LeeHanYeong
2017-10-03Fixed #28584 -- Dropped support for SQLite < 3.7.15.Tim Graham
2017-09-29Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.Stefan Schneider
2017-09-29Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt.Stefan Schneider