summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2013-02-25[1.5.x] Fixed #6195 -- Documented caching options for javascript_catalog.Aymeric Augustin
2013-02-24[1.5.x] Fixed #19394 --Added note about auth forms and custom user models.Ben Konrath
2013-02-23[1.5.X] Added an example of "default" database dictionary left blank; refs #1...Tim Graham
2013-02-23[1.5.X] Fixed #19402 - Clarified purpose of CustomUser.REQUIRED_FIELDSTim Graham
2013-02-23[1.5.X] Fixed #19579 - Documented that "providing_args" is purely documentati...Tim Graham
2013-02-23[1.5.X] Fixed #19775 - Clarified requirements of the "default" database.Tim Graham
2013-02-20[1.5.x] Fixed #19868 -- Clarified purpose of custom user examplePreston Holmes
2013-02-19[1.5.X] Fixed typo in docs/topics/class-based-views/generic-display.txtStefan "hr" Berder
2013-02-19[1.5.x] Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
2013-02-19[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...Carl Meyer
2013-02-18[1.5.X] Fixed #19717 - Removed mentions of "root QuerySet" in docs.Tim Graham
2013-02-16[1.5.x] Fixed #19719 - Removed misleading example from ModelForm documentationAlex Hunley
2013-02-16[1.5.x] Refs #14881 -- Document that User models need to have an integer prim...Russell Keith-Magee
2013-02-15[1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on ...Russell Keith-Magee
2013-02-14[1.5.x] Mention backward relationships in aggregate docs.Ramiro Morales
2013-02-14[1.5.x] Typo in i18n docs.Ramiro Morales
2013-02-14[1.5.x] Fixed #19823 -- Fixed memcached code example in cache docsClaude Paroz
2013-02-07[1.5.x] Fixed #19756 - Corrected a ManyToMany example and added some links an...Tim Graham
2013-02-06[1.5.x] Fixed #19743 - Documented some limitations of contrib.auth.Tim Graham
2013-02-03[1.5.x] Fixed a typo in docs/topics/auth/customizing.txtTim Graham
2013-02-02[1.5.x] Fixed #19700 - Added documentation for BoundField.field.Tim Graham
2013-02-01[1.5.x] Fixed #19690 - Removed unused import in doc examples.Lucian Ursu
2013-01-31Enhanced traanslator comments documentation.Ramiro Morales
2013-01-31[1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of content...Aymeric Augustin
2013-01-29[1.5.x] Fixed typos in docs and commentsTim Graham
2013-01-29[1.5.x] Fixed #19683 - Added a missing import in signing example.Tim Graham
2013-01-23[1.5.x] Fixed typo.Justin Bronn
2013-01-23[1.5.x] Fixed #19610 - Added enctype note to forms topics doc.Tim Graham
2013-01-22[1.5.x] Fixed #19640 - Added inlineformset_factory to reference docs.Tim Graham
2013-01-18[1.5.x] Fixed #19628 - Noted that app for custom user model must be in INSTAL...Tim Graham
2013-01-18[1.5.x] Fixed #19632 -- Bug in code sample.Aymeric Augustin
2013-01-15[1.5.x] Fixed #19614 -- Missing request argument in render call.Aymeric Augustin
2013-01-15[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2013-01-14[1.5.x] Fixed code examples in which render() calls were missing `request` pa...Vinod Kurup
2013-01-11[1.5.x] Fixed #10239 - Added docs for modelform_factoryTim Graham
2013-01-04[1.5.x] Fixed #19562 -- cleaned up password storage docsPreston Holmes
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-02[1.5.X] Fixed #19549 - Typo in docs/topics/auth/default.txtTim Graham
2012-12-29[1.5.x] Fixed broken links, round 4. refs #19516Tim Graham
2012-12-28[1.5.x] Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-26[1.5.X] Fixed broken links, round 3. refs #19516Tim Graham
2012-12-24[1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
2012-12-22[1.5.x] Fixed #19497 -- Refactored testing docs.Ramiro Morales
2012-12-21[1.5.X] Fixed #19506 - Remove 'mysite' prefix in model example.Tim Graham
2012-12-18[1.5.X] Fixed #19442 - Clarified that raw SQL must be committed.Tim Graham
2012-12-18[1.5.x] Fixed #17312 - Warned about database side effects in tests.Tim Graham
2012-12-16[1.5.X] Fixed #19279 - Clarified order of database setup and Django install.Tim Graham
2012-12-15[1.5.X} Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.Russell Keith-Magee
2012-12-15[1.5.X] Fixed #19472 -- Documented the testing requirements and tools for cus...Russell Keith-Magee
2012-12-15[1.5.X] Fixed #19384 -- Documented the behavior of custom managers on abstrac...Russell Keith-Magee