summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2013-09-12Minor typo fix in django.contrib.auth.models.User docsPhaneendra Chiruvella
2013-09-07Improved docs for `contrib.admin.options.ModelAdmin.response_*`Pablo Mouzo
2013-09-07Add docs for `response_add`, `response_change` and `response_delete`Pablo Mouzo
2013-09-06Fixed #19295 -- Documented that CachedStaticFilesStorage isn't compatible wit...Keith Edmiston
2013-09-06Fixed some sphinx errors and added some links.Tim Graham
2013-09-06Fixed versionadded and ordering of note in admin/index.txtAdrian Holovaty
2013-09-06Added AdminSite attributes for easily changing admin title.Adrian Holovaty
2013-09-05Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-09-04Fixed #20958 -- Documented that GenericForeignKey fields can't be accessed in...Tim Graham
2013-09-02Fixed #20998 -- Allow custom (de)serialization for GIS widgetsClaude Paroz
2013-08-31Made django.test.testcases not depend on staticfiles contrib app.Ramiro Morales
2013-08-31Fixed copy/paste error in measurement docsClaude Paroz
2013-08-26Fixed #20972 -- Make messages cookie follow session cookie secure/httponlyErik Romijn
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-08-15Updated docs following deprecation of django.views.defaults.shortcutAlasdair Nicol
2013-08-14Added some doc links for django.contrib.messagesTim Graham
2013-08-14Fixed #11400 -- Passed kwargs from AbstractUser.email_user() to send_mail()SusanTan
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-08Clarify meaning of models.User.is_authenticated()Jaime Irurzun
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-08-04Fixed #20860 -- Removed references to defunct chicagocrime.orgTim Graham
2013-08-04Introduced ModelAdmin.get_fields() and refactored get_fieldsets() to use it.Loic Bistuer
2013-08-03Added ModelAdmin.get_search_fields.Loic Bistuer
2013-07-31Fixed #20793 -- Added Last-Modified header to sitemaps.Julian Bez
2013-07-31Fixed some ReST errors; refs #20819.Tim Graham
2013-07-31Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.SusanTan
2013-07-31Fixed #20819 -- Return 404 instead of 500 error when ``staticfiles`` view is ...Tai Lee
2013-07-30Rename pre_ and post_syncdb to *_migrate, with aliases from old namesAndrew Godwin
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-24Fixed #18168 -- clarified precedence of validationPreston Holmes
2013-07-19Fixed #14656 -- Added Atom1Feed `published` elementMatt Deacalion Stevens
2013-07-18Atom specification URL updatedMatt Deacalion Stevens
2013-07-13Removed Python 2.6 references in GIS docsClaude Paroz
2013-07-08Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-07-08Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
2013-07-06[gis] Dropped official support for GDAL < 1.6Claude Paroz
2013-07-06Added release dates for gis libs as doc commentsClaude Paroz
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-06-29Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham
2013-06-28Removed custom profile model functionality as per deprecation TL.Ramiro Morales
2013-06-27Fixed #20665 -- Missing backslash in sitemaps documentationBaptiste Mispelon
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-06-19Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...Loic Bistuer
2013-06-18Fixed #20593 -- Allow blank passwords in check_password() and set_password()Erik Romijn
2013-06-13Added release notes for auth views being reversed by name, not by path.Tim Graham
2013-06-11Fixed #20500 - Updated flatpages URLconf example to work with APPEND_SLASH.Tim Graham
2013-06-10Fixed #20578 - Typo in BaseFormSet module nameTim Graham