summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
* isorted import statements in tutorial exampleMelissa Lewis2018-03-221-1/+1
* Clarified docs about ISO 8601 week numbering.Alasdair Nicol2018-03-212-4/+5
* Fixed #28514 -- Clarifed docs about idempotence of RelatedManager.add().Jezeniel Zapanta2018-03-202-4/+8
* Refs #11278 -- Clarified RelatedManager differences between reverse one-to-ma...Denis2018-03-201-6/+13
* Refs #29227 -- Made inspectdb generate BooleanField(null=True) rather than Nu...Tim Graham2018-03-201-0/+3
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-205-16/+21
* Fixed #29229 -- Fixed column mismatch crash when combining two annotated valu...Astral2018-03-192-1/+7
* Refs #28643 -- Added LPad and RPad database functions.Mariusz Felisiak2018-03-192-0/+33
* Added stub release notes for 1.11.12.Tim Graham2018-03-192-0/+13
* Fixed #29206 -- Fixed PasswordResetConfirmView crash when the URL contains a ...Mattia Procopio2018-03-151-0/+4
* Refs #28643 -- Added LTrim, RTrim, and Trim database functions.Mariusz Felisiak2018-03-152-3/+45
* Fixed #29221 -- Corrected admin's autocomplete widget to add a space after cu...Artem Tabolin2018-03-151-0/+3
* Fixed #29200 -- Fixed label rendering when using RadioSelect and CheckboxSele...Tim Graham2018-03-151-0/+9
* Fixed #29192 -- Corrected docs regarding overriding fields from abstract base...ovalseven82018-03-131-3/+4
* Fixed #29213 -- Fixed autocomplete widget's translations for zh-hans/zh-hant.dzhuang2018-03-131-0/+3
* Added "Denial-of-service attacks" to the security issue severity classification.Tim Graham2018-03-121-0/+1
* Fixed a couple mistakes in docs/ref/forms/widgets.txt.Daniel Musketa2018-03-121-4/+3
* Fixed #29195 -- Fixed Exists.output_field resolution on single-valued queries.Simon Charette2018-03-081-1/+2
* Fixed #29165 -- Clarified how to load initial data with migrations.Tim Graham2018-03-081-12/+15
* Fixed #29178 -- Allowed Index.fields to accept a tuple.Fabrizio Ettore Messina2018-03-081-2/+6
* Fixed #28655 -- Added more examples for customizing widgets in a form.Richard Oyudo2018-03-071-0/+19
* Used console directive in "Writing documentation".Roy Zwambag2018-03-072-4/+13
* Added stub release notes for 2.0.4.Tim Graham2018-03-062-0/+13
* Added CVE-2018-7536,7 to the security release archive.Tim Graham2018-03-061-0/+28
* Fixed CVE-2018-7537 -- Fixed catastrophic backtracking in django.utils.text.T...Tim Graham2018-03-063-0/+36
* Fixed CVE-2018-7536 -- Fixed catastrophic backtracking in urlize and urlizetr...Tim Graham2018-03-063-0/+33
* Added stub release notes for security releases.Tim Graham2018-03-064-3/+19
* Improved clarity of docs/topics/install.txt.jblang942018-03-051-7/+7
* Fixed #29144 -- Made untranslated strings for territorial language variants u...Patryk Zawadzki2018-03-032-1/+11
* Fixed typo in docs/topics/forms/media.txt.Daniel Hahler2018-03-021-1/+1
* Fixed #29176 -- Fixed AbstractBaseUser.normalize_username() crash if username...Christophe Mehay2018-03-021-0/+3
* Refs #27728 -- Made cosmetic edits to admin template tag template overriding.Tim Graham2018-03-012-7/+12
* Fixed #29172 -- Fixed crash with Window expression in a subquery.Tomáš Ehrlich2018-03-011-0/+3
* Updated translations from TransifexClaude Paroz2018-02-281-1/+2
* Fixed #29166 -- Fixed crash in When() expression with a list argument.Mariusz Felisiak2018-02-281-0/+3
* Fixed #27728 -- Allowed overriding admin templatetags templates.Raffaele Salmaso2018-02-282-0/+24
* Fixed incorrect regex in re_path() example.René Fleschenberg2018-02-261-1/+1
* Fixed #29161 -- Removed BCryptPasswordHasher from PASSWORD_HASHERS.Tim Graham2018-02-263-30/+17
* Removed "Remove any old versions of Django" install instructions.Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)2018-02-263-37/+1
* Fixed #17962 -- Added ModelAdmin.get_deleted_objects().Becky Smith2018-02-242-0/+33
* Fixed #27449 -- Added django.utils.translation.get_supported_language_variant().Sebastian Sangervasi2018-02-232-1/+19
* Refs #28643 -- Added Ord, Chr, Left, and Right database functions.bobort2018-02-232-2/+85
* Added backticks around obj argument in admin docs.Jon Dufresne2018-02-221-10/+10
* Used a CSS positioning in tutorial 6 that doesn't differ across browsers.Roger Erens2018-02-211-2/+2
* Changed "language-code" to the more commonly used "language code".Sebastian Sangervasi2018-02-211-2/+2
* Fixed #29146 -- Readded ^ and $ inadvertently removed from re_path() examples.Seohong Park2018-02-201-5/+5
* Removed redundant lookup name in register_lookup() calls.Tim Graham2018-02-192-3/+3
* Fixed #28379 -- Made AccessMixin raise Permissiondenied for authenticated users.Dylan Verheul2018-02-161-4/+14
* Fixed #27810 -- Allowed query expressions in admin_order_field.Andreas Pelme2018-02-152-0/+21
* Fixed #29126 -- Doc'd the behavior of QuerySet.update_or_create() with manual...Tim Graham2018-02-151-0/+4