summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2013-01-29Fixed #19552 -- Enhanced makemessages handling of ``{# #}``-style template co...Ramiro Morales
2013-01-29Fixed typos in docs and commentsTim Graham
2013-01-29Fixed #19690 - Removed unused importLucian Ursu
2013-01-29Fixed #19683 - Added a missing import in signing example.Tim Graham
2013-01-28Added HTML5 email input typeClaude Paroz
2013-01-26Fixed #19589 -- assertRegexpMatches is deprecated in Python 3.3.Aymeric Augustin
2013-01-25Revert "Patch by Claude for #16084."Ramiro Morales
2013-01-25Patch by Claude for #16084.Ramiro Morales
2013-01-24Fixed #17416 -- Added widgets argument to inlineformset_factory and modelform...Nick Sandford
2013-01-23Fixed typo.Justin Bronn
2013-01-23Fixed #19610 - Added enctype note to forms topics doc.Tim Graham
2013-01-22Fixed #19640 - Added inlineformset_factory to reference docs.Tim Graham
2013-01-18Fixed #19628 - Noted that app for custom user model must be in INSTALLED_APPSTim Graham
2013-01-18Fixed #19632 -- Bug in code sample.Aymeric Augustin
2013-01-15Fixed #19614 -- Missing request argument in render call.Aymeric Augustin
2013-01-15Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2013-01-12Fixed #14633 - Organized settings reference docs and added a topical index.Tim Graham
2013-01-11Fixed code examples in which render() calls were missing `request` parameter.Vinod Kurup
2013-01-11Fixed #10239 - Added docs for modelform_factoryTim Graham
2013-01-04Fixed #19562 -- cleaned up password storage docsPreston Holmes
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-02Fixed #19549 - Typo in docs/topics/auth/default.txtTim Graham
2013-01-01Tiny typo fixed in logging docsDaniele Procida
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Removed django.contrib.markup.Aymeric Augustin
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-12-24Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
2012-12-21Fixed #19497 -- Refactored testing docs.Ramiro Morales
2012-12-21Fixed #19506 - Remove 'mysite' prefix in model example.Tim Graham
2012-12-18Fixed #19442 - Clarified that raw SQL must be committed.Tim Graham
2012-12-18Fixed #17312 - Warned about database side effects in tests.Tim Graham
2012-12-16Fixed #19279 - Clarified order of database setup and Django install.Tim Graham
2012-12-16Replaced the test case hierarchy schema with a vector version.Aymeric Augustin
2012-12-16Added PDF version of SVG file for latexpdf builds.Aymeric Augustin
2012-12-15Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.Russell Keith-Magee
2012-12-15Fixed #19472 -- Documented the testing requirements and tools for custom User...Russell Keith-Magee
2012-12-15Fixed #19384 -- Documented the behavior of custom managers on abstract models.Russell Keith-Magee
2012-12-14Merge pull request #585 from blongden/clarify_php_refsTim Graham
2012-12-14Fixed #2304 -- Documented TRANSACTIONS_MANAGED.Aymeric Augustin
2012-12-13Removes PHP referencesBen Longden
2012-12-13Fixed #19462 -- Made assertQuerysetEqual detect undefined orderingAnssi Kääriäinen
2012-12-11Fixed #19461 - Linked to psycopg in topics/install.txtTim Graham
2012-12-10Fixed a security issue in get_host.Florian Apolloner
2012-12-09Edited the middleware doc for completeness, clarity, and consistency.Aymeric Augustin
2012-12-09Fixed #12502 -- Improved middleware diagram.Aymeric Augustin
2012-12-08Removed US localflavor-specific tests from coreClaude Paroz
2012-12-02fix a spelling error in docsVal Neekman