summaryrefslogtreecommitdiff
path: root/docs/internals
AgeCommit message (Expand)Author
2016-06-03[1.10.x] Fixed #26701 -- Replaced /newticket links to Trac with /.shaunagm
2016-05-19Fixed #26637 -- Removed obsolete note in docs/internals/contributing/writing-...Tim Graham
2016-05-17Refs #26601 -- Deprecated old-style middleware.Tim Graham
2016-05-17Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models...Loïc Bistuer
2016-05-10Fixed #24046 -- Deprecated the "escape" half of utils.safestring.Tim Graham
2016-04-30Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...Cristiano
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-25Refs #26033 -- Added password hasher support for Argon2 v1.3.Bas Westerbaan
2016-04-23Fixed #26533 -- Renamed Widget._format_value() to format_value().Tim Graham
2016-04-22Fixed #26320 -- Deprecated implicit OneToOnField parent_link.Tim Graham
2016-04-22Updated my bioMarkus Holtermann
2016-04-16Fixed #26509 -- Deprecated the contrib.gis.utils.precision_wkt() function.krishbharadwaj
2016-04-15Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based viewsClaude Paroz
2016-04-13Refs #16508 -- Renamed the current "virtual" fields to "private".Michal Petrucha
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-04-05Fixed #26448 -- Added details for running tests with a different database bac...krishbharadwaj
2016-03-19Fixed a broken link in docs/internals/contributing/writing-documentation.txt.Amine
2016-03-15Removed obsolete section on "Improving the documentation".Tim Graham
2016-03-15Fixed #25364 -- Added generic way to test on all browsers supported by selenium.Akshesh
2016-03-13Fixed typos in docs.Jakub Wilk
2016-03-08Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan
2016-03-05Removed claim that you can use different database backends for Django's tests.Tim Graham
2016-03-03Fixed #26309 -- Documented that login URL settings no longer support dotted p...Alasdair Nicol
2016-03-02Fixed #26226 -- Made related managers honor the queryset used for prefetching...Simon Charette
2016-03-02Fixed #26285 -- Deprecated the MySQL-specific __search lookup.Marc Tamlyn
2016-03-01Fixed #25814 -- Added changing #django topic to release checklist.Tim Graham
2016-02-28Minor fixes for release-process doc fixShai Berger
2016-02-28Fixed docs: release-process, Supported Versions section, concrete exampleShai Berger
2016-02-27Fixed #26230 -- Made default_related_name affect related_query_name.chenesan
2016-02-23Fixed #23832 -- Added timezone aware Storage API.James Aylett
2016-02-23Fixed #26263 -- Deprecated Context.has_key()Tim Graham
2016-02-19Fixed #25653 -- Made --selenium run only the selenium tests.Akshesh
2016-02-10Fixed #26154 -- Deprecated CommaSeparatedIntegerFieldBrobin
2016-01-28Idan -> core alumniIdan Gazit
2016-01-23After almost a year I am finally adding myself :)!Ola Sendecka
2016-01-22Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2016-01-14Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...Tim Graham
2016-01-11Added missing period to "etc.".pp
2016-01-11Fixed #25385 -- Allowed importing views.generic.View from views.View.Varun Sharma
2016-01-11Refs #25755 -- Unified a couple more spellings of 'website'.pp
2016-01-06Refs #25746 -- Added a test utility to isolate inlined model registration.Simon Charette
2016-01-03Update my location and current status in Django team docs.James Bennett
2016-01-03Removed $PREVIOUS_EMPLOYER from my bio.Aymeric Augustin
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-12-31Fixed #26003 -- Added "how the documentation is organized" sections.Tim Graham
2015-12-23Fixed #25969 -- Replaced render_to_response() with render() in docs examples.Tim Graham
2015-12-23Fixed #25948 -- Added guidelines for SimpleTestCase.assertRaisesMessage() usage.Tim Graham
2015-12-22Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.Tim Graham
2015-12-22Fixed #25838 -- Added "python" as an interface to the shell command.Jon Dufresne