summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
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 #23901 -- Documented how to use SpatiaLite with Homebrew.Kenial Lee
2014-11-26[1.7.x] Release notes for ff3d746e8d8e8fbe6de287bd0f4c3a9fa23c18dcLuke 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] 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 #23778 -- Added a doc section on using the Django runner for re...Stanislas Guerra