summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2013-02-16Refs #14881 -- Document that User models need to have an integer primary key.Russell Keith-Magee
2013-02-15Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom U...Russell Keith-Magee
2013-02-14Fixed #19823 -- Fixed memcached code example in cache docsClaude Paroz
2013-02-12Merge pull request #719 from JonLoy/ticket_19808Aymeric Augustin
2013-02-12Fixed #19808 Capitalization error in example textJonLoy
2013-02-12Mention backward relationships in aggregate docs.Ramiro Morales
2013-02-12Fixed #19746 -- Allow deserialization of pk-less dataNick Sandford
2013-02-07Typo in i18n docs.Ramiro Morales
2013-02-07Fixed #19756 - Corrected a ManyToMany example and added some links and markup.Tim Graham
2013-02-06Fixed #19743 - Documented some limitations of contrib.auth.Tim Graham
2013-02-06Fixed a documentation warning introduced by 3f1c7b7Simon Charette
2013-02-04Simplified default project template.Aymeric Augustin
2013-02-03Fixed a typo in docs/topics/auth/customizing.txtTim Graham
2013-02-02Fixed #17797 -- Enabled support for PATCH requests in the dummy test client. ...Julien Phalip
2013-02-02Fixed #19700 - Added documentation for BoundField.field.Tim Graham
2013-02-01Merge pull request #682 from LucianU/masterTim Graham
2013-01-31Deprecated undocumented warnings manipulation testing tools.Ramiro Morales
2013-01-31Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.Aymeric Augustin
2013-01-30Fixed #19160 -- Made lazy plural translations usable.Aymeric Augustin
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