summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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-16[1.11.x] Fixed #28802 -- Fixed typo in docs/topics/auth/default.txt.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] Added release date for 1.11.7.Tim Graham
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-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
2017-10-05[1.11.x] Added stub release notes for 1.11.7.Tim Graham
2017-10-05[1.11.x] Added release date for 1.11.6.Tim Graham
2017-09-29[1.11.x] Fixed #28653 -- Added missing ForeignKey.on_delete argument in docs.Stefan Schneider
2017-09-29[1.11.x] Fixed #28648 -- Corrected typo in docs/topics/db/queries.txt.Stefan Schneider
2017-09-20[1.11.x] Fixed #28488 -- Reallowed error handlers to access CSRF tokens.Florian Apolloner
2017-09-19[1.11.x] Fixed typo in docs/topics/cache.txt.tk
2017-09-18[1.11.x] Fixed #28597 -- Fixed crash with the name of a model's autogenerated...Mariusz Felisiak
2017-09-06[1.11.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() an...Tim Graham
2017-09-05[1.11.x] Fixed #28555 -- Made CharField convert whitespace-only values to the...Josh Schneier
2017-09-05[1.11.x] Added stub release notes for 1.11.6.Tim Graham
2017-09-05[1.11.x] Added 2017-12794 to the security release archive.Tim Graham
2017-09-05[1.11.x] Fixed CVE-2017-12794 -- Fixed XSS possibility in traceback section o...Tim Graham
2017-09-05[1.11.x] Added stub release notes for security releases.Tim Graham
2017-09-04[1.11.x] Fixed #28479 -- Doc'd that transaction rollback doesn't revert model...Jonatas CD
2017-09-04[1.11.x] Fixed #28568 -- Fixed typo in docs/ref/models/database-functions.txt.Michael
2017-09-04[1.11.x] Fixed typo in docs/releases/1.10.txt.Berker Peksag
2017-09-03[1.11.x] Fixed #28550 -- Restored contrib.auth's login() and logout() views' ...Zach Liu
2017-09-02[1.11.x] Fixed #28367 -- Doc'd how to override management commands.jkrzy
2017-09-02[1.11.x] Fixed #28332 -- Fixed diamond inheritence example in docs.Jeremy Satterfield
2017-09-02[1.11.x] Fixed #17985 -- Documented ModelAdmin.lookup_allowed().Simon Meers
2017-09-02[1.11.x] Fixed #28525 -- Documented GDAL and GeoIP exceptions.Nick Pope
2017-09-02[1.11.x] Fixed typos in docs/releases/1.10.txt.Berker Peksag
2017-09-01[1.11.x] Fixed #28557 -- Fixed ForeignKey/OneToOneField/ManyToManyField argum...Tim Graham
2017-09-01[1.11.x] Fixed #26522 -- Fixed a nondeterministic AssertionError in QuerySet ...Bo Marchman
2017-09-01[1.11.x] Reordered GeoIP docs be consistent with GDAL/GEOS ordering.Nick Pope
2017-09-01[1.11.x] Made GeoIP docs headers consistent with other GIS docs.Nick Pope
2017-08-31[1.11.x] Refs #23276 -- Fixed explanation of how calling views works.Tim Graham
2017-08-31[1.11.x] Fixed #27998, #28543 -- Restored logging of ManyToManyField changes ...Tim Graham