summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2014-02-06Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each r...Christopher Medrela
2014-02-04Made some PEP8 fixes in docs/ref/forms/widgets.txtTim Graham
2014-02-02Added a note about a possible name clash.Aymeric Augustin
2014-02-02Fixed typo.Aymeric Augustin
2014-01-29Fix typo CRSF -> CSRFIan Foote
2014-01-27Fixed #21874 -- Require Django applications to have a filesystem path.Carl Meyer
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2014-01-26Fixed #21702 -- get_model('app_label.ModelName').Aymeric Augustin
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-25Docs correction: apps loaded from eggs do not have appconfig.path None.Carl Meyer
2014-01-25Fixed #17304 -- Allow single-path and configured-path namespace packages as a...Carl Meyer
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-23Fixed #21865 -- Incorrect signs in documented example.Marc Tamlyn
2014-01-23Fixed #21864 -- Fixed missing quote in custom lookup example.Baptiste Mispelon
2014-01-23Fixed some punctuation; thanks Chris Jerdonek.Tim Graham
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 #21529 -- Noted that {% url %} encodes its output (refs #13260).Tim Graham
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-20Added a missing command to the command line examples for check.Russell Keith-Magee
2014-01-20Corrected documentation typo.Russell Keith-Magee
2014-01-20Corrected minor typo.Russell Keith-Magee
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2014-01-19Fixed some admin sphinx definitions so links work properly.Tim Graham
2014-01-19Implement swappable model support for migrationsAndrew Godwin
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
2014-01-18Fixed typos spotted by Claude ParozAnssi Kääriäinen
2014-01-18Fixed #16187 -- refactored ORM lookup systemAnssi Kääriäinen
2014-01-17Removed some unnecessary __exact operators in filters.Tim Graham
2014-01-17Fixed #18942 -- Clarified usage of {% get_static_prefix %}.Tim Graham
2014-01-17Fixed #13116 -- Described scope of variables created by {% url ... as var %} ...Tim Graham
2014-01-16Fixed #18285 -- Documented that bulk_create doesn't work with M2M relationships.Tim Graham
2014-01-16Fixed #21343 -- Noted many-to-many restrictions with intermediate model.Tim Graham
2014-01-16Fixed #21768 -- Corrected TemplateView context section.Tim Graham
2014-01-15Fix typo in storage docsKevin Wood
2014-01-12Fixed #21477 -- Renamed db to using in pre/post_migrate signals.Aymeric Augustin
2014-01-11Fixed #21547 -- Updated GeoDjango tutorial with PostGIS 2 outputClaude Paroz
2014-01-11Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeFieldClaude Paroz
2014-01-10Deprecated importing a model before loading its application.Aymeric Augustin
2014-01-06Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin
2014-01-02Fixed #21319 -- Added documentation for the Form.fields attribute.Vajrasky Kok
2014-01-02Changed convention for modules storing AppConfigs.Aymeric Augustin
2014-01-02Fixed minor typos.Nathan Smith
2014-01-01Updated release notes on app_label.Aymeric Augustin
2014-01-01Fixed #21018 -- Reversed precedence order for management commands.Aymeric Augustin
2014-01-01Documented unicity rules in INSTALLED_APPS.Aymeric Augustin
2013-12-31Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
2013-12-31Renamed AppConfig.setup to ready.Aymeric Augustin
2013-12-31Made it possible to change an application's label in its configuration.Aymeric Augustin