summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
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
2013-12-30Removed the only_with_models_module argument of get_model[s].Aymeric Augustin
2013-12-30Fixed #21710 -- Documented User.get_short_name()Tim Graham
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-12-30Updated advice on connecting signals at startup.Aymeric Augustin
2013-12-30Added AppConfig.setup() to run setup code.Aymeric Augustin
2013-12-29Added AppConfig.get_models().Aymeric Augustin
2013-12-29Refactored the migration signals to use app configs.Aymeric Augustin
2013-12-28Fixed #21242 -- Allowed more IANA schemes in URLValidatorClaude Paroz
2013-12-28Changed get_model to raise an exception on errors.Aymeric Augustin
2013-12-28Simplified Apps.get_model and added AppConfig.get_model.Aymeric Augustin
2013-12-28Fixed #21618 -- Added hints about openlayers.js hostingClaude Paroz
2013-12-28Used app_label instead of appname.Aymeric Augustin
2013-12-26Fixed #21629 -- Added instructions for loading MySQL time zone definitions.Tim Graham
2013-12-26Made the AppConfig API marginally more consistent.Aymeric Augustin
2013-12-25Swapped app registry and app config API docs.Aymeric Augustin
2013-12-25Unified listing of shell commands/codeYaroslav Halchenko
2013-12-25Added versionadded annotations for redirect middleware attributes.Tim Graham
2013-12-25Fixed #21669 -- Typo in docs/ref/forms/fields.txt.Tim Graham
2013-12-24Copy-edited previous commit.Aymeric Augustin
2013-12-24Added release notes for app loading changes.Aymeric Augustin
2013-12-24Updated a few doc paragraphs following the app-loading refactor.Aymeric Augustin
2013-12-24Documented the Apps and AppConfig APIs.Aymeric Augustin
2013-12-24Added more spatial predicates for prepared geometriesClaude Paroz
2013-12-24Dropped support for GEOS < 3.1Claude Paroz
2013-12-18Fixed #21585 -- Updated some links to 3rd party database projects.Tim Graham
2013-12-18Fixed #21386 -- Removed admindocs dependence on sites frameworkBouke Haarsma