| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-17 | [1.7.x] Fixed #22444 -- Marked initial SQL/fixture loading as deprecated. | Tim Graham | |
| Thanks Karen Tracey for the report. Backport of a4acb80463 from master | |||
| 2014-04-16 | [1.7.x] Fixed #22457 -- Fixed contributing guide w/o github set-up | Jordi Yeh | |
| The published commnand was not working when the user did not have the git client set-up with the public-key. Changed the contributing guide to clone it from https instead. Backport of 28102991172ab931d030412275f926c1b05c688d from master. | |||
| 2014-03-25 | [1.7.x] Add some syncdb deprecation stuff into the deprecation doc | Andrew Godwin | |
| Backport of 378359de1c from master | |||
| 2014-03-21 | [1.7.x] Small doc changes missed in 66076268. | Aymeric Augustin | |
| Partial backport of 253e8ac2 from master. | |||
| 2014-03-19 | Fixed #22253 -- Added django-i18n to the mailing lists docs. | Anubhav Joshi | |
| Thanks bmispelon for the suggestion. | |||
| 2014-03-16 | Fixed #21991 -- Added warning regarding tests failure if locales not installed. | Anubhav Joshi | |
| Thanks reidrac for the report. | |||
| 2014-03-10 | Added myself to the committers list, finally. | Shai Berger | |
| 2014-03-10 | Added myself to the committers list. | Erik Romijn | |
| 2014-03-09 | Reorganized the database test settings | Shai Berger | |
| Change database test settings from "TEST_"-prefixed entries in the database settings dictionary to setting in a dictionary that is itself an entry "TEST" in the database settings. Refs #21775 Thanks Josh Smeaton for review. | |||
| 2014-03-08 | Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings | Claude Paroz | |
| Thanks Anssi Kääriäinen for the idea and Simon Charette for the review. | |||
| 2014-03-07 | Fixed #22141 -- Added a spelling checker for documentation. | Szczepan Cieślik | |
| 2014-03-03 | Fixed some typos and formatting issues in docs. | Rodolfo Carvalho | |
| 2014-03-01 | Fixed #22130 -- Deprecated fix_ampersands, removed utils.clean_html() | Erik Romijn | |
| 2014-02-28 | Fixed spelling mistakes in docs. | Tim Graham | |
| 2014-02-28 | Fixed doc typos. | Tim Graham | |
| 2014-02-25 | Fixed docs typos. | Szczepan Cieślik | |
| 2014-02-22 | Fixed #22007 -- Fixed cbv docs - make imports consistent | Martin Matusiak | |
| Thanks to trac user kinjal.dixit for the report. | |||
| 2014-02-22 | Deprecated django.utils.text.javascript_quote. | Baptiste Mispelon | |
| Refs #21725. | |||
| 2014-02-16 | Fixed #21939 -- Deprecated loading ssi/url tags from future. | Zbigniew Siciarz | |
| 2014-02-08 | Fixed #21674 -- Deprecated the import_by_path() function in favor of ↵ | Berker Peksag | |
| import_string(). Thanks Aymeric Augustin for the suggestion and review. | |||
| 2014-02-03 | Reordered deprecation timeline and added back old info; refs #21920. | Tim Graham | |
| 2014-01-26 | Moved RequestSite and get_current_site. | Aymeric Augustin | |
| Following the app-loading refactor, these objects must live outside of django.contrib.sites.models because they must be available without importing the django.contrib.sites.models module when django.contrib.sites isn't installed. Refs #21680. Thanks Carl and Loic for reporting this issue. | |||
| 2014-01-24 | Fixed #21824 -- Added reference to LTS in docs/internals/security.txt | James Turley | |
| 2014-01-23 | We should branch after the first beta. | Marc Tamlyn | |
| We did this for 1.6 and it was very effective. 95%+ of fixes which merge during the alpha are backported, as the policy is "all but really major features". It's easier to just not merge any really major features. After beta, we have feature freeze so we need to backport bugs to stable but not features, so then the branch makes sense. | |||
| 2014-01-20 | Fixed #16905 -- Added extensible checks (nee validation) framework | Russell Keith-Magee | |
| This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844. | |||
| 2014-01-13 | Removed BDFL stuff from docs/internals/contributing/bugs-and-features.txt | Adrian Holovaty | |
| 2014-01-13 | Removed BDFLs section from docs/internals/committers.txt | Adrian Holovaty | |
| 2014-01-13 | Negligible change to my bio in docs/internals/committers.txt | Adrian Holovaty | |
| 2014-01-11 | Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2014-01-10 | Deprecated importing a model before loading its application. | Aymeric Augustin | |
| Refs #21719, #21680. | |||
| 2014-01-02 | Updated my bio. | Aymeric Augustin | |
| 2013-12-31 | Fixed #21701 -- Improved testing doc titles and added testing/tools.txt. | Tim Graham | |
| Thanks cjerdonek for the suggestion. | |||
| 2013-12-29 | Refactored the migration signals to use app configs. | Aymeric Augustin | |
| De-aliased pre/post_syncdb to pre/post_migrate to increase backwards-compatibility. | |||
| 2013-12-28 | Updated the AppCommand API to support apps without a models module. | Aymeric Augustin | |
| 2013-12-25 | Unified listing of shell commands/code | Yaroslav Halchenko | |
| - use code-block:: bash - prefix the command with $ | |||
| 2013-12-24 | Updated a few doc paragraphs following the app-loading refactor. | Aymeric Augustin | |
| 2013-12-24 | Renamed AppCache to Apps. | Aymeric Augustin | |
| Also renamed app_cache to apps and "app cache" to "app registry". Deprecated AppCache.app_cache_ready() in favor of Apps.ready(). | |||
| 2013-12-18 | Fixed #11629 -- Deprecated callable arguments to queryset methods. | Baptiste Mispelon | |
| Callable arguments were an untested and undocumented feature. | |||
| 2013-12-17 | Deprecated get_app_package, get_app_path and get_app_paths. | Aymeric Augustin | |
| 2013-12-17 | Moved django.db.models.loading to django.apps.cache. | Aymeric Augustin | |
| This commit doesn't contain any code changes; it's purely a refactoring. | |||
| 2013-12-14 | Removed usage of to-be-deprecated ADMIN_FOR setting in contributing docs | Bouke Haarsma | |
| 2013-12-08 | Removed an erroneous leading slash introduced by a626bdf648a. | Simon Charette | |
| 2013-12-08 | Updated a bunch of hyperlinks in documentation | Claude Paroz | |
| 2013-12-07 | Fixed #18531 -- Deprecated Geo Sitemaps | Claude Paroz | |
| I've chosen a quick deprecation path, as Geo Sitemaps themselves are deprecated from some time now. | |||
| 2013-12-02 | Fixed #21538 -- Added numpy to test/requirements/base.txt | Alasdair Nicol | |
| Thanks Tim Graham for the report | |||
| 2013-11-30 | Documented the house style for gender neutral pronouns. | Alex Gaynor | |
| 2013-11-24 | Fixed some unnescesarily gendered language in the docs | Alex Gaynor | |
| 2013-11-23 | Fixed #21012 -- New API to access cache backends. | Curtis Maloney | |
| Thanks Curtis Malony and Florian Apolloner. Squashed commit of the following: commit 3380495e93f5e81b80a251b03ddb0a80b17685f5 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sat Nov 23 14:18:07 2013 +0100 Looked up the template_fragments cache at runtime. commit 905a74f52b24a198f802520ff06290a94dedc687 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sat Nov 23 14:19:48 2013 +0100 Removed all uses of create_cache. Refactored the cache tests significantly. Made it safe to override the CACHES setting. commit 35e289fe9285feffed3c60657af9279a6a2cfccc Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sat Nov 23 12:23:57 2013 +0100 Removed create_cache function. commit 8e274f747a1f1c0c0e6c37873e29067f7fa022e8 Author: Aymeric Augustin <aymeric.augustin@m4x.org> Date: Sat Nov 23 12:04:52 2013 +0100 Updated docs to describe a simplified cache backend API. commit ee7eb0f73e6d4699edcf5d357dce715224525cf6 Author: Curtis Maloney <curtis@tinbrain.net> Date: Sat Oct 19 09:49:24 2013 +1100 Fixed #21012 -- Thread-local caches, like databases. | |||
| 2013-11-23 | Removed information about releases < 1.7. | Haiko Schol | |
| 2013-11-22 | Fixed sentence structure in docs/internals/contributing/triaging-tickets.txt | Cody Scott | |
