summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 selenium test failure of JavascriptI18nTests.Tim Graham
2014-12-01[1.7.x] Fixed flake8 warnings.Tim Graham
2014-12-01[1.7.x] Fixed #23880 -- Added missing index_together handling for SQLiteMarkus Holtermann
2014-12-01[1.7.x] Restored the 'TEST_' prefix in the warning about deprecated test data...Shai Berger
2014-11-29[1.7.x] Removed instructions to create a PostgreSQL cluster in GIS docsClaude Paroz
2014-11-27[1.7.x] Added notes on registering signals in ready() and using dispatch_uid.wrwrwr
2014-11-27[1.7.x] Fixed typo in docs/topics/forms/modelforms.txt.wrwrwr
2014-11-27[1.7.x] Fixed #23847 -- Improved the email_check example in the auth document...Berker Peksag
2014-11-26[1.7.x] Fixed #23872 -- Removed sensitivity of migrations tests to CWD.Carl Meyer
2014-11-26[1.7.x] Fixed #23901 -- Documented how to use SpatiaLite with Homebrew.Kenial Lee
2014-11-26[1.7.x] Release notes for ff3d746e8d8e8fbe6de287bd0f4c3a9fa23c18dcLuke Plant
2014-11-26[1.7.x] Fixed bug in circular dependency algo for migration dependencies.Luke Plant
2014-11-25[1.7.x] Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette
2014-11-25[1.7.x] Added warning about get_inline_instances() permission checking; refs ...Simon Charette
2014-11-25[1.7.x] Fixed #23898 -- Added missing context to admin's deleted_selected view.Redouane Zait
2014-11-25[1.7.x] Fixed typo in docs/ref/django-admin.txtRichard Olsson
2014-11-24[1.7.x] Fixed #23907 -- Added admin.site.register in tutorial 2 for consistency.Tim Graham
2014-11-24[1.7.x] Fixed #23888 -- Fixed crash in File.__repr__() when name contains uni...Sergey Fedoseev
2014-11-24[1.7.x] Fixed typo in django/utils/decorators.py comment.Tom V
2014-11-24[1.7.x] Further fixes to the migration notes for get_query_setLuke Plant
2014-11-24[1.7.x] Fixed #23543 -- Added docs on testing management command output.Danilo Bargen
2014-11-24[1.7.x] Better migration docs for get_query_set -> get_querysetLuke Plant
2014-11-23[1.7.x] Fixed #23900 -- Added missing imports in code example.Kevin Ndung'u
2014-11-22Revert "[1.7.x] Fixed #23892 -- Made deconstructible classes forwards compati...Carl Meyer
2014-11-22[1.7.x] Fixed #23892 -- Made deconstructible classes forwards compatibleCarl Meyer
2014-11-22[1.7.x] Updated an old note about GEOSGeometry.transformClaude Paroz
2014-11-21[1.7.x] Fixed typo in forms/models.py comment.Simon Charette
2014-11-21[1.7.x] Fixed #23778 -- Added a doc section on using the Django runner for re...Stanislas Guerra
2014-11-21[1.7.x] Fixed #23865 -- documented how to assign errors to a field in Model.c...Alasdair Nicol
2014-11-21[1.7.x] Fixed typo in docs/internals/release-process.txt.Tom V
2014-11-21[1.7.x] Fixed #23794 -- Fixed migrations crash when removing a field that's p...Andrzej Pragacz
2014-11-20[1.7.x] Fixed duplicate index error on Oracle; refs #23859.Markus Holtermann
2014-11-20[1.7.x] Fixed #23605 -- Fixed nested subquery regressionAnssi Kääriäinen
2014-11-20[1.7.x] Added missing backticks to form validation docsAlasdair Nicol
2014-11-20[1.7.x] Fixed #23817 -- Updated docs on QuerySet evaluationMichal Petrucha
2014-11-19[1.7.x] Cleaned up and reformatted autodetector testsMarkus Holtermann
2014-11-19[1.7.x] Formatted model states in autodetector testsMarkus Holtermann
2014-11-19[1.7.x] Fixed #23410 -- Avoided unnecessary rollbacks in related apps when mi...Carl Meyer
2014-11-19[1.7.x] Fixed #21794 -- Removed deprecation warning for abstract models outsi...Carl Meyer
2014-11-19[1.7.x] Fixed #22248 -- Made RenameModel reversibleStratos Moros
2014-11-18[1.7.x] Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras
2014-11-17[1.7.x] Fix malformed note directive.Carl Meyer
2014-11-17[1.7.x] Fixed #23859 -- Fixed a migration crash when a field is renamed that ...Markus Holtermann
2014-11-17[1.7.x] Avoided unneeded calls to state.render() in migrations.twidi
2014-11-17[1.7.x] Reordered condition to avoid calling allow_migrate() if unneeded.twidi
2014-11-17[1.7.x] Fixed #23855 -- Removed unnecessary all() in tutorial 3.Tim Graham
2014-11-16[1.7.x] Fixed #23690 - fixed examples of manual rendering of form fieldsnmundar
2014-11-16[1.7.x] Fixes a race condition in the documentation.Peter Sagerson