summaryrefslogtreecommitdiff
path: root/docs/internals
AgeCommit message (Collapse)Author
2014-12-26Removed 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-24Fixed #24049 -- Removed obsolete Java notes for Mac OS.Tim Graham
2014-12-23Fixed #21414 -- Removed RelatedObject and deprecated Field.related.Anssi Kääriäinen
2014-12-19Updated some other external links in the docsClaude Paroz
2014-12-15Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.Berker Peksag
2014-12-05Fixed #23957 -- Started deprecation toward requiring session verification.Tim Graham
Thanks Carl Meyer for review.
2014-12-01Fixed #23289 -- Added mock as a test dependency.Tim Graham
2014-11-29Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.pyTim Graham
2014-11-26Updated formtools docs to point at new package outside the Django repo.Jannis Leidel
Refs #23677.
2014-11-25Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.Berker Peksag
2014-11-24Fixed #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-24Improved line breaking in runtests docs.wrwrwr
2014-11-24Added deprecation of template dirs parameter to timeline.Tim Graham
2014-11-21Fixed typo in docs/internals/release-process.txt.Tom V
2014-11-18Deprecated calling a SQLCompiler instance.Carl Meyer
2014-11-16Removed 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-16Deprecated function-based loaders.Aymeric Augustin
2014-11-16Moved 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-16Added reminder to committing docs to test a PR with Jenkins first.Erik Romijn
2014-11-16Designated Django 1.8 as the next LTS.Tim Graham
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-11-12Fixed #23775 -- Added docs for --bisect and --pair runtests options.wrwrwr
Thanks Baptiste Mispelon for review.
2014-11-05Added "Features removed in 1.8" section to release notes.Tim Graham
2014-10-30Fixed #23656 -- Made FormMixin.get_form's form_class argument optional.Simon Charette
Thanks Tim Graham for the review.
2014-10-28Fixed spelling errors in docs.Tim Graham
2014-10-23Fixed #23444 -- Deprecated ↵a1tus
django.contrib.admin.helpers.InlineAdminForm.original_content_type_id
2014-10-23Fixed versionchanged indentation in unit-tests.txt.Berker Peksag
2014-10-16Fixed IRC channel name in submitting-patches.txt.Berker Peksag
The development channel is #django-dev.
2014-10-11Added my bio to team docs.Curtis
2014-10-10Fixed #23613 -- Deprecated django.utils.checksumsJaap Roes
2014-10-09Updated my bio.Collin Anderson
This better reflects why I was invited to the team.
2014-10-07Added my bio to the core team.Tom Christie
2014-10-06Added my bio to the core team.Collin Anderson
2014-09-24Added my bio to team.txtMichael Manfre
2014-09-22Removed sudo from pip commands in docs.Corey Farwell
2014-09-16Moved some people to "past team members".Tim Graham
2014-09-16Fixed typo in docs/internals/roles.txt and added words to spelling_wordlist.Tim Graham
2014-09-15Move my bio to "Past team members" section whilst I'm inactive.Simon Meers
2014-09-12Added ops team to roles.txt.Tim Graham
2014-09-06Added the inaugural technical board.Tim Graham
2014-09-06Move Gabriel Hurley to "Past Team Members"Paul McMillan
2014-09-06Update bio for Paul McMillan to remove dead linksPaul McMillan
2014-09-06Convert myself to an emeritus memberAlex Gaynor
2014-09-05Fixed #23414 -- Updated version numbers in release process doc.Tim Graham
Thanks jaap3 for the report.
2014-09-05Limited lines to 119 characters in django/Tim Graham
refs #23395.
2014-09-03Fixed #18757, #14462, #21565 -- Reworked database-python type conversionsMarc 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-02Merge pull request #3120 from alex/use-sha256James Bennett
Document that we should also offer sha256 checksums for packages
2014-08-29Update Daniele Procida's bioevildmp
2014-08-28Fixed #23375 -- Added missing security issues to the archive.Simon Charette
Also adjusted the pre-release process to prevent future omissions.
2014-08-27Fixed tiny commit style inconsistency in committing code documentation.Erik Romijn