summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
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
2014-10-12[1.7.x] Fixed #23639 -- Fixed doc error in RegexValidator.regexDori
Thanks to @claudep for the report and the original patch. Backport of c48a29a02a457cfdb1cff11009401459ba24e870 from master.
2014-10-10[1.7.x] Fixed #23631 -- Removed outdated note on MySQL timezone support.Tim Graham
Thanks marfire for the report. Backport of 9db3653670 from master
2014-10-09[1.7.x] Fixed #23609 -- Fixed IntegrityError that prevented altering a NULL ↵Markus Holtermann
column into a NOT NULL one due to existing rows Thanks to Simon Charette, Loic Bistuer and Tim Graham for the review. Backport of f633ba778d from master
2014-10-06[1.7.x] Fixed #23607 -- Typo in docs/ref/contrib/staticfiles.txt.Tim Graham
Thanks Rolandde for the report. Backport of 87eedfff44 from master
2014-10-06[1.7.X] Fixed #23602 -- Add comment on get_absolute_url regarding user inputCarl Meyer
Backport of 04bd84786d39b8a17620dfb3b354599d8d95417b from master.
2014-10-06[1.7.x] Updated links in admin docs to use :ref:Kostochko Dmitriy
per Sphinx docs: "Using ref is advised over standard reStructuredText links to sections because it works across files, when section headings are changed, and for all builders that support cross-references. Backport of 13409b932a from master
2014-10-06[1.7.x] Fixed #23597 -- Clarified the manager that ↵Ismail Badawi
{Single,Multiple}ObjectMixin.model uses. Backport of e501d4c505 from master
2014-10-04[1.7.x] Made minor typographic correction to SECRET_KEY docs.Erik Romijn
Backport of 2bb00b0b0b5232aff806c8a9b3f1126c1cf79221 from master.
2014-10-04[1.7.x] Fixed #22310 -- Documented exact usage of SECRET_KEYErik Romijn
Backport of 4ad57bbe31bc1813264824111de2f9f74dbda0d6 from master.
2014-10-01[1.7.x] Added flat=False to signature of QuerySet.values_list()jnothman
Backport of 20f868bc5a from master
2014-09-29[1.7.x] Fixed #17638 -- Added crosslinks between topic and reference guides.Duane Hilton
Thanks oinopion for the suggestion and jarus for the initial patch. Backport of 054bdfeff1 from master
2014-09-24[1.7.x] Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
Thanks gkoller for the report and Markus Holtermann for review.
2014-09-24[1.7.x] Fixed #22959 -- Documented that class-based validators need to be ↵Markus Holtermann
deconstructible. Backport of c692e37b63 from master