summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2014-08-13[1.5.x] Corrected content_type parameter name in sitemap docs.Tim Graham
2014-08-06[1.5.x] Fixed #23239 -- Clarified a phrase in the contrib.markup docs.Tim Graham
2014-06-18[1.5.x] Fixed #22859 -- Improved crossDomain technique in CSRF example.Tim Graham
2014-05-17[1.5.x] Fixed #22644 -- Clarified documentation for NamedUrlWizardViewErik Romijn
2014-01-29[1.5.x] Fix typo CRSF -> CSRFIan Foote
2014-01-22[1.5.x] Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-22[1.5.x] Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2014-01-02[1.5.x] Fixed minor typos.Nathan Smith
2013-12-30[1.5.x] Fixed #21710 -- Documented User.get_short_name()Tim Graham
2013-11-24[1.5.x] Fixed typo in previous commit; refs #21490.Tim Graham
2013-11-24[1.5.x] Fixed #21490 -- Fixed custom admin URL reverse example.Tim Graham
2013-10-01[1.5.x] Fixed #21180 -- Additional deprecation notes for databrowse.Tim Graham
2013-09-22[1.5.x] Fixed a couple of typos in GeoDjango docs.Ramiro Morales
2013-09-06[1.5.x] Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compat...Keith Edmiston
2013-09-04[1.5.x] Fixed #20958 -- Documented that GenericForeignKey fields can't be acc...Tim Graham
2013-08-14[1.5.x] Added some doc links for django.contrib.messagesTim Graham
2013-08-08[1.5.x] Clarified meaning of models.User.is_authenticated()Jaime Irurzun
2013-08-04[1.5.x] Fixed #20860 -- Removed references to defunct chicagocrime.orgTim Graham
2013-07-31[1.5.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.SusanTan
2013-07-29[1.5.x] Fixed #20774 -- Mention the new django-localflavor app as a replaceme...Jannis Leidel
2013-07-19[1.5.x] Fixed Croatia's country code in `localflavor` docsMatt Deacalion Stevens
2013-07-18[1.5.x] Atom specification URL updatedMatt Deacalion Stevens
2013-07-08[1.5.x] Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
2013-06-29[1.5.x] Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham
2013-06-27[1.5.x] Fixed #20665 -- Missing backslash in sitemaps documentationBaptiste Mispelon
2013-06-21Fixed #20634 - Corrected doc mistake re: staticfiles finders strategy.Tim Graham
2013-06-11[1.5.x] Fixed #20500 - Updated flatpages URLconf example to work with APPEND_...Tim Graham
2013-06-10[1.5.x] Fixed #20578 - Typo in BaseFormSet module nameTim Graham
2013-05-31[1.5.x] Fixed #20326 - Corrected form wizard get_form() example.Tim Graham
2013-05-24[1.5.x] Fixed #20492 - Removed a broken link in GIS docs.Tim Graham
2013-05-24[1.5.x] Updated link to jQuery Cookie plugin siteAlasdair Nicol
2013-05-16[1.5.x] Fixed #19712 - Clarified admindocs regarding which attributes appear.Tim Graham
2013-04-12[1.5.x] Fixed #20252 -- Mentionned geojson Spatialite support from 1.5Claude Paroz
2013-03-31[1.5.x] Fixed #9913 - Clarified User.is_authenticated docs.Tim Graham
2013-03-30[1.5.x] Fixed #19897 - Updated static files howto.Tim Graham
2013-03-22[1.5.x] Added missing markup to docs.Tim Graham
2013-03-22[1.5.x] Fixed docs template name typoTom V
2013-03-20[1.5.x] Fixed #20096 -- Added link to the Greek localflavor appClaude Paroz
2013-03-01[1.5.x] Fixed #19960 -- Fixed sentence in contrib.auth signals docsClaude Paroz
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