summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-09-19Fixed #15325 - Added a link to RelatedManager in the ManytoManyField docs; th...Tim Graham
2012-09-19Fixed #14829 - Added references to CBVs in the URLConf docs; thanks Andrew Wi...Tim Graham
2012-09-19Fixed #13586 - Added an example of how to connect a m2m_changed signal handler.Tim Graham
2012-09-19Revert "Fixed #16865 -- Made get_or_create use read database for initial get ...Carl Meyer
2012-09-19Fixed #16865 -- Made get_or_create use read database for initial get query.Carl Meyer
2012-09-18document changes for YearArchiveView.Collin Anderson
2012-09-17Added myself as a committer.Preston Holmes
2012-09-17Merge pull request #195 from pydanny/ajax-docs-exampleTim Graham
2012-09-17Merge branch 'lotheac-fix_uploaded_file_exec'Florian Apolloner
2012-09-17Fixed #18947 -- Don't make uploaded files executeable by default.Florian Apolloner
2012-09-17Add example of AJAX form submission.Marc Tamlyn
2012-09-16Merge pull request #372 from ptone/patch-2Florian Apolloner
2012-09-15Clearer wording for defer docsPreston Holmes
2012-09-15Fixes docs typoCamilo Nova
2012-09-15Fixed #18131 - Documented ContentTypeManager.get_for_id; thanks sir_sigurd fo...Tim Graham
2012-09-15Fixed #16929 - Documented how to extend UserAdmin with UserProfile fields; th...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-14Correcting my English.Bryan Veloso
2012-09-14Adding myself to the committers list.Bryan Veloso
2012-09-12Fixed my terribly outdated profile in committers.txt in celebration of my com...Jeremy Dunck
2012-09-10Removed a colloquialism ("and then some") from the documentation index page t...Julien Phalip
2012-09-10Removed an obsolete documentation page about admin style customization.Julien Phalip
2012-09-10Document and test 'type' usage in Widget attrsClaude Paroz
2012-09-09Replaced backwards-incompatible changes referenceKaren Tracey
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-08Fix typo: Non -> NoneJames Bennett
2012-09-08Untabify multi-db docs.James Bennett
2012-09-08Ticket 18657: Fix inconsistent DB names in router example.James Bennett
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-08Merge pull request #359 from nmartini/ticket_18832Tim Graham
2012-09-08Fixed #15730 - Documented the as_view() method for CBVs.Tim Graham
2012-09-08Fixed a typo in the Python 3 compatibility docs.Michal Petrucha
2012-09-08fixing modelforms example code, ticket #18832Nick Martini
2012-09-08Updated docs for dates generic views.Aymeric Augustin
2012-09-08Fixed #18054 -- Deprecated contrib.markup. Thanks to simukis for the initial ...Preston Holmes
2012-09-08Fixed #17156 -- Added documentation examples for exists()Tim Graham
2012-09-08Avoided mixing dates and datetimes in the examples.Aymeric Augustin
2012-09-08Fixed #18365 - Added a reminder of the context processor required for the set...Tim Graham
2012-09-08Merge pull request #354 from shabda/ticket_18928Tim Graham
2012-09-08Fixed #15566 - Documented that update() doesn't honor DateField.auto_nowTim Graham
2012-09-08Fixed #18928. Tightened language in docs/README.Shabda Raaj
2012-09-07Updated the Ubuntu installation section for 12.04 release.Justin Bronn
2012-09-07Clarified the messages documentation.Aymeric Augustin