summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [2.1.x] Bumped version for 2.1.2 release.2.1.2Carlton Gibson2018-10-011-1/+1
* [2.1.x] Added release date for 2.1.2 release.Carlton Gibson2018-10-011-1/+1
* [2.1.x] Fixed #29809 -- Fixed a crash when a "view only" user POSTs to the ad...Tim Graham2018-10-013-1/+13
* Fixed CVE-2018-16984 -- Fixed password hash disclosure to admin "view only" u...Carlton Gibson2018-10-014-3/+44
* [2.1.x] Added release date for 2.0.9 release.Carlton Gibson2018-10-011-1/+1
* [2.1.x] Added release date for 1.11.16.Carlton Gibson2018-10-011-1/+1
* [2.1.x] Updated translations from TransifexClaude Paroz2018-09-2967-387/+2100
* [2.1.x] Refs #21408 -- Updated naturaltime translation test.Claude Paroz2018-09-291-9/+27
* [2.1.x] Added test of filtering on BinaryField and corrected docs.Jon Dufresne2018-09-262-3/+12
* [2.1.x] Fixed #29683 -- Added view permission to docs.Stephen James2018-09-264-12/+11
* [2.1.x] Fixed #29630 -- Fixed crash of sliced queries with multiple columns w...Mariusz Felisiak2018-09-265-7/+104
* [2.1.x] Fixed #29795 -- Confirmed support for PostGIS 2.5.Sergey Fedoseev2018-09-261-1/+2
* [2.1.x] Made DatabaseWrapper.oracle_version() return a full version tuple.Mariusz Felisiak2018-09-261-9/+2
* [2.1.x] Fixed #29778 -- Fixed quoting of unique index names.Oleg2018-09-253-1/+18
* [2.1.x] Refs #29784 -- Normalized Python docs links to omit the version.Jon Dufresne2018-09-258-9/+9
* [2.1.x] Refs #29784 -- Changed Python f-string link to use intersphinx.Jon Dufresne2018-09-251-3/+3
* [2.1.x] Updated contributing tutorial's virtual environment instructions.Thomas Grainger2018-09-192-32/+19
* [2.1.x] Fixed typo in docs/releases/2.1.txt.Tim Graham2018-09-181-3/+3
* [2.1.x] Made various edits to docs/ref/utils.txt.Adam Johnson2018-09-181-23/+28
* [2.1.x] Fixed #29757 -- Documented Oracle DSN and Easy Connect options.jtiai2018-09-171-0/+18
* [2.1.x] Fixed #29759 -- Fixed crash on Oracle when fetching a returned insert...Mariusz Felisiak2018-09-162-1/+5
* [2.1.x] Fixed #29755 -- Made migrations detect changes to Meta.default_relate...Simon Charette2018-09-143-0/+23
* [2.1.x] Fixed typo in docs/ref/contrib/postgres/search.txt.Adam Zapletal2018-09-121-1/+1
* [2.1.x] Emphasized that TemplatesSetting must be used to override widget temp...Stephen Finucane2018-09-112-3/+10
* [2.1.x] Fixed #29749 -- Made the migrations loader ignore files starting with...Tim Graham2018-09-118-1/+20
* [2.1.x] Fixed env.note_versionchange() deprecation warning in Sphinx 1.8.Tim Graham2018-09-111-1/+6
* [2.1.x] Removed usage of deprecated sphinx APIs.Tim Graham2018-09-111-2/+4
* [2.1.x] Fixed #16995 -- Clarified interaction of initial and extra with model...melipone2018-09-102-2/+5
* [2.1.x] Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney2018-09-1032-375/+234
* [2.1.x] Fixed #29729 -- Updated contributing tutorial to run tests on master.Adam Johnson2018-09-101-34/+35
* [2.1.x] Fixed #29573 -- Added links in aggregation topic guide.Vishvajit Pathak2018-09-101-9/+10
* [2.1.x] Fixed #29727 -- Made nonexistent joins in F() raise FieldError.Alexander Holmbäck2018-09-083-2/+10
* [2.1.x] Moved test for nonexistent field in F() to BasicExpressionsTest.Alexander Holmbäck2018-09-081-4/+4
* [2.1.x] Corrected forms.TimeField's default widget in docs.flh2018-09-081-1/+1
* [2.1.x] Refs #16470 -- Fixed typo in a FileResponse test.James Aylett2018-09-011-1/+1
* [2.1.x] Added stub release notes for 2.1.2.Carlton Gibson2018-08-312-0/+13
* [2.1.x] Post-release version bump.Carlton Gibson2018-08-311-1/+1
* [2.1.x] Bumped version for 2.1.1 release.2.1.1Carlton Gibson2018-08-311-1/+1
* [2.1.x] Added release date for 2.1.1.Carlton Gibson2018-08-311-1/+1
* [2.1.x] Fixed #29723 -- Fixed crash if InlineModelAdmin.has_add_permission() ...Tim Graham2018-08-303-8/+57
* [2.1.x] Fixed #29694 -- Fixed column mismatch crash with QuerySet.values() or...Mariusz Felisiak2018-08-293-1/+17
* [2.1.x] Fixed #29718 -- Doc'd admin template collision backwards incompatibil...Tim Graham2018-08-281-0/+6
* [2.1.x] Fixed LayerMapping encoding in geodjango tutorial.Claude Paroz2018-08-281-4/+1
* [2.1.x] Fixed typo in docs/ref/models/fields.txt.Matt Wiens2018-08-281-1/+1
* [2.1.x] Corrected ModelFormMixin.form_invalid() signature in docs.Jon Dufresne2018-08-271-1/+1
* [2.1.x] Fixed #29709 -- Updated recommended SQL Server backend to django-pyod...Tim Graham2018-08-251-1/+1
* [2.1.x] Fixed #29226 -- Doc'd modify_settings() ordering considerations for P...Benjamin Bach2018-08-251-0/+17
* [2.1.x] Polished the admin overview docs.Rodrigo2018-08-211-27/+27
* [2.1.x] Fixed typo in docs/releases/2.0.5.txt.Tim Graham2018-08-211-1/+1
* [2.1.x] Fixed #29682 -- Fixed admin change form crash if a view-only model's ...Tim Graham2018-08-206-3/+36