| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-12-26 | Removed obsolete item from deprecation timeline. | Tim Graham | |
| Initial SQL data will be removed in Django 1.9 so changes to it aren't relevant. | |||
| 2014-12-24 | Fixed #24049 -- Removed obsolete Java notes for Mac OS. | Tim Graham | |
| 2014-12-23 | Fixed #21414 -- Removed RelatedObject and deprecated Field.related. | Anssi Kääriäinen | |
| 2014-12-19 | Updated some other external links in the docs | Claude Paroz | |
| 2014-12-15 | Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages. | Berker Peksag | |
| 2014-12-05 | Fixed #23957 -- Started deprecation toward requiring session verification. | Tim Graham | |
| Thanks Carl Meyer for review. | |||
| 2014-12-01 | Fixed #23289 -- Added mock as a test dependency. | Tim Graham | |
| 2014-11-29 | Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.py | Tim Graham | |
| 2014-11-26 | Updated formtools docs to point at new package outside the Django repo. | Jannis Leidel | |
| Refs #23677. | |||
| 2014-11-25 | Fixed #21587 -- Added a warning for changing default of RedirectView.permanent. | Berker Peksag | |
| 2014-11-24 | Fixed #23742 -- Added an option to reverse tests order. | wrwrwr | |
| This is useful for debugging side effects affecting tests that are usually executed before a given test. Full suite and pair tests sort cases more or less deterministically, thus some test cross-dependencies are easier to reveal by reversing the order. Thanks Preston Timmons for the review. | |||
| 2014-11-24 | Improved line breaking in runtests docs. | wrwrwr | |
| 2014-11-24 | Added deprecation of template dirs parameter to timeline. | Tim Graham | |
| 2014-11-21 | Fixed typo in docs/internals/release-process.txt. | Tom V | |
| 2014-11-18 | Deprecated calling a SQLCompiler instance. | Carl Meyer | |
| 2014-11-16 | Removed support for function-based template loaders. | Aymeric Augustin | |
| They were deprecated in Django 1.2 but not all the supporting code was removed in Django 1.4. Since the remaining code was unlikely to be functional (pun intended) e.g. it would crash unless the loader function had an is_usable attribute, this commit completes the removal immediately instead of starting another deprecation path. | |||
| 2014-11-16 | Deprecated function-based loaders. | Aymeric Augustin | |
| 2014-11-16 | Moved all template loaders under django.template.loaders. | Aymeric Augustin | |
| Reformatted the code of base.Loader according to modern standards. Turned the test template loader into a regular locmem.Loader -- but didn't document it. Added a normal deprecation path for BaseLoader which is a public API. Added an accelerated deprecation path for TestTemplateLoader which is a private API. | |||
| 2014-11-16 | Added reminder to committing docs to test a PR with Jenkins first. | Erik Romijn | |
| 2014-11-16 | Designated Django 1.8 as the next LTS. | Tim Graham | |
| 2014-11-15 | Fixed #14030 -- Allowed annotations to accept all expressions | Josh Smeaton | |
| 2014-11-12 | Fixed #23775 -- Added docs for --bisect and --pair runtests options. | wrwrwr | |
| Thanks Baptiste Mispelon for review. | |||
| 2014-11-05 | Added "Features removed in 1.8" section to release notes. | Tim Graham | |
| 2014-10-30 | Fixed #23656 -- Made FormMixin.get_form's form_class argument optional. | Simon Charette | |
| Thanks Tim Graham for the review. | |||
| 2014-10-28 | Fixed spelling errors in docs. | Tim Graham | |
| 2014-10-23 | Fixed #23444 -- Deprecated ↵ | a1tus | |
| django.contrib.admin.helpers.InlineAdminForm.original_content_type_id | |||
| 2014-10-23 | Fixed versionchanged indentation in unit-tests.txt. | Berker Peksag | |
| 2014-10-16 | Fixed IRC channel name in submitting-patches.txt. | Berker Peksag | |
| The development channel is #django-dev. | |||
| 2014-10-11 | Added my bio to team docs. | Curtis | |
| 2014-10-10 | Fixed #23613 -- Deprecated django.utils.checksums | Jaap Roes | |
| 2014-10-09 | Updated my bio. | Collin Anderson | |
| This better reflects why I was invited to the team. | |||
| 2014-10-07 | Added my bio to the core team. | Tom Christie | |
| 2014-10-06 | Added my bio to the core team. | Collin Anderson | |
| 2014-09-24 | Added my bio to team.txt | Michael Manfre | |
| 2014-09-22 | Removed sudo from pip commands in docs. | Corey Farwell | |
| 2014-09-16 | Moved some people to "past team members". | Tim Graham | |
| 2014-09-16 | Fixed typo in docs/internals/roles.txt and added words to spelling_wordlist. | Tim Graham | |
| 2014-09-15 | Move my bio to "Past team members" section whilst I'm inactive. | Simon Meers | |
| 2014-09-12 | Added ops team to roles.txt. | Tim Graham | |
| 2014-09-06 | Added the inaugural technical board. | Tim Graham | |
| 2014-09-06 | Move Gabriel Hurley to "Past Team Members" | Paul McMillan | |
| 2014-09-06 | Update bio for Paul McMillan to remove dead links | Paul McMillan | |
| 2014-09-06 | Convert myself to an emeritus member | Alex Gaynor | |
| 2014-09-05 | Fixed #23414 -- Updated version numbers in release process doc. | Tim Graham | |
| Thanks jaap3 for the report. | |||
| 2014-09-05 | Limited lines to 119 characters in django/ | Tim Graham | |
| refs #23395. | |||
| 2014-09-03 | Fixed #18757, #14462, #21565 -- Reworked database-python type conversions | Marc Tamlyn | |
| Complete rework of translating data values from database Deprecation of SubfieldBase, removal of resolve_columns and convert_values in favour of a more general converter based approach and public API Field.from_db_value(). Now works seamlessly with aggregation, .values() and raw queries. Thanks to akaariai in particular for extensive advice and inspiration, also to shaib, manfre and timograham for their reviews. | |||
| 2014-09-02 | Merge pull request #3120 from alex/use-sha256 | James Bennett | |
| Document that we should also offer sha256 checksums for packages | |||
| 2014-08-29 | Update Daniele Procida's bio | evildmp | |
| 2014-08-28 | Fixed #23375 -- Added missing security issues to the archive. | Simon Charette | |
| Also adjusted the pre-release process to prevent future omissions. | |||
| 2014-08-27 | Fixed tiny commit style inconsistency in committing code documentation. | Erik Romijn | |
