summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-11-13[1.7.x] Fixed #23588 -- Added a link in tutorial for list_display options.Tim Graham
2014-11-13[1.7.x] Fixed #23802 -- Typos in 1.7 release notes.Tim Graham
2014-11-13[1.7.x] Added missing docs for 1_7.W001 check.Tim Graham
2014-11-13[1.7.x] Updated Fink doc section to be version-agnosticClaude Paroz
2014-11-13[1.7.x] Removed thread customizations of six which are now built-in.Tim Graham
2014-11-13[1.7.x] Fixed #23761 -- Fixed crash with MySQL validator and db_type is None.Adam DePue
2014-11-12[1.7.x] Fixed #23795 -- Fixed a regression in custom form fieldsBaptiste Mispelon
2014-11-12[1.7.x] Fixed #23774 -- Clarified QuerySet.order_by() and related models.Tim Graham
2014-11-10[1.7.x] Fix a typo in 1.7 release notesaruseni
2014-11-10[1.7.x] Fixed a typo in 1.6 release notes.aruseni
2014-11-09[1.7.x] Fixed #23785 -- Typo in docs/releases/1.6.txtTim Graham
2014-11-06[1.7.x] Fixed #23770 -- Changed serialization strategy for floats with respec...Markus Holtermann
2014-11-05[1.7.x] Removed redundant link in 1.7 release notes.Tim Graham
2014-11-05[1.7.x] Removed confusing paragraph from the docs.Loic Bistuer
2014-11-04[1.7.x] Updated six to 1.8.0.Tim Graham
2014-11-04[1.7.x] Fixed links to mysqlclient in database notes.Tim Graham
2014-11-04[1.7.x] Added a warning about nonexistent FK constraints when unmigrated apps...Tim Graham
2014-11-03[1.7.x] Fixed versionchanged indentation in docs/.Berker Peksag
2014-11-03[1.7.x] Confirmed Spatialite 4 supportClaude Paroz
2014-11-03Clarified custom lookups output_field documentationAndy Chosak
2014-11-03[1.7.x] Fixed #23420 - broken warning for unbound naive datetime objectsAndy Chosak
2014-11-03[1.7.x] Fixed #23376 -- Clarified that certain Storage methods should be impl...James Brewer
2014-11-01[1.7.x] Fixed #23744 -- Fixed typo in selenium testing example.Tim Graham
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