summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2014-12-24[1.7.x] Fixed #24041 -- Documented effect of changing a model instance's ↵Helen Sherwood-Taylor
primary key. Backport of 4ccdf6e57f49d7e981dcd88c1db65229b8b92487 from master
2014-12-23[1.7.x] Fixed #24035 -- Clarified docs on CACHE_MIDDLEWARE_KEY_PREFIX vs ↵Frankie Robertson
KEY_PREFIX Backport of 446b50b90e9e60760618b236d8b0ea75a3b19d5a from master
2014-12-19[1.7.x] Moved version directives to the bottom of the loaddata section.Berker Peksag
Backport of 6403e07c5093e0244497293f31f5f73cebe85b66 from master
2014-12-18[1.7.x] Corrected indentation in docs to prevent inadvertent blockquote.Tim Graham
2014-12-17[1.7.x] Fixed display of lists after website redesignMarkus Holtermann
Thanks Brian Jacobel for the report. refs django/djangoproject.com#197 Backport of c7786550c4ed396b8580db58f7da60e850894d19 from master
2014-12-09[1.7.x] Fixed #23961 -- Clarified when makemigrations will create a directory.Tim Graham
Backport of fa6e3a40e1866b64eb30e0dfbd43b340c0d831da from master
2014-12-08[1.7.x] Fixed #23974 -- Clarified wording of FileField.save/delete save ↵Tim Graham
parameter. Thanks GreenAsJade. Backport of 1aa41dd000e0779c8b1de1f8e7aa4a0f2f752655 from master
2014-12-08[1.7.x] Refs #23964 -- Added warning about case-insensitive, unique fields ↵Jon Dufresne
used with formsets Backport of 4d27d72d149b714431b77f2f15bad1591a9602b7 from master
2014-12-06[1.7.x] Fixed #23965 -- Mentioned that FieldFile inherits from FileTim Graham
Backport of 5281d9620d13386fd4403f7aa6b9a2afd9b5a93f from master
2014-12-06[1.7.x] Fixed typo in docs/ref/applications.txt.Peter Inglesby
Backport of 0fde2ca0368928bb8ee16b06b8ca33031bb779b7 from master
2014-12-06[1.7.x] Fixed documentation of GeoModelAdmin.openlayers_urlClaude Paroz
Backport of e3091350 from master.
2014-12-05[1.7.x] Corrected example in Form.has_changed() docs.Tim Graham
Backport of ebfadb808043c689b19cfee818c10f63866ee8fc from master
2014-12-03[1.7.x] Fixed typo in docs/ref/request-response.txt.Theodoros Ikonomou
Backport of 49d034fff21213b369c08b39772e0437c3cc723b from master
2014-11-29[1.7.x] Removed instructions to create a PostgreSQL cluster in GIS docsClaude Paroz
Creating a new cluster is neither required not recommendable for most users. The previous section explains how to create a user with sufficient permissions to automatically create a database during tests.
2014-11-27[1.7.x] Added notes on registering signals in ready() and using dispatch_uid.wrwrwr
Refs #23641. Backport of d66bda60590daabe21f60a532a613a31a10fedbd from master
2014-11-26[1.7.x] Fixed #23901 -- Documented how to use SpatiaLite with Homebrew.Kenial Lee
Backport of cc870b8ef5e3464c6f051e3ef0a25dfc4b597452 from master
2014-11-25[1.7.x] Added warning about get_inline_instances() permission checking; refs ↵Simon Charette
#23754. Backport of e0d1f2684ae60573b209783f9fd4f9db163ad704 from master
2014-11-25[1.7.x] Fixed typo in docs/ref/django-admin.txtRichard Olsson
Backport of c1552af1fe5832011e3b1c3e5b40c20ff3dbe6f9 from master
2014-11-22[1.7.x] Updated an old note about GEOSGeometry.transformClaude Paroz
Backport of b0a58b9085b from master.
2014-11-21[1.7.x] Fixed #23865 -- documented how to assign errors to a field in ↵Alasdair Nicol
Model.clean() Also added a unit test wit the simpler syntax which we have documented, where the dictionary values are strings. Backport of 5b26a014a81ba0d404d46e11d2b45c01d92b97e5 from master
2014-11-20[1.7.x] Added missing backticks to form validation docsAlasdair Nicol
Backport of 38ab0f13fac428dd05dad02ef7c94da5035927ad from master
2014-11-20[1.7.x] Fixed #23817 -- Updated docs on QuerySet evaluationMichal Petrucha
Removed inaccurate info about partial evaluation after refs #18702. Added information on modifying sliced QuerySets; refs #22503. Backport of 327df551e89a505c5756becee97c40198f38aff2 from master
2014-11-19[1.7.x] Fixed #23410 -- Avoided unnecessary rollbacks in related apps when ↵Carl Meyer
migrating backwards. Backport of ab2819aa7b09d36d9ff24830a9825aa52b87fdb4 from master.
2014-11-16[1.7.x] Fixes a race condition in the documentation.Peter Sagerson
The example for django.contrib.admin.ModelAdmin.get_form modifies self.exclude. However, since ModelAdmin instances are global and have no thread- or request-locality, this is not safe for concurrent requests.[1] This updated documentation demonstrates a safe method to override admin forms on a per-request basis. [1] https://groups.google.com/forum/#!topic/django-users/AmoUDtEefyA Backport of 0d1a9d203a970a82a2f81edf0ba7d4b55442fd78 from master
2014-11-15[1.7.x] Fixed #23808 -- Documented that migrations table is created when ↵Andreas Madsack
using runserver without migrating first. Backport of 27c9b3a27d313e75732c1e8e966b320ddbde499d from master
2014-11-15[1.7.x] Fixed #23665 -- Noted precedence of settings.USE_L10N in ↵Berker Peksag
MONTH_DAY_FORMAT and YEAR_MONTH. Backport of 4f90c99635149fae2f488c03f0b52303fe97e0aa from master
2014-11-13[1.7.x] Added missing docs for 1_7.W001 check.Tim Graham
Backport of 098368d82f67715723b5bd4445a8fe92a0ceae98 from master
2014-11-13[1.7.x] Updated Fink doc section to be version-agnosticClaude Paroz
Backport of 7fd1f3a645f from master.
2014-11-12[1.7.x] Fixed #23774 -- Clarified QuerySet.order_by() and related models.Tim Graham
Backport of 11b7680d0e from master
2014-11-05[1.7.x] Removed confusing paragraph from the docs.Loic Bistuer
This snippet wasn't particularly helpful as `add_error()` is described in greater details in the following section. Thanks Claude Paroz for the report. Backport of f1f0c4f16b from master
2014-11-04[1.7.x] Fixed links to mysqlclient in database notes.Tim Graham
Backport of e0685368c6 from master
2014-11-03[1.7.x] Fixed versionchanged indentation in docs/.Berker Peksag
Backport of 5c517ec218 from master
2014-11-03[1.7.x] Confirmed Spatialite 4 supportClaude Paroz
Backport of e62dea9ad5 from master
2014-10-31[1.7.x] Fixed #23732 -- Corrected and enhanced select_related() docs.Tim Graham
Thanks Daniele Procida for the report and review. Backport of e958c760f9 from master
2014-10-30[1.7.x] Fixed #23736 -- Corrected the description of the value that ↵Tim Graham
silent_variable_failure uses. Thanks Aymeric Augustin for the report. Backport of e7cb4f2fba from master
2014-10-30[1.7.x] Fixed #23737 -- Recommended the render() shortcut more strongly.Tim Graham
Thanks Aymeric Augustin for the report. Backport of f85fcc75e3 from master
2014-10-30[1.7.x] Explained why admindocs omits model methods with arguments.Zan Anderle
Backport of 9e3aaa5a46 from master
2014-10-30[1.7.x] Removed extra period.Aymeric Augustin
Backport of 8f79c15 from master
2014-10-30[1.7.x] Fixed #23558 -- documented slugify limitationsDavid Hoffman
Backport of 03467368db from master
2014-10-30[1.7.x] Fixed #23575 -- Added a code example for custom AdminSite.Berker Peksag
Backport of 4a9b4a23bd from master
2014-10-30[1.7.x] Fixed #23725 -- Substituted AUTH_USER_MODEL for User in docs.Raul Cumplido
Backport of 68d3db8a7b from master
2014-10-29[1.7.x] Added cross reference in admin docs to topic about saving objects in ↵P.A. SCHEMBRI
formsets. Backport of 388c6038fd from master
2014-10-27[1.7.x] Fixed QuerySet datetimes argument name in docs.Oliver Meinusch
Backport of 6b39401baf from master
2014-10-27[1.7.x] Fixed #23446 -- Officially recommended mysqlclient as MySQL driverClaude Paroz
Thanks Corey Farwell for the report and Tim Graham for the review. Thanks also to Inada Naoki for creating and maintaining mysqlclient. Backport of 7f089ac2e3 from master.
2014-10-24[1.7.x] Fixed typo in docs/ref/request-response.txtJames Doherty
Backport of adf8fb34ce from master
2014-10-19[1.7.x] Fixed a typo in urlencode documentation.wrwrwr
Backport of 62a53bdf11 from master
2014-10-18[1.7.x] Fixed #23676 -- Rearranged sentence; "by default" applies only to ↵Jon Dufresne
max length Backport of c1b9f99a81 from master
2014-10-16[1.7.x] Fixed #23667 -- Incorrect settings reference for language cookie.Tim Graham
Thanks jamesbeith for the report. Backport of bedd439297 from master
2014-10-17[1.7.x] Fixed #23615 -- Validate that a Model instance's "check" attribute ↵Rigel Di Scala
is a method. The "check" name is a reserved word used by Django's check framework, and cannot be redefined as something else other than a method, or the check framework will raise an error. This change amends the django.core.checks.model_check.check_all_models() function, so that it verifies that a model instance's attribute "check" is actually a method. This new check is assigned the id "models.E020". Conflicts: docs/ref/checks.txt Backport of a5c77417a6 from master
2014-10-16[1.7.x] Fixed #12008 -- Clarified relationship between template blocks and ↵mcgeeco
includes. Thanks Daniele Procida for suggested wording. Backport of 80b8d3bee0 from master