summaryrefslogtreecommitdiff
path: root/docs/releases
AgeCommit message (Expand)Author
2014-01-22Added a link to the 1.6 release notes which also fixed a rendering issue.Tim Graham
2014-01-20Added ManifestStaticFilesStorage to staticfiles contrib app.Jannis Leidel
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
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-12Fixed #21453 -- Enabled autocommit before calling init_connection_state.Aymeric Augustin
2014-01-11Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeFieldClaude Paroz
2014-01-10Deprecated importing a model before loading its application.Aymeric Augustin
2014-01-09Fixed #12571 -- Attached originating WSGIRequest to test client responses.Unai Zalakain
2014-01-05Added an app-loading feature to the release notes.Aymeric Augustin
2014-01-05Fixed #21711 -- Enforced unicity of model names.Aymeric Augustin
2014-01-02Fix typo in 0ce945a67151acf2c58bc35a47f4c3d45ff30085.Marc Tamlyn
2014-01-01Updated release notes on app_label.Aymeric Augustin
2014-01-01Fixed #21018 -- Reversed precedence order for management commands.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-31Enforced unicity of app labels.Aymeric Augustin
2013-12-31Made it possible to change an application's label in its configuration.Aymeric Augustin
2013-12-31Fleshed out release notes for app loading.Aymeric Augustin
2013-12-31Added release notes for today's app-loading improvements.Aymeric Augustin
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-12-29Deprecated the app argument of apps.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-28Removed the only_installed argument of Apps.get_models.Aymeric Augustin
2013-12-28Changed get_model to raise an exception on errors.Aymeric Augustin
2013-12-28Fixed #20346 -- Made cache middleware vary on the full URL.ijl
2013-12-28Updated the AppCommand API to support apps without a models module.Aymeric Augustin
2013-12-26Fixed #21627 -- Added unicode_literals to changepassword command.Jon Lønne
2013-12-26Added 1.6.2 release note for 542198c1dClaude Paroz
2013-12-24Copy-edited previous commit.Aymeric Augustin
2013-12-24Added release notes for app loading changes.Aymeric Augustin
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-18Fixed #11629 -- Deprecated callable arguments to queryset methods.Baptiste Mispelon
2013-12-18Fixed #21552 -- Allowed the use of None for the iexact lookup.Denis Moskalets
2013-12-16Fixed #17413 -- Serialization of form errors along with all metadata.Loic Bistuer
2013-12-15Merge pull request #2079 from brutasse/masterAlex Gaynor
2013-12-15Fixed #21621 -- Removed kqueue autoreloader.Aymeric Augustin
2013-12-15Typo in 1.7 release notesBruno Renié
2013-12-13Added 1.6.2 release notes stub.Tim Graham
2013-12-13Merge pull request #2067 from dominicrodger/masterTim Graham
2013-12-12Copied 1.6.1 release notes from stable/1.6.x branch.Tim Graham
2013-12-12Moving notes for assertNumQueries next to the other changes to test infrastru...Dominic Rodger
2013-12-11Fixed #21462 -- Made `assertNumQueries` print executed queries on failure.Dominic Rodger
2013-12-11Fixed #21510 -- Readded search reset link in changelist search barClaude Paroz
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-07Fixed #18531 -- Deprecated Geo SitemapsClaude Paroz