| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-10 | Added Josh Smeaton bio to team | Josh Smeaton | |
| 2015-01-10 | Added my bio to the core team. | Markus Holtermann | |
| 2015-01-09 | Added best practices for versionadded/changed annotations. | Tim Graham | |
| 2015-01-10 | Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router. | Loic Bistuer | |
| Thanks Markus Holtermann and Tim Graham for the review. | |||
| 2015-01-09 | Fixed #24098 -- Added no-op attributes to RunPython and RunSQL | Markus Holtermann | |
| Thanks Loïc Bistuer and Tim Graham for the discussion and review. | |||
| 2015-01-09 | Fixed #24108 -- Updated Wilson's bio due to new Django Project Web site design. | Tim Graham | |
| 2015-01-09 | Fixed a typo in 1.8 release notes. | Thomas Chaumeny | |
| 2015-01-08 | Fixed a typo in 1.8 release notes. | Sylvain Fankhauser | |
| 2015-01-08 | Fixed a typo in 1.8 release notes. | Tim Graham | |
| 2015-01-08 | Fixed #24020 -- Refactored SQL compiler to use expressions | Anssi Kääriäinen | |
| Refactored compiler SELECT, GROUP BY and ORDER BY generation. While there, also refactored select_related() implementation (get_cached_row() and get_klass_info() are now gone!). Made get_db_converters() method work on expressions instead of internal_type. This allows the backend converters to target specific expressions if need be. Added query.context, this can be used to set per-query state. Also changed the signature of database converters. They now accept context as an argument. | |||
| 2015-01-08 | Fixed #24073 -- Returned None for get_language when translations are deactivated | Claude Paroz | |
| This fixes a regression caused by f7c287fca9. Thanks Markus Holtermann for identifying the regression. | |||
| 2015-01-07 | Added a request argument to render_to_string. | Aymeric Augustin | |
| This is for consistency with Template.render. It adds a little bit of knowledge about HTTP requests in django.template.loader but I think consistency trumps purity. | |||
| 2015-01-07 | Fixed #24073 -- Deactivated translations when leave_locale_alone is False | Claude Paroz | |
| Thanks Tim Graham and Markus Holtermann for the reviews. | |||
| 2015-01-07 | Updated migration docs to match changes from a159b1fac | Claude Paroz | |
| 2015-01-07 | Fixed #24078 -- Removed empty strings from GenericIPAddressField | Josh Smeaton | |
| 2015-01-06 | Added 'loopback' to spelling word list. | Tim Graham | |
| 2015-01-06 | Fixed #12663 -- Formalized the Model._meta API for retrieving fields. | Daniel Pyrathon | |
| Thanks to Russell Keith-Magee for mentoring this Google Summer of Code 2014 project and everyone else who helped with the patch! | |||
| 2015-01-06 | Fixed #20003 -- Improved and extended URLValidator | Danilo Bargen | |
| This adds support for authentication data (`user:password`) in URLs, IPv6 addresses, and unicode domains. The test suite has been improved by adding test URLs from http://mathiasbynens.be/demo/url-regex (with a few adjustments, like allowing local and reserved IPs). The previous URL validation regex failed this test suite on 13 occasions, the validator was updated based on https://gist.github.com/dperini/729294. | |||
| 2015-01-06 | Updated release instructions with latest process. | Tim Graham | |
| 2015-01-06 | Fixed #24083 -- Corrected is_bound nature in forms topic docs | Claude Paroz | |
| Thanks ajenhl Trac user for the report. | |||
| 2015-01-06 | Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middleware | Claude Paroz | |
| Thanks codeitloadit for the report, living180 for investigations and Tim Graham for the review. | |||
| 2015-01-05 | Fixed #24022 -- Deprecated the ssi tag. | Preston Timmons | |
| 2015-01-05 | Added 1.4.18 release notes. | Tim Graham | |
| 2015-01-05 | Fixed #23861 -- Added an API to deprecate model fields. | Tim Graham | |
| Thanks Markus Holterman and Berker Peksag for review. | |||
| 2015-01-05 | Fixed #8280 -- Allowed management command discovery for eggs | Claude Paroz | |
| Thanks jdetaeye for the report, bhuztez and jdetaeye for the initial patches, Tim Graham and Berker Peksag for the reviews. | |||
| 2015-01-05 | Forwardported release note for 4aed731154b12e2948ee2b6a8baa5083840a343b. | Tim Graham | |
| 2015-01-05 | Fixed #24072 -- Added FileResponse for streaming binary files. | Collin Anderson | |
| 2015-01-03 | Added release note for PBKDF2 iteration count increase. | Tim Graham | |
| refs 6732566967888f2c12efee1146940c85c0154e60 | |||
| 2015-01-03 | Added 1.7.3 release notes stub. | Tim Graham | |
| 2015-01-03 | Fixed #23749 -- Documented how to use the database alias in RunPython. | Alfred Perlstein | |
| Thanks Markus Holtermann for review and feedback. | |||
| 2015-01-03 | Fixed #24070 -- Added tutorial topics to doc index. | Bibhas | |
| 2015-01-02 | Added dates to release notes. | Tim Graham | |
| 2015-01-02 | Updated six to 1.9.0. | Tim Graham | |
| 2015-01-02 | Added return value to Signal.disconnect(). | Andriy Sokolovskiy | |
| 2015-01-02 | Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions | Daniel Pyrathon | |
| 2015-01-01 | Removed release note for refs #23891 as the backport proved too difficult. | Tim Graham | |
| 2015-01-01 | Fixed #23891 -- Moved deprecation of IPAddressField to system check framework. | Tim Graham | |
| Thanks Markus Holtermann for review. | |||
| 2015-01-01 | Removed doc note about PasswordResetForm requiring an integer PK. | Tim Graham | |
| This limitation was lifted in refs #14881. | |||
| 2015-01-01 | Added showmigrations to spelling wordlist. | Tim Graham | |
| 2015-01-01 | Fixed typo in docs/ref/contrib/admin/index.txt. | Tim Graham | |
| 2014-12-31 | Fixed #23366 -- Fixed a crash with the migrate --list command. | Tim Graham | |
| 2014-12-31 | Fixed #22295 -- Replaced permission check for displaying admin user-tools | Thomas Tanner | |
| 2014-12-31 | Fixed #24008 -- Fixed ValidationError crash with list of dicts. | Andrey Maslov | |
| 2014-12-31 | Fixed #23359 -- Added showmigrations command to list migrations and plan. | Markus Holtermann | |
| Thanks to Collin Anderson, Tim Graham, Gabe Jackson, and Marc Tamlyn for their input, ideas, and review. | |||
| 2014-12-31 | Fixed #22340 -- Removed DatabaseCreation deprecation from timeline. | Tim Graham | |
| 2014-12-31 | Fixed #23758 -- Allowed more than 5 levels of subqueries | Piotr Pawlaczek | |
| Refactored bump_prefix() to avoid infinite loop and allow more than than 5 subquires by extending the alphabet to use multi-letters. | |||
| 2014-12-31 | Moved DatabaseCreation.data_types properties to DatabaseWrapper. | Tim Graham | |
| refs #22340. | |||
| 2014-12-30 | Added ignore_warnings decorator | Claude Paroz | |
| And removed Ignore*DeprecationWarningsMixin, now obsolete. Thanks Berker Peksag and Tim Graham for the review. | |||
| 2014-12-30 | Revert "Updated some docs for the delayed deprecation of legacy table ↵ | Tim Graham | |
| creation; refs #22340." This reverts commit a2e3c9694823d6d451d6dd234e9d416600aacc68. The deprecation was moved back to 1.9 in 61da5f3f02f34810aaa6fcddac3808318a5b95c4. | |||
| 2014-12-30 | Fixed #12118 -- Added shared cache support to SQLite in-memory testing. | Andriy Sokolovskiy | |
