summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-05[1.11.x] Bumped version for 1.11.6 release.1.11.6Tim 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-20[1.11.x] Initialized CsrfViewMiddleware once in csrf_tests.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] Post-release version bump.Tim Graham
2017-09-05[1.11.x] Bumped version for 1.11.5 release.1.11.5Tim 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 typo in ModelAdmin action logging test.Nick Pope
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
2017-08-31[1.11.x] Fixed #28487 -- Fixed runserver crash with non-Unicode system encodi...Mark Rogaski
2017-08-30[1.11.x] Fixed #27701 -- Doc'd staticfiles runserver bypasses middleware when...jkrzy
2017-08-30[1.11.x] Fixed #28548 -- Replaced 'middlewares' with 'middleware' in docs.Jkrzy
2017-08-29[1.11.x] Fixed #28530 -- Prevented SelectDateWidget from localizing years in ...caleb logan
2017-08-26[1.11.x] Refs #25809 -- Omitted pages_per_range from BrinIndex.deconstruct() ...Mads Jensen
2017-08-26[1.11.x] Fixed #28532 -- Fixed typo in PostgreSQL field docsClaude Paroz
2017-08-24[1.11.x] Fixed #28513 -- Added POST request support to LogoutView.hui shang
2017-08-23[1.11.x] Fixed #28498 -- Added support for cx_Oracle 6.Mariusz Felisiak
2017-08-23[1.11.x] Fixed typo in docs/releases/1.11.5.txt.Mariusz Felisiak
2017-08-22[1.11.x] Fixed #27931 -- Clarified the meaning of "django catch-all logger."Kim DoHyeon
2017-08-22[1.11.x] Fixed #28451 -- Restored pre-Django 1.11 Oracle sequence/trigger nam...Kevin Grinberg
2017-08-22[1.11.x] Added "test --keepdb" to testing speedup docs.Harry Moreno
2017-08-22[1.11.x] Fixed incorrect indentation in remove_stale_contenttypes.Nick Pope
2017-08-22[1.11.x] Fixed #28502 -- Made stringformat template filter accept tuples.Claude Paroz
2017-08-21[1.11.x] Removed redundant backticks in docs/releases/1.8.txtBerker Peksag
2017-08-16[1.11.x] Fixed #28498 -- Fixed test database creation with cx_Oracle 6.Mariusz Felisiak
2017-08-14[1.11.x] Clarified Concat example in docs.Mathieu Hinderyckx
2017-08-11[1.11.x] Fixed #28252 -- Corrected docs for default file extensions of makeme...Jonatas CD