summaryrefslogtreecommitdiff
path: root/docs/internals
AgeCommit message (Collapse)Author
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
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-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
Such as a setup isn't tested through continuous integration and therefore isn't likely to work reliably.
2016-03-03Fixed #26309 -- Documented that login URL settings no longer support dotted ↵Alasdair Nicol
paths.
2016-03-02Fixed #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-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
As suggested by Tim Graham
2016-02-28Fixed docs: release-process, Supported Versions section, concrete exampleShai Berger
Security & data loss fixes are applied to the two last feature releases, not just one. Thanks Loic Bistuer for review
2016-02-27Fixed #26230 -- Made default_related_name affect related_query_name.chenesan
2016-02-23Fixed #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-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
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-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
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-14Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by ↵Tim Graham
default.
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
Thanks to Tim for the review.
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
Thanks to Tim Graham for the review.
2015-12-31Fixed #26003 -- Added "how the documentation is organized" sections.Tim Graham
Thanks Daniele Procida for coauthoring.
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
Deprecates the "--plain" option.
2015-12-12Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().Iacopo Spalletti
Thanks to bmispelon and uruz for the initial patch.
2015-12-07Added "Regressions from older versions of Django" as a backport qualification.Tim Graham
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-25Fixed #25773 -- Deprecated the geos.MultiPolygon.cascaded_union property.Sergey Fedoseev
2015-11-19Fixed #25764 -- Added support for serialization of enum.Enum in migrations.Andrei Fokau
Thanks Tim Graham for the review.
2015-11-18Fixed #25665 -- Deprecated getter/setter of Point.tuple.Sergey Fedoseev
2015-11-18Refs #25665 -- Deprecated getters/setters of Point coordinate properties.Sergey Fedoseev
2015-11-18Refs #25665 -- Deprecated getter/setter of GEOSGeometry.srid.Sergey Fedoseev
2015-11-16Corrected outdated information in submitting patches guide.Tim Graham
2015-11-16Documented how to see the full traceback of a test failure.Tim Graham
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-11-14Added technical board for 1.10 release cycle.Tim Graham
2015-11-13Updated release checksums template.Tim Graham
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a ↵Tim Graham
related set.
2015-10-24Optimized docs images and documented the process.Curtis Maloney
2015-10-24Fixed #25604 -- Added makemigrations --check option.Jon Dufresne
Command exits with non-zero status if changes without migrations exist.
2015-10-21Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki