summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-12-22[1.7.x] Corrected scoping of savepoint exampleDavid Cramer
2014-12-22[1.7.x] Fixed #23998 -- Added datetime.time support to migrations questioner.Oscar Ramirez
2014-12-19[1.7.x] Added upgrade instructions for deprecated model _meta permission meth...Tim Graham
2014-12-19[1.7.x] Moved version directives to the bottom of the loaddata section.Berker Peksag
2014-12-18[1.7.x] Fixed #24015 -- Factorized create_index_sql expressionClaude Paroz
2014-12-18[1.7.x] Removed need to update Python version support note on each new release.Tim Graham
2014-12-18[1.7.x] Corrected indentation in docs to prevent inadvertent blockquote.Tim Graham
2014-12-17[1.7.x] Fixed #24007 -- Ensure apps registry's ready before unpickling modelsClaude Paroz
2014-12-17[1.7x.] Fixed #23497 -- Made admin system checks run for custom AdminSites.Mosson, Andrew
2014-12-17[1.7.x] Fixed display of lists after website redesignMarkus Holtermann
2014-12-16[1.7.x] Fixed the formatting of one section of the security pageAlex Gaynor
2014-12-16[1.7.x] Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.Tim Graham
2014-12-16[1.7.x] Fixed #23983 -- Fixed a crash in migrations when adding order_with_re...Andriy Sokolovskiy
2014-12-15[1.7.x] Fixed #23405 -- Fixed makemigrations prompt when adding Text/CharField.Andriy Sokolovskiy
2014-12-15[1.7.x] Fixed typos in docs/releases/1.7.2.txt.Tim Graham
2014-12-15[1.7.x] Fixed #23987 -- Made SQLite SchemaEditor always use effective_default().Andriy Sokolovskiy
2014-12-14[1.7.x] Fixed timesince translations for KoreanJuneHyeon Bae
2014-12-13[1.7.x] Added release note for Refs #23969Shai Berger
2014-12-13[1.7.x] Updated advice on six.moves.range/xrange; refs #23812.Tim Graham
2014-12-12[1.7.x] Fixed #23455 -- Accept either bytes or text for related_name, convert...Carl Meyer
2014-12-12[1.7.x] Fixed #23982 -- Added doc note on generating Python 2/3 cross-compati...Carl Meyer
2014-12-12[1.7.x] Revert "Fixed #23455 -- Forced related_name to be a unicode string du...Carl Meyer
2014-12-12[1.7.x] Fixed #23857 -- Fixed admin crash with "save as new" and deleting inl...Tim Graham
2014-12-12[1.7.x] Fixed #23674 -- Fixed a crash when a MultiValueField has invalid data.Grzegorz Slusarek
2014-12-11[1.7.x] Appeased spell checker.Tim Graham
2014-12-11[1.7.x] Fixed #23956 -- Fixed migration creation for multiple table inheritanceMarkus Holtermann
2014-12-11[1.7.x] Fixed incorrect filter name in docs/topics/i18n/translation.txt.Yohan Boniface
2014-12-09[1.7.x] Fixed #23961 -- Clarified when makemigrations will create a directory.Tim Graham
2014-12-08[1.7.x] Fixed #23974 -- Clarified wording of FileField.save/delete save param...Tim Graham
2014-12-08[1.7.x] Refs #23964 -- Added warning about case-insensitive, unique fields us...Jon Dufresne
2014-12-08[1.7.x] Added an "htmlview" target to open docs after building them.Berker Peksag
2014-12-08[1.7.x] Fixed typo in docs/howto/custom-lookups.txt.Quentin Pradet
2014-12-07[1.7.x] Fixed typo in docs/howto/deployment/wsgi/uwsgi.txt.Vladimir Rutsky
2014-12-06[1.7.x] Fixed #23965 -- Mentioned that FieldFile inherits from FileTim Graham
2014-12-06[1.7.x] Cleaned up a note in docs/topics/db/sql.txt.wrwrwr
2014-12-06[1.7.x] Fixed typo in docs/ref/applications.txt.Peter Inglesby
2014-12-06[1.7.x] Fixed documentation of GeoModelAdmin.openlayers_urlClaude Paroz
2014-12-05[1.7.x] Corrected example in Form.has_changed() docs.Tim Graham
2014-12-05[1.7.x] Fixed #23955 -- Corrected formset fields in topic guide.Young Yang
2014-12-04[1.7.x] Fixed #23954 -- Added special text/varchar PostgreSQL indexes in migr...Claude Paroz
2014-12-04[1.7.x] Fixed #23920 -- Fixed MySQL crash when adding blank=True to TextField.Tim Graham
2014-12-03[1.7.x] Fixed typo in aggregation docs.Tim Graham
2014-12-03[1.7.x] Documented a current limitation of multiple table annotation; refs #1...Benjamin Bach
2014-12-03[1.7.x] Fixed typo in docs/ref/request-response.txt.Theodoros Ikonomou
2014-12-03[1.7.x] Fixed #23939 -- Moved session verification out of SessionAuthenticati...Tim Graham
2014-12-03[1.7.x] Fixed #23950 -- Prevented calling deconstruct on classes in Migration...Gavin Wahl
2014-12-02[1.7.x] Fixed #23946 -- Fixed runserver crash when socket error contains Unic...Andriy Sokolovskiy
2014-12-02[1.7.x] Fixed #23934 -- Fixed regression in admin views obj parameter.Kamil Braun
2014-12-02[1.7.x] Fixed #23909 -- Prevented crash when collecting SQL for RunSQLClaude Paroz
2014-12-01[1.7.x] Fixed #23880 -- Added missing index_together handling for SQLiteMarkus Holtermann