summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-10-29[1.7.x] Fixed #23614 -- Changed the way the migration autodetector orders uni...Markus Holtermann
2014-10-29[1.7.x] Fixed #23719 -- Fixed MySQL 5.6 crash with GeometryFields in migrations.Tim Graham
2014-10-27[1.7.x] Fixed QuerySet datetimes argument name in docs.Oliver Meinusch
2014-10-27[1.7.x] Fixed #23708 -- Corrected mod_wsgi docs reference to nonexistent comm...Tim Graham
2014-10-27[1.7.x] Fixed typo in squashing migrations documentationbahoo
2014-10-27[1.7.x] Added GeoDjango compatibility with mysqlclient driverClaude Paroz
2014-10-27[1.7.x] Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT=NoneClaude Paroz
2014-10-27[1.7.x] Edited release note for refs #23621.Tim Graham
2014-10-27[1.7.x] Fixed #23699 -- Prevented flush from loading initial data for apps wi...Tim Graham
2014-10-27[1.7.x] Fixed documentation of make_password kwargs.Tim Graham
2014-10-27[1.7.x] Fixed #23446 -- Officially recommended mysqlclient as MySQL driverClaude Paroz
2014-10-26[1.7.x] Fixed #23621 -- Warn for duplicate models when a module is reloaded.Loic Bistuer
2014-10-25[1.7.x] Removed simplejson inventory file from docs/conf.py.Berker Peksag
2014-10-25[1.7.x] Fixed #23692 -- Removed alpha/beta/rc release notes.Tim Graham
2014-10-24[1.7.x] Replaced dead links to python-distribute.org.Tim Graham
2014-10-24[1.7.x] Fixed versionchanged indentation in topics/testing/advanced.txt.Berker Peksag
2014-10-24[1.7.x] Fixed typo in docs/ref/request-response.txtJames Doherty
2014-10-23[1.7.x] Fixed #23702 -- Fixed adding an explicit id field on SQLite.Tim Graham
2014-10-23[1.7.x] Fixed #23705 -- Removed unnecessary AliasMatch from example Apache co...Tim Graham
2014-10-23[1.7.x] Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.Tim Graham
2014-10-23[1.7.x] Fixed versionchanged indentation in unit-tests.txt.Berker Peksag
2014-10-22[1.7.x] Added a warning about running migrations with DEBUG=True.Tim Graham
2014-10-22[1.7.x] Added stub release notes for 1.7.2.Tim Graham
2014-10-22[1.7.x] Added release dates to release notes.Tim Graham
2014-10-21[1.7.x] Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz
2014-10-21[1.7.x] Fixed #21740 -- Allowed test client data to be an empty stringClaude Paroz
2014-10-20[1.7.x] Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.Tianyi Wang
2014-10-20[1.7.x] Fixed #20609 -- Added instructions for using AnonymousUser with Reque...Tim Graham
2014-10-19[1.7.x] Fixed a typo in urlencode documentation.wrwrwr
2014-10-18[1.7.x] Fixed #23676 -- Rearranged sentence; "by default" applies only to max...Jon Dufresne
2014-10-17[1.7.x] Added 1.7.1 release notes for refs #23649.Tim Graham
2014-10-16[1.7.x] Fixed some intersphinx references.Tim Graham
2014-10-16[1.7.x] Fixed #23667 -- Incorrect settings reference for language cookie.Tim Graham
2014-10-17[1.7.x] Fixed #23615 -- Validate that a Model instance's "check" attribute is...Rigel Di Scala
2014-10-16[1.7.x] Fixed #12008 -- Clarified relationship between template blocks and in...mcgeeco
2014-10-15[1.7.x] Fixed pep8 in docs/topics/logging.txtIan Lee
2014-10-13[1.7.x] Fixed #23638 -- Prevented crash while parsing invalid cookie contentClaude Paroz
2014-10-12[1.7.x] Fixed #23063 -- Convert \n and \r to \r\n when using the SMTP backend...Florian Apolloner
2014-10-12[1.7.x] Fixed #23639 -- Fixed doc error in RegexValidator.regexDori
2014-10-10[1.7.x] Fixed #23631 -- Removed outdated note on MySQL timezone support.Tim Graham
2014-10-10[1.7.x] Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.Konrad Świat
2014-10-09[1.7.x] Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL c...Markus Holtermann
2014-10-09[1.7.x] Fixed #23365 -- Added support for timezone-aware datetimes to migrati...Rudy Mutter
2014-10-08[1.7.x] Fixed #23333 -- Made urlsafe_base64_decode() return proper type on Py...Ian Foote
2014-10-08[1.7.x] Fixed #23587 -- Clarified admin template overriding in tutorial 2.Tim Graham
2014-10-08[1.7.x] Fixed #23611 -- update_or_create failing from a related managerAndré Ericson
2014-10-06[1.7.x] Fixed #23607 -- Typo in docs/ref/contrib/staticfiles.txt.Tim Graham
2014-10-06[1.7.x] Fixed #23593 -- Fixed crash in AdminEmailHandler with non-ASCII chara...Tim Graham
2014-10-06[1.7.x] Fixed #23601 -- Ensured view exists in URLconf before importing it in...Markus Holtermann
2014-10-06[1.7.X] Fixed #23602 -- Add comment on get_absolute_url regarding user inputCarl Meyer