summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [2.1.x] Fixed #29685 -- Added QuerySet.explain() to the database optimization...Tom Forbes2018-08-181-2/+11
* [2.1.x] Refs #29015 -- Added database name to PostgreSQL database name too lo...Jon Dufresne2018-08-172-6/+11
* [2.1.x] Fixed #29663 -- Made admin change view redirect to changelist with vi...Jon Dufresne2018-08-175-1/+29
* [2.1.x] Added ModelAdmin._response_post_save() to avoid code duplication.Jon Dufresne2018-08-171-17/+9
* [2.1.x] Refs #8936 -- Added ModelAdmin.has_view_or_change_permission().Jon Dufresne2018-08-171-6/+8
* [2.1.x] Fixed #29646 -- Doc'd the validators that each model and form field u...Jeff2018-08-162-26/+61
* [2.1.x] Fixed #29677 -- Doc'd return value of StaticFilesStorage.post_process().Tim Graham2018-08-161-3/+7
* [2.1.x] Fixed #29662 -- Allowed test client to accept structured suffix JSON ...Marnanel Thurman2018-08-153-3/+8
* [2.1.x] Refs #29449 -- Removed release note for "Allowed using contrib.auth f...Dragoon Aethis2018-08-111-4/+0
* [2.1.x] Fixed #29653 -- Fixed missing related_query_name reverse accessor if ...Ramiro Morales2018-08-104-2/+16
* [2.1.x] Fixed #29637 -- Fixed admin change form crash if the user doesn’t h...Clément Mangin2018-08-104-16/+41
* [2.1.x] Refs #29652 -- Fixed typo in docs/releases/2.1.txt.Tim Graham2018-08-081-1/+1
* [2.1.x] Fixed #29652 -- Doc'd removal of py-bcrypt compatibility.Tim Graham2018-08-081-0/+3
* [2.1.x] Fixed #29623 -- Fixed translation failure of DurationField's "overflo...Tim Graham2018-08-083-7/+18
* [2.1.x] Fixed #29643 -- Fixed crash when combining Q objects with __in lookup...Mariusz Felisiak2018-08-083-1/+9
* [2.1.x] Refs #29374 -- Moved misplaced line in date format docs tableClaude Paroz2018-08-061-1/+1
* [2.1.x] Consolidated docs about handling a ForeignKey in custom user model ma...Tim Graham2018-08-061-14/+8
* [2.1.x] Fixed #28540 -- Doc'd a change to file upload permissions in Django 1...Tim Graham2018-08-041-0/+7
* [2.1.x] Refs #28540 -- Added FILE_UPLOAD_PERMISSIONS to deployment checklist.Carlton Gibson2018-08-041-0/+10
* [2.1.x] Clarified the values accepted by ModelAdmin.fields.Adam Johnson2018-08-031-12/+10
* [2.1.x] Refs #28584 -- Documented removal of support for SQLite < 3.7.15.Tim Graham2018-08-032-0/+4
* [2.1.x] Fixed #29633 -- Doc'd the geometry type for each model field.Danilo Bargen2018-08-031-0/+18
* [2.1.x] Fixed #29613 -- Fixed --keepdb on PostgreSQL if the database exists a...Mariusz Felisiak2018-08-033-3/+23
* [2.1.x] Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups().Carlton Gibson2018-08-031-0/+5
* [2.1.x] Fixed #29627 -- Fixed QueryDict.urlencode() crash with non-string val...Tim Graham2018-08-023-1/+11
* [2.1.x] Fixed #29593 -- Added QUERY_TERMS removal to 2.1 release notes.Carlton Gibson2018-08-021-0/+7
* [2.1.x] Removed out of place sentence in QuerySet.count() docs.Adam Johnson2018-08-021-1/+1
* [2.1.x] Fixed #29499 -- Fixed race condition in QuerySet.update_or_create().Michael Sanders2018-08-028-5/+96
* [2.1.x] Fixed typos in comments and docs.luz.paz2018-08-0119-22/+21
* [2.1.x] Added stub release notes for 2.1.1.Tim Graham2018-08-012-0/+13
* [2.1.x] Added CVE-2018-14574 to the security release archive.Tim Graham2018-08-011-2/+15
* [2.1.x] Post-release version bump.Tim Graham2018-08-011-1/+1
* [2.1.x] Bumped version for 2.1 release.2.1Tim Graham2018-08-012-2/+2
* [2.1.x] Fixed CVE-2018-14574 -- Fixed open redirect possibility in CommonMidd...Andreas Hug2018-08-018-8/+78
* [2.1.x] Added stub release notes for security releases.Tim Graham2018-08-014-5/+15
* [2.1.x] Updated contrib translations from TransifexClaude Paroz2018-08-01256-1708/+6513
* [2.1.x] Updated core translations from TransifexClaude Paroz2018-08-0164-348/+796
* [2.1.x] Refs #24733 -- Documented arguments for custom error views.Adam Johnson2018-07-311-6/+6
* [2.1.x] Removed code terms from docs/spelling_wordlist.Tim Graham2018-07-3111-133/+39
* [2.1.x] Added words to docs/spelling_wordlist for Ubuntu 18.04.Tim Graham2018-07-311-0/+27
* [2.1.x] Fixed #29617 -- Fixed Template crash if template_string is lazy.Dražen Odobašić2018-07-313-2/+12
* [2.1.x] Fixed typo in docs/topics/http/urls.txt.minusf2018-07-241-1/+1
* [2.1.x] Fixed #29591 -- Fixed numbering words in docs/topics/db/examples/many...Tim Graham2018-07-241-2/+2
* [2.1.x] Refs #29514 -- Added test for get_default_timezone()/timezone.utc equ...Carlton Gibson2018-07-231-0/+4
* [2.1.x] Fixed #29514 -- Reverted "Used datetime.timezone.utc instead of pytz....Tim Graham2018-07-235-10/+20
* [2.1.x] Fixed #29578 -- Made numberformat.format() honor forced l10n usage.Claude Paroz2018-07-195-18/+26
* [2.1.x] Fixed IntegrityError in docs/topics/db/examples/many_to_one.txt.Tim Graham2018-07-191-3/+2
* [2.1.x] Fixed utils.html.escape()'s docs with regards to string coercion.Claude Paroz2018-07-181-2/+1
* [2.1.x] Removed duplicate words in various comments.Mariusz Felisiak2018-07-186-8/+8
* [2.1.x] Added doc links for django.utils.html.escape().Claude Paroz2018-07-182-2/+2