summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-31[1.11.x] Fixed location of spatialite_source label.Rodrigo
2018-01-31[1.11.x] Fixed #29071 -- Fixed contrib.auth.authenticate() crash if a backend...Tim Graham
2018-01-19[1.11.x] Fixed #29032 -- Fixed an example of using expressions in QuerySet.va...Mariusz Felisiak
2018-01-17[1.11.x] Fixed typo in docs/topics/i18n/translation.txt.Peter Wischer
2018-01-13[1.11.x] Fixed #29016 -- Fixed incorrect foreign key nullification on related...Étienne Loks
2018-01-13[1.11.x] Added stub release notes for 1.11.10.Tim Graham
2018-01-12[1.11.x] Fixed #29017 -- Updated BaseCommand.leave_locale_alone doc per refs ...Tim Graham
2018-01-11[1.11.x] Fixed #29002 -- Corrected cached template loader docs about when it'...Tim Graham
2018-01-10[1.11.x] Fixed a GeoIP2 test failure with the latest GeoIP2 database.Tim Graham
2018-01-08[1.11.x] Fixed GeoIP test failure with the latest data.Tim Graham
2018-01-01[1.11.x] Post-release version bump.Tim Graham
2018-01-01[1.11.x] Bumped version for 1.11.9 release.1.11.9Tim Graham
2018-01-01[1.11.x] Added release date for 1.11.9.Tim Graham
2017-12-18[1.11.x] Fixed #25277 -- Restored test dependency to the original python-memc...Tim Graham
2017-12-07[1.11.x] Refs #28856 -- Fixed caching of a GenericForeignKey pointing to a mo...Morgan Wahl
2017-12-05[1.11.x] Refs #28876 -- Fixed incorrect foreign key constraint name for model...Mariusz Felisiak
2017-12-05[1.11.x] Refs #28876 -- Fixed incorrect class-based model index name generati...Mariusz Felisiak
2017-12-05[1.11.x] Fixed #28890 -- Removed newlines between MultiWidget's subwidgets.Nick Pope
2017-12-05[1.11.x] Added stub release notes for 1.11.9.Tim Graham
2017-12-04[1.11.x] Fixed typo in docs/topics/testing/advanced.txt.Sergey Fedoseev
2017-12-02[1.11.x] Post-release version bump.Tim Graham
2017-12-02[1.11.x] Bumped version for 1.11.8 release.1.11.8Tim Graham
2017-12-02[1.11.x] Added release date for 1.11.8.Tim Graham
2017-12-01[1.11.x] Fixed #28305 -- Fixed "Cannot change column 'x': used in a foreign k...Tim Graham
2017-11-30[1.11.x] Fixed #28856 -- Fixed a regression in caching of a GenericForeignKey...Simon Charette
2017-11-29[1.11.x] Fixed #28702 -- Made query lookups for CIText fields use citext.Mads Jensen
2017-11-27[1.11.x] Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered...Raphael Michel
2017-11-23[1.11.x] Linked to prefetch_related_objects func in DB optimization docs.Luke Plant
2017-11-22[1.11.x] Fixed typo in docs/topics/forms/media.txt.Hyunwoo Park
2017-11-21[1.11.x] Fixed #28817 -- Made QuerySet.iterator() use server-side cursors aft...Dražen Odobašić
2017-11-21[1.11.x] Added assertion helpers for PostgreSQL's server-side cursor tests.Tim Graham
2017-11-16[1.11.x] Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.Tim Graham
2017-11-15[1.11.x] Fixed test failures due to ordering differences on PostgreSQL 10.Tim Graham
2017-11-14[1.11.x] Fixed #28792 -- Fixed index name truncation of namespaced tables.Simon Charette
2017-11-14[1.11.x] Fixed #28786 -- Doc'd middleware ordering considerations due to Comm...Tim Graham
2017-11-12[1.11.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for un...Mariusz Felisiak
2017-11-08[1.11.x] Fixed #28645 -- Reallowed AuthenticationForm to raise the inactive u...shanghui
2017-11-07[1.11.x] Fixed typo in docs/topics/db/aggregation.txt.Tim Graham
2017-11-01[1.11.x] Added stub release notes for 1.11.8.Tim Graham
2017-11-01[1.11.x] Post-release version bump.Tim Graham
2017-11-01[1.11.x] Bumped version for 1.11.7 release.1.11.7Tim Graham
2017-11-01[1.11.x] Added release date for 1.11.7.Tim Graham
2017-10-26[1.11.x] Fixed #28747 -- Fixed typos in django/conf/global_settings.py comments.Duarte Fernandes
2017-10-25[1.11.x] Fixed #28689 -- Fixed unquoted table names in Subquery SQL when usin...Mariusz Felisiak
2017-10-21[1.11.x] Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.Tomer Chachamu
2017-10-20[1.11.x] Fixed #28729 -- Replaced a numbered list with unordered list in Temp...Tim Graham
2017-10-17[1.11.x] Fixed typo in docs/ref/models/querysets.txt.Jozef
2017-10-14[1.11.x] Refs #28710 -- Simplified l10n format testClaude Paroz
2017-10-13[1.11.x] Fixed #28710 -- Fixed the Basque DATE_FORMAT stringClaude Paroz
2017-10-10[1.11.x] Fixed #28601 -- Prevented cache.get_or_set() from caching None if de...Daniel Tao