summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-10-10Fixed #4501 - Documented how to use coverage.py with Django tests.Tim Graham
2012-10-10Remove heteronormativity from coding style docDaniel D. Beck
2012-10-09Fixed #19097 -- documented module of origin for HttpRes/req objectsPreston Holmes
2012-10-10Moved F() '&' and '|' to .bitand() and .bitor()Anssi Kääriäinen
2012-10-10Revert "Fixed #16211 -- Added comparison and negation ops to F() expressions"Anssi Kääriäinen
2012-10-07Added section about URL reversion to URL mapper document.Ramiro Morales
2012-10-06More URL mapping documentation fixes.Ramiro Morales
2012-10-06Refactored URL mapping documentation.Ramiro Morales
2012-10-06Added assertXML[Not]Equal assertionsClaude Paroz
2012-10-06Fixed #17435 - Clarified that QuerySet.update returns the number of rows matchedTim Graham
2012-10-06Fixed #19074 -- Corrected some minor issues with the new custom User docs.Russell Keith-Magee
2012-10-05Fixed format-o in docs/topics/db/queries.txtDon Spaulding
2012-10-05Fixed #19072 -- Corrected an external file path in GeoIP docsClaude Paroz
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 #18996 - Docs on overriden model methodsTomáš Ehrlich
2012-10-04Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain for the r...Tim Graham
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-10-02Fixed #19057 -- support custom user models in mod_wsgi auth handlerPreston Holmes
2012-10-01Removed incorrectly reintroduced 1.3 version notesPreston Holmes
2012-10-01Fixed #19045 -- removed 'fixed on a branch' from triage docsPreston Holmes
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-09-30Fixed #18616 -- added user_login_fail signal to contrib.authMichael Farrell
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-30Fixed #18991 -- Allowed permission lookup by "if in"Anssi Kääriäinen
2012-09-30Fixed #16211 -- Added comparison and negation ops to F() expressionsAnssi Kääriäinen
2012-09-29Added a missing commaPreston Holmes
2012-09-29Fixed a couple errors and inconsistencies in mod_wsgi docsPreston Holmes
2012-09-30Corrected links to only()/defer() in Model documentationAnssi Kääriäinen
2012-09-29Fixed #18993 -- 'django' logger logs to console when DEBUG=TrueClaude Paroz
2012-09-29Combined Django DEFAULT_LOGGING with user LOGGING configClaude Paroz
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 #18518 -- Add warning re mod_wsgi and wsgi.py environ handling.Carl Meyer
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 two broken links introduced in recent commits.Tim Graham