summaryrefslogtreecommitdiff
path: root/docs/ref/contrib
AgeCommit message (Expand)Author
2014-03-19Replaced reference to ModelAdmin.get_formsets() (deprecated) with get_formset...Daniel Hahler
2014-03-06Fixed #22185 -- Added settings.CSRF_COOKIE_AGERoger Hu
2014-03-05Fixed #22207 -- Added support for GenericRelation reverse lookupsGabe Jackson
2014-03-03Fixed #21908 -- Added example usage for ModelAdmin.get_inline_instances().Tim Graham
2014-03-03Fixed some typos and formatting issues in docs.Rodolfo Carvalho
2014-03-03Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().Greg Chapple
2014-03-02Fixed some typos in the documentation.Baptiste Mispelon
2014-02-28Fixed spelling mistakes in docs.Tim Graham
2014-02-28Fixed #21948 -- Noted TEMPLATE_LOADERS requirement when overriding admin temp...Alex de Landgraaf
2014-02-28Fixed doc typos.Tim Graham
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-25Fixed #22142 -- Documented PostGIS 2 database creation during testsIacopo Spalletti
2014-02-22Fixed #21902 -- Documented search order for list_display.Marcin Sokół
2014-02-15Fixed #22052 -- Corrected a misspelling of ellipsoidMichal Prusek
2014-02-15Fixed #22049 -- Corrected a misspelling of dimensionaldjendrju
2014-02-14Fixed #21924 -- Added the ability to specify a reverse order for admin_order_...Klemens Mantzos
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
2014-02-10Fixed #21994 -- Added form_dict argument to calls of WizardView.done()Julian Wachholz
2014-02-09Minor edits to new findstatic functionality; refs #19879.Tim Graham
2014-02-09Fixed #19879 -- Have 'findstatic' says on which directories it searched the r...Vajrasky Kok
2014-02-06Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each r...Christopher Medrela
2014-02-02Fixed typo.Aymeric Augustin
2014-01-29Fix typo CRSF -> CSRFIan Foote
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-22Always use parentheses when documenting a method with no arguments.Baptiste Mispelon
2014-01-22Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2014-01-22Fixed some markup that caused broken links in the static files docs.Tim Graham
2014-01-20Added ManifestStaticFilesStorage to staticfiles contrib app.Jannis Leidel
2014-01-19Fixed some admin sphinx definitions so links work properly.Tim Graham
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
2014-01-17Removed some unnecessary __exact operators in filters.Tim Graham
2014-01-11Fixed #21547 -- Updated GeoDjango tutorial with PostGIS 2 outputClaude Paroz
2014-01-02Fixed minor typos.Nathan Smith
2013-12-30Fixed #21710 -- Documented User.get_short_name()Tim Graham
2013-12-28Fixed #21618 -- Added hints about openlayers.js hostingClaude Paroz
2013-12-28Used app_label instead of appname.Aymeric Augustin
2013-12-25Added versionadded annotations for redirect middleware attributes.Tim Graham
2013-12-24Added more spatial predicates for prepared geometriesClaude Paroz
2013-12-24Dropped support for GEOS < 3.1Claude Paroz
2013-12-18Fixed #21386 -- Removed admindocs dependence on sites frameworkBouke Haarsma
2013-12-12Fixed #21591 -- Added documentation about contrib.messages.get_messages.Rémy HUBSCHER
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-08(Re-)added GeoDjango instructions for building pysqlite2 correctly.Ramiro Morales
2013-11-30Removed gender-based pronouns per [c0a2daad78].Tim Graham
2013-11-29Fixed #21380 -- Added a way to set different permission for static directories.Vajrasky Kok
2013-11-25Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...Jay Leadbetter
2013-11-24Fixed typo in previous commit; refs #21490.Tim Graham
2013-11-24Fixed #21490 -- Fixed custom admin URL reverse example.Tim Graham