| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-26 | Fixed clone URL of Django git repository. | Duncan Parkes | |
| 2014-08-26 | Document that we should also offer sha256 checksums for packages | Alex Gaynor | |
| 2014-08-23 | Fixed #21648 -- Deprecated is_admin_site option to auth.views.password_reset(). | Tim Graham | |
| 2014-08-23 | Clarified release preparation step about dates. | Tim Graham | |
| 2014-08-19 | Added sphinx extension to ease generation of ticket links. | Tim Graham | |
| 2014-08-15 | Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags filter. | Tim Graham | |
| Also the unused, undocumented django.utils.html.strip_entities() function. | |||
| 2014-08-15 | Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed(). | Gabriel Muñumel | |
| 2014-08-12 | Fixed #23276 -- Deprecated passing views as strings to url(). | Tim Graham | |
| 2014-08-11 | Fixed #23261 -- Deprecated old style list support for unordered_list filter. | Jaap Roes | |
| 2014-08-10 | Added myself as a team member. | Loic Bistuer | |
| 2014-08-07 | Fixed #23252: Call out removed features in release notes. | Andrew Godwin | |
| Also added StrAndUnicode mixin note to deprecation plan as it was missing. | |||
| 2014-08-05 | Fixed broken links in docs. | Tim Graham | |
| 2014-08-05 | Updated links for continous integration server. | Tim Graham | |
| 2014-08-03 | Fixed #23151 -- Deprecated RegexField.error_message. | Tim Graham | |
| Thanks Baptiste Mispelon for the suggestion. | |||
| 2014-08-01 | Removed references to well-known political systems. | Aymeric Augustin | |
| Some cultures can't handle these words. | |||
| 2014-08-01 | Adjusted 'internals' docs to the new organization. | Aymeric Augustin | |
| Most of these changes are about using the correct vocabulary -- "core team member" vs "core developer/committer" and adding internal links. | |||
| 2014-08-01 | Left formal decisions up to the technical board. | Aymeric Augustin | |
| As the core team grows towards 50 people, it isn't reasonable to give everyone veto rights anymore. | |||
| 2014-08-01 | Documented current roles. | Aymeric Augustin | |
| 2014-08-01 | Introduced a technical board. | Aymeric Augustin | |
| Extended the scope of the core team a bit (depending on your current perspective on that scope). | |||
| 2014-08-01 | Removed references to partial commit acces. | Aymeric Augustin | |
| 2014-08-01 | Renamed "committers" to "team". | Aymeric Augustin | |
| 2014-07-29 | Fixed #23079 -- Added data loss issues to those that will be backported to LTS. | Tim Graham | |
| 2014-07-27 | Correctly remove extraneous text about keys from previous edit. | James Bennett | |
| 2014-07-27 | Update from key ID in security.txt to authorized release keys list. | James Bennett | |
| 2014-07-26 | Fixed #23103 -- Added contributing tutorial link to contributing index. | Petras Zdanavičius | |
| 2014-07-25 | Mark initial_data as deprecated separately from syncdb. Refs #23077. | Andrew Godwin | |
| 2014-07-21 | Replaced instances of 'his/her' with 'their'. | Iain Dawson | |
| 2014-07-13 | Fixed #23015 -- Fixed major/minor release terminology in docs. | Tim Graham | |
| 2014-07-11 | Bump the default iterations for PBKDF2. | Alex Gaynor | |
| The rate at which we've increased this has not been keeping up with hardware (and software) improvements, and we're now considerably behind where we should be. The delta between our performance and an optimized implementation's performance prevents us from improving that further, but hopefully once Python 2.7.8 and 3.4+ get into more hands we can more aggressively increase this number. | |||
| 2014-07-02 | Removed myself from committers. | Daniel Lindsley | |
| 2014-07-02 | Fixed #18108 -- Added instructions for translating documentation. | Tim Graham | |
| Thanks Claude Paroz. | |||
| 2014-07-01 | Fixed #22933 -- Deprecated django.template.resolve_variable(). | Tim Graham | |
| 2014-06-23 | Fixed typo: MultipleModelChoiceField -> ModelMultipleChoiceField. | Tim Graham | |
| 2014-06-20 | Fixed #22838 -- Deprecated ModelChoiceField.cache_choices. | Marc Tamlyn | |
| Undocumented, untested and probably not even useful feature. | |||
| 2014-06-19 | Fixed #22835 -- Deprecated NoArgsCommand. | Maxime Turcotte | |
| 2014-06-14 | Documented optparse to argparse changes for management commands | Claude Paroz | |
| 2014-06-12 | Fixed #22818 -- Clarified you need to cd into the Django clone. | Tim Graham | |
| Thanks Josh Parris. | |||
| 2014-06-03 | Added a patch review checklist. | Tim Graham | |
| 2014-06-03 | Fixed #22384 -- Deprecated reversing URLs by dotted path. | Tim Graham | |
| 2014-05-07 | Updated some docs for the delayed deprecation of legacy table creation; refs ↵ | Tim Graham | |
| #22340. | |||
| 2014-05-06 | Bump DatabaseCreation deprecation to 2.0 (refs #22340) | Andrew Godwin | |
| 2014-04-26 | Fixed #3214 -- Stopped parsing SQL with regex. | Aymeric Augustin | |
| Avoided introducing a new regex-based SQL splitter in the migrations framework, before we're bound by backwards compatibility. Adapted this change to the legacy "initial SQL data" feature, even though it's already deprecated, in order to facilitate the transition to migrations. sqlparse becomes mandatory for RunSQL on some databases (all but PostgreSQL). There's no API to provide a single statement and tell Django not to attempt splitting. Since we have a more robust splitting implementation, that seems like a good tradeoff. It's easier to add a new keyword argument later if necessary than to remove one. Many people contributed to both tickets, thank you all, and especially Claude for the review. Refs #22401. | |||
| 2014-04-24 | Renamed Transifex project from django-core to django | Claude Paroz | |
| See also http://blog.transifex.com/post/83622601443/new-teams-management-transifex | |||
| 2014-04-23 | Various documentation typo/spelling fixes | Marti Raudsepp | |
| Errors detected by Topy (https://github.com/intgr/topy), all changes verified by hand. | |||
| 2014-04-17 | Fixed #22444 -- Marked initial SQL/fixture loading as deprecated. | Tim Graham | |
| Thanks Karen Tracey for the report. | |||
| 2014-04-16 | Revert "Fixed #22401 -- Deprecated regular expression parsing of initial SQL ↵ | Tim Graham | |
| in favor of installing sqlparse." This reverts commit 071c9337750b296d198cced56f3ffad0e176afb6. This introduced a regression on MySQL and custom SQL is deprecated. | |||
| 2014-04-16 | 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. | |||
| 2014-04-09 | Fixed #22401 -- Deprecated regular expression parsing of initial SQL in ↵ | julien 'pouete' Godin | |
| favor of installing sqlparse. | |||
| 2014-04-08 | Fixed #13408 -- Deprecated silent unpacking exception passing in for ↵ | e0ne | |
| template tag. Thanks peterbe for the suggestion. | |||
| 2014-04-06 | Fixed #21977 -- Deprecated SimpleTestCase.urls | Anubhav Joshi | |
