| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-03 | [1.10.x] Fixed #26701 -- Replaced /newticket links to Trac with /. | shaunagm | |
| Backport of 44c7e5d3740edf796591ea3a89b0ff085534f225 from master | |||
| 2016-05-19 | Fixed #26637 -- Removed obsolete note in ↵ | Tim Graham | |
| docs/internals/contributing/writing-documentation.txt | |||
| 2016-05-17 | Refs #26601 -- Deprecated old-style middleware. | Tim Graham | |
| 2016-05-17 | Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify ↵ | Loïc Bistuer | |
| models' default and base managers. This deprecates use_for_related_fields. Old API: class CustomManager(models.Model): use_for_related_fields = True class Model(models.Model): custom_manager = CustomManager() New API: class Model(models.Model): custom_manager = CustomManager() class Meta: base_manager_name = 'custom_manager' Refs #20932, #25897. Thanks Carl Meyer for the guidance throughout this work. Thanks Tim Graham for writing the docs. | |||
| 2016-05-10 | Fixed #24046 -- Deprecated the "escape" half of utils.safestring. | Tim Graham | |
| 2016-04-30 | Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ↵ | Cristiano | |
| the Storage. | |||
| 2016-04-28 | Fixed #26554 -- Updated docs URLs to readthedocs.io | Tim Graham | |
| 2016-04-25 | Refs #26033 -- Added password hasher support for Argon2 v1.3. | Bas Westerbaan | |
| The previous version of Argon2 uses encoded hashes of the form: $argon2d$m=8,t=1,p=1$<salt>$<data> The new version of Argon2 adds its version into the hash: $argon2d$v=19$m=8,t=1,p=1$<salt>$<data> This lets Django handle both version properly. | |||
| 2016-04-23 | Fixed #26533 -- Renamed Widget._format_value() to format_value(). | Tim Graham | |
| 2016-04-22 | Fixed #26320 -- Deprecated implicit OneToOnField parent_link. | Tim Graham | |
| 2016-04-22 | Updated my bio | Markus Holtermann | |
| 2016-04-16 | Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function. | krishbharadwaj | |
| 2016-04-15 | Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views | Claude Paroz | |
| Thanks Cristiano Coelho and Tim Graham for the reviews. | |||
| 2016-04-13 | Refs #16508 -- Renamed the current "virtual" fields to "private". | Michal Petrucha | |
| The only reason why GenericForeignKey and GenericRelation are stored separately inside _meta is that they need to be cloned for every model subclass, but that's not true for any other virtual field. Actually, it's only true for GenericRelation. | |||
| 2016-04-09 | Fixed #25847 -- Made User.is_(anonymous|authenticated) properties. | Jeremy Lainé | |
| 2016-04-05 | Fixed #26448 -- Added details for running tests with a different database ↵ | krishbharadwaj | |
| backend. | |||
| 2016-03-19 | Fixed a broken link in docs/internals/contributing/writing-documentation.txt. | Amine | |
| 2016-03-15 | Removed obsolete section on "Improving the documentation". | Tim Graham | |
| 2016-03-15 | Fixed #25364 -- Added generic way to test on all browsers supported by selenium. | Akshesh | |
| Browser names should be passed as a comma separated list to the --selenium flag. Thanks Tim Graham, Simon Charette and Moritz Sichert for review and discussion. | |||
| 2016-03-13 | Fixed typos in docs. | Jakub Wilk | |
| 2016-03-08 | Fixed #26033 -- Added Argon2 password hasher. | Bas Westerbaan | |
| 2016-03-05 | Removed claim that you can use different database backends for Django's tests. | Tim Graham | |
| Such as a setup isn't tested through continuous integration and therefore isn't likely to work reliably. | |||
| 2016-03-03 | Fixed #26309 -- Documented that login URL settings no longer support dotted ↵ | Alasdair Nicol | |
| paths. | |||
| 2016-03-02 | Fixed #26226 -- Made related managers honor the queryset used for ↵ | Simon Charette | |
| prefetching their results. Thanks Loïc for the suggested improvements and Tim for the review. | |||
| 2016-03-02 | Fixed #26285 -- Deprecated the MySQL-specific __search lookup. | Marc Tamlyn | |
| 2016-03-01 | Fixed #25814 -- Added changing #django topic to release checklist. | Tim Graham | |
| 2016-02-28 | Minor fixes for release-process doc fix | Shai Berger | |
| As suggested by Tim Graham | |||
| 2016-02-28 | Fixed docs: release-process, Supported Versions section, concrete example | Shai Berger | |
| Security & data loss fixes are applied to the two last feature releases, not just one. Thanks Loic Bistuer for review | |||
| 2016-02-27 | Fixed #26230 -- Made default_related_name affect related_query_name. | chenesan | |
| 2016-02-23 | Fixed #23832 -- Added timezone aware Storage API. | James Aylett | |
| New Storage.get_{accessed,created,modified}_time() methods convert the naive time from now-deprecated {accessed,created_modified}_time() methods into aware objects in UTC if USE_TZ=True. | |||
| 2016-02-23 | Fixed #26263 -- Deprecated Context.has_key() | Tim Graham | |
| 2016-02-19 | Fixed #25653 -- Made --selenium run only the selenium tests. | Akshesh | |
| 2016-02-10 | Fixed #26154 -- Deprecated CommaSeparatedIntegerField | Brobin | |
| 2016-01-28 | Idan -> core alumni | Idan Gazit | |
| I'm always around for a consult or a discussion but I haven't been an active contributor in a long time. Still <3 everyone in this project and python at large. | |||
| 2016-01-23 | After almost a year I am finally adding myself :)! | Ola Sendecka | |
| 2016-01-22 | Fixed #26020 -- Normalized header stylings in docs. | Elif T. Kus | |
| 2016-01-14 | Fixed #23868 -- Added support for non-unique django-admin-options in docs. | Tim Graham | |
| Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review. | |||
| 2016-01-14 | Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by ↵ | Tim Graham | |
| default. | |||
| 2016-01-11 | Added missing period to "etc.". | pp | |
| 2016-01-11 | Fixed #25385 -- Allowed importing views.generic.View from views.View. | Varun Sharma | |
| 2016-01-11 | Refs #25755 -- Unified a couple more spellings of 'website'. | pp | |
| 2016-01-06 | Refs #25746 -- Added a test utility to isolate inlined model registration. | Simon Charette | |
| Thanks to Tim for the review. | |||
| 2016-01-03 | Update my location and current status in Django team docs. | James Bennett | |
| 2016-01-03 | Removed $PREVIOUS_EMPLOYER from my bio. | Aymeric Augustin | |
| 2015-12-31 | Fixed #26013 -- Moved django.core.urlresolvers to django.urls. | Marten Kenbeek | |
| Thanks to Tim Graham for the review. | |||
| 2015-12-31 | Fixed #26003 -- Added "how the documentation is organized" sections. | Tim Graham | |
| Thanks Daniele Procida for coauthoring. | |||
| 2015-12-23 | Fixed #25969 -- Replaced render_to_response() with render() in docs examples. | Tim Graham | |
| 2015-12-23 | Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessage() usage. | Tim Graham | |
| 2015-12-22 | Fixed #25965 -- Added removal of sql* commands to 1.9 release notes. | Tim Graham | |
| 2015-12-22 | Fixed #25838 -- Added "python" as an interface to the shell command. | Jon Dufresne | |
| Deprecates the "--plain" option. | |||
