summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2012-10-05Merge pull request #425 from Osmose/queryset_doc_typoPreston Holmes
2012-10-05Fixed typo in queryset docs under update method.Michael Kelly
2012-10-04Fixed #17207 -- Added a troubleshooting note about failing createdbJohn Paulett
2012-10-04Readded docs anchor removed in 92b5341b and still in useClaude Paroz
2012-10-03Fixed #19006 - Quoted filenames in Content-Disposition header.Tim Graham
2012-10-03Fixed #18413 - Noted that a model's files are not deleted when the model is d...Tim Graham
2012-10-03Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty v...Stephen Burrows
2012-10-03Added a note about postgis_topology in install docsClaude Paroz
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-09-30Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz
2012-09-30Fixed #16455 -- Added support for PostGIS 2.0Flavio Curella
2012-09-30Fixed #15338 - Documented django.utils.decoratorsTim Graham
2012-09-30Corrected links to only()/defer() in Model documentationAnssi Kääriäinen
2012-09-29Fixed #17058 - Clarified where extras/csrf_migration_helper.py is locatedTim Graham
2012-09-29Merge branch 'ticket15695'Florian Apolloner
2012-09-29Added link to PostGIS matrix on OSGeo WikiClaude Paroz
2012-09-29Fixed #18919 -- Stopped dropping Z attribute when transforming geometriesClaude Paroz
2012-09-29Fixed #11948 -- Added interpolate and project linear referencing methodsClaude Paroz
2012-09-28Fixed #12871 - Documented creation of a comment form for authenticated users;...Tim Graham
2012-09-28Made more extensive use of get_current_siteClaude Paroz
2012-09-28Fixed #18676 -- Allow fast-path deletion of objectsAnssi Kääriäinen
2012-09-27Fixed a typo in runserver docsTim Graham
2012-09-27Fixed #11460 - Added a FAQ regarding missing rows in the admin.Tim Graham
2012-09-27Fixed #15695 -- Added `ResolverMatch` to the request object.Florian Apolloner
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-26Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee
2012-09-24Fix docs for context_processors.authAndrew Badr
2012-09-22Fixed #18951 -- Formatting of microseconds.Aymeric Augustin
2012-09-22Fixed #16218 -- date_list order in generic CBVs.Aymeric Augustin
2012-09-21Fixed #19008 typo in signals docsPreston Holmes
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-09-20Fixed #16577 -- Added a map_creation block in openlayers.js templateClaude Paroz
2012-09-20Added a note about GEOS support for 3D/4D WKT notationClaude Paroz
2012-09-19Fixed #15325 - Added a link to RelatedManager in the ManytoManyField docs; th...Tim Graham
2012-09-19Fixed #13586 - Added an example of how to connect a m2m_changed signal handler.Tim Graham
2012-09-18document changes for YearArchiveView.Collin Anderson
2012-09-15Clearer wording for defer docsPreston Holmes
2012-09-15Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks sir_sigurd fo...Tim Graham
2012-09-15Added an example of using a form wizard with different templates; thanks Lori...Tim Graham
2012-09-15Removed reference to note removed in a78dd109e6c81c49e90e36e9b793bad67c46c23c...Tim Graham
2012-09-15Fixed #11185 - Expanded docs on customizing widgets; thanks fadeev for the dr...Tim Graham
2012-09-15Used ST_AsText for testing PostGIS raw queryClaude Paroz
2012-09-10Document and test 'type' usage in Widget attrsClaude Paroz
2012-09-08Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.Carl Meyer
2012-09-08Fixed #15906 - Documented HEAD method in CBVs; thanks zsiciarz for the patch.Tim Graham
2012-09-08Fixed typo in commit for #15730; thanks Bruno Renié for the catch.Tim Graham
2012-09-08Updated print statements to work with py3; thanks Claude Paroz noting this.Tim Graham
2012-09-08Fixed #18478 - Documented how to use a mutable default in a model field.Tim Graham
2012-09-08Fixed #18628 - Added methods/attributes to CBV docs. Thanks Daniel Greenfeld!Tim Graham
2012-09-08Fixed #15730 - Documented the as_view() method for CBVs.Tim Graham