summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2013-02-25[1.5.x] Minor edits to some recently-added admin docs.Carl Meyer
2013-02-23[1.5.X] Fixed #19880 - Fixed an error in the form wizard initial_dict example.Tim Graham
2013-02-23[1.5.x] Fixed #19752 - Changed Postgres version numbers to 9.x to avoid havin...Tim Graham
2013-02-23[1.5.x] Fixed #19887 - Noted when callables may be used in ModelAdmin.fields ...Tim Graham
2013-02-10[1.5.x] Emphasized MyISAM pseudo-requirement for GeoDjango over MySQLClaude Paroz
2013-02-08[1.5.x] Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMid...Claude Paroz
2013-02-07[1.5.x] Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
2013-02-02[1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.g...Nick Sandford
2013-02-01[1.5.x] Small generic FK docs tweaks.Ramiro Morales
2013-02-01[1.5.x] Fixed content types contrib app doc typos.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-25[1.5.x] Fixed #19577 - Added HTML escaping to admin examples.Tim Graham
2013-01-22[1.5.x] Fixed #19477 - Documented generic_inlineformset_factoryTim Graham
2013-01-22[1.5.x] Fixed #19640 - Added inlineformset_factory to reference docs.Tim Graham
2013-01-15[1.5.x] Fixed #19597 - Added some notes on jQuery in admin.Tim Graham
2013-01-15[1.5.x] Clarified WizardView.get_form_prefix doc, refs #19024Tim Graham
2013-01-15[1.5.x] Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2013-01-13[1.5.X] Added details on minified jQuery and DEBUG mode for contrib.admin.Tim Graham
2013-01-12[1.5.x] Fixed #19024 -- Corrected form wizard docs for get_form_prefix.Stephan Jaekel
2013-01-10[1.5.x] Fixed #19588 - Added create_superuser to UserManager docs.Tim Graham
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-03[1.5.x] Update doc example for overriding change_form.htmlChris Beaven
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-26[1.5.x] Updated documentation on localflavor translationsAymeric Augustin
2012-12-26[1.5.x] Fixed #19518 -- Documented the deprecation of localflavor.Aymeric Augustin
2012-12-25[1.5.X] Fixed more broken links. refs #19516Tim Graham
2012-12-15[1.5.X] Removed obsolete contrib.comments upgrade guideClaude Paroz
2012-11-28[1.5.x] Fixed #19366 -- Prevented GEOSIndexError when comparing geometriesClaude Paroz
2012-11-25[1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thank...Julien Phalip
2012-11-22[1.5.X] Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txtTim Graham
2012-11-21[1.5.X] Fixed #19243 - Edited GeoDjango Tutorial for consistency and style.shepdl
2012-11-20[1.5.x] Corrected docs about default value of MESSAGE_STORAGELuke Plant
2012-11-19[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
2012-11-18[1.5.X] Fixed #19306 - Improved syndication example.Tim Graham
2012-11-17[1.5.x] Fixed #19315 -- Improved markup in admin FAQ.Aymeric Augustin
2012-11-17[1.5.X] Documented that contrib.sites creates a default site.Tim Graham
2012-11-16[1.5.X] Fixed docs noting comment_will_be_sent returns a 400, not a 403Brandon Adams
2012-11-13[1.5.X] Typo in comments docNicolas Ippolito
2012-11-06[1.5.X] Fixed #15968 - Noted that readonly_fields are excluded from the Model...Tim Graham
2012-11-03[1.5.X] Fixed #16841 - Documented a couple ModelAdmin methodsTim Graham
2012-11-02[1.5.X] Fixed #19120 - Added an example of using ModelAdmin methods for read-...Tim Graham
2012-11-02[1.5.X] Cleaned up contrib.admin install instructions.Tim Graham
2012-11-01[1.5.X] Added WizardView.file_storage exception message and docsTim Graham
2012-11-01[1.5.X] Fixed #19179 - Added mention of NamedUrlSessionWizard and NamedUrlCoo...Tim Graham
2012-10-24Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks adroffne for the...Tim Graham
2012-10-20Fixed arguments for get_inline_instances example; refs #17856Tim Graham
2012-10-20Fixed #17856 -- Passed obj to get_inline_instancesAymeric Augustin