summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2010-08-09[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflictsarchive/soc2010/query-refactorAlex Gaynor
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13565 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-13[soc2010/query-refactor] Merged up to trunk r13425.Alex Gaynor
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13429 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-07-01[soc2010/query-refactor] Merged up to trunk r13405.Alex Gaynor
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13407 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-06-21[soc2010/query-refactor] Merged up to trunk r13366.Alex Gaynor
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13367 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-06-07[soc2010/query-refactor] Merged up to trunk r13328.Alex Gaynor
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/query-refactor@13329 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-19Fixed #13563, a typo in the GeoDjango tutorial.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-17Slight fixes to related fields reference to avoid conflicting target namesJacob Kaplan-Moss
with the queryset docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13272 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-16Added notes about the two new date format specifiers (``c`` and ``u``) added ↵Jannis Leidel
in 1.2. Thanks for the patch, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13267 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-16Fixed #13547 -- Made sure the ISO 8601 date formatting introduced in r12058 ↵Jannis Leidel
uses "T" as the separator between the date and the time value to increase real world usefulness. While the ISO standard permits the use of a space instead of "T" for readability, it does have an impact on standards like HTML5 which rely on specific rules made in RFC 3339. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13266 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-12Fixed doc markup error that resulted in no anchor tag for the model admin ↵Karen Tracey
queryset method. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-12Fixed #13529 -- Corrected ModelAdmin example. Thanks to ↵Russell Keith-Magee
stephane@actinetwork.com for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13242 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-12Fixed #13524 -- Added backwards compatibility and feature notes regarding ↵Russell Keith-Magee
admin inlines and formsets. Thanks to Ramiro Morales and Gabriel Hurley. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-11Fixed #12997 -- Corrected the module markup for QuerySet methods. Thanks to ↵Russell Keith-Magee
timo for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13235 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10Fixed #12001 -- Modified the example of form validation to use the form's ↵Russell Keith-Magee
error class, rather than assuming ErrorList. Thanks to Suor for the report, and timo for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10Refs #12288 -- Clarified that application names must be unique. Thanks to ↵Russell Keith-Magee
Piotr Czachur for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks ↵Russell Keith-Magee
to ChrisMorgan for the report, and timo for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13211 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey for the ↵Russell Keith-Magee
report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10Fixed #13002 -- Corrected description of the default form base class in ↵Russell Keith-Magee
InlineModelAdmin classes. Thanks to stijn@typograaf.be for the report, and timo for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13209 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10Fixed #12229 -- Added documentation of the FieldFile methods that are ↵Russell Keith-Magee
exposed by FileField and ImageField. Thanks to Gabriel Hurley for the draft patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13202 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10Fixed #13341 -- Clarified default arguments to the RegexValidator. Thanks to ↵Russell Keith-Magee
David Fischer for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-10Added exceptions reference page to the API reference index.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #13317 - Clarified documentation about how the blocktrans and trans ↵Jannis Leidel
template tags work with regard to variables. Thanks for the initial patch, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13184 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #6842 -- Added reference documentation on Django's exceptions. Thanks ↵Russell Keith-Magee
to timo for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13180 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #6039 -- Modified Atom example to be standard compliant. Thanks to ↵Russell Keith-Magee
ion.morega@gmail.com for the report, and arien for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13179 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #6752 -- Corrected the interaction of the safe template filter with ↵Russell Keith-Magee
other filters. Thanks to Rupe and Alex Gaynor for their work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13171 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #10712 -- Added documentation for the queryset() method on ModelAdmin. ↵Russell Keith-Magee
Thanks to mrts for the report, and timo for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13170 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #11933 -- Corrected the naming of the cached_db session backend. ↵Russell Keith-Magee
Thanks to mb0@mb0.org for the report and Gabriel Hurley for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13169 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #12040 -- Cleaned up the documentation describing how ↵Russell Keith-Magee
CurrentSiteManager works. Thanks to elpaso66 for the report, and Gabriel Hurley for the draft patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13168 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #12643 -- Added link to the ModelForm documentation clarifying the ↵Russell Keith-Magee
special requirements of a clean() method on a modelform. Thanks to fgaudin for the report, and ptone for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13163 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #12997 -- Added markup for methods in the queryset docs. Thanks to ↵Russell Keith-Magee
Ramiro Morales for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13162 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #13100 -- Clarified the model validation rules around full_clean(). ↵Russell Keith-Magee
Thanks to ptone for the draft text. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Corrected typo from r13154.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13157 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #13282 -- Clarified documentation around week_day filtering in ↵Russell Keith-Magee
querysets. Thanks to wangchun, Ramiro Morales and timo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #13310 -- Documented the RESTRUCTUREDTEXT_FORMAT_SETTINGS setting. ↵Russell Keith-Magee
Thanks to Wraithan for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13154 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #13341 -- Clarified the arguments to RegexValidators. Thanks to ↵Russell Keith-Magee
DrMeers for the report, and David Fischer for the draft text. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13148 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #13455 -- Clarified the interaction of values() and extra(). Thanks to ↵Russell Keith-Magee
Rupe for the report and draft text. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13145 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-09Fixed #13497 -- Corrected various typos and markup problems in docs. Thanks ↵Russell Keith-Magee
to Ramiro Morales for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13144 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-08Fixed #3469 -- added django.utils documentation for stable bitsBrian Rosner
Thanks to Rupe and Ramiro Morales for their initial work on this patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13140 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-08Fixed #13336 -- Corrected an incorrect example of cache header usage. Thanks ↵Russell Keith-Magee
to dnjuls for the report, and claudep for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-07Fixed typo and small formatting mistake in docsLuke Plant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13118 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-06Fixed #13287 -- Corrected the advice on argument formatting in the {% url %} ↵Russell Keith-Magee
tag. Thanks to Gabriel Hurley for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04Fixed #13458 -- Corrected typo in GeoIP docs. Thanks, Paul McMillan for ↵Justin Bronn
report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04Fixed #13315, #13430 -- Recreated `django.contrib.gis.db.backend` module ↵Justin Bronn
with `SpatialBackend` alias and added `Adaptor` alias for backwards-compatibility purposes; added GeoDjango 1.2 backwards-incompatibility documentation and release notes; added a section in the docs about how MySQL is a crippled spatial database; updated versions in install docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13097 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-01Fixed #13444 -- Improved the documentation around the backwards ↵Russell Keith-Magee
compatibility quirks of the cycle and include tags. Thanks to awmcclain for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-19Fixed #13361 - Made sure jQuery is always included in the admin changelist ↵Jannis Leidel
and changeform. Thanks to Carl Meyer for report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12997 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-16Fixed #11810 -- Fixed typo and errors that prevented `modifiable` from ↵Justin Bronn
working in the geographic admin. Thanks to Rob Coup for the bug report. Refs #12504. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12995 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-09Minor documentation tweaks for GeoDjango, including addition of link to main ↵Justin Bronn
index, and removal of unsupported `:download:` directives. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12942 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-06Fixed #13099 - incorrect SQL for `exclude()` exampleLuke Plant
Thanks to istruble for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-05Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ↵Russell Keith-Magee
selected template. Thanks to bendavis78 for the report and patch, and Ramiro Morales for his cleanup work. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-30PostGIS 1.5 allows distance queries on non-point geographic geometry columns ↵Justin Bronn
with `ST_Distance_Sphere`, enabled this functionality. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12890 bcc190cf-cafb-0310-a4f2-bffc1f526a37