summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-10-31[1.7.x] Fixed #23731 -- Fixed migrations crash when adding blank GeometryFiel...Tim Graham
2014-10-31[1.7.x] Fixed #23732 -- Corrected and enhanced select_related() docs.Tim Graham
2014-10-31[1.7.x] Added a warning about direct settings manipulation in tests.Tim Graham
2014-10-31[1.7.x] Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same...Markus Holtermann
2014-10-30[1.7.x] Fixed #23735 -- Clarified that admindocs must be enabled to view temp...Tim Graham
2014-10-30[1.7.x] Fixed #23736 -- Corrected the description of the value that silent_va...Tim Graham
2014-10-30[1.7.x] Fixed #23737 -- Recommended the render() shortcut more strongly.Tim Graham
2014-10-30[1.7.x] Fixed #23734 -- Replaced striptags in template filter overview since ...Tim Graham
2014-10-30[1.7.x] Explained why admindocs omits model methods with arguments.Zan Anderle
2014-10-30[1.7.x] Removed extra period.Aymeric Augustin
2014-10-30[1.7.x] Converted seealso directives to use 4 space indendation.Berker Peksag
2014-10-30[1.7.x] Fixed #23152 -- Added support for transactional Spatialite metadata i...Tim Graham
2014-10-30[1.7.x] Updated FIRST_DAY_OF_WEEK for Ukrainian to Monday.slollo
2014-10-30[1.7.x] Fixed #23558 -- documented slugify limitationsDavid Hoffman
2014-10-30[1.7.x] Fixed #23575 -- Added a code example for custom AdminSite.Berker Peksag
2014-10-30[1.7.x] Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs.Raul Cumplido
2014-10-29[1.7.x] Added cross reference in admin docs to topic about saving objects in ...P.A. SCHEMBRI
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