summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-12-24Fixed #25959 -- Updated logging example to use the django logger.Varun Sharma
2015-12-24Discouraged use of /tmp with predictable names.Chris Lamb
The use of predictable filenames in /tmp often leads to symlink attacks so remove the most obvious use of them in the docs.
2015-12-23Refs #25963 -- Fixed typo in docs/topics/http/shortcuts.txtAlasdair Nicol
2015-12-23Fixed #25854 -- Removed deprecated usage of template.render() with ↵Alasdair Nicol
RequestContext in docs.
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 #25936 -- Added showmigrations to migrations topic guide.Mads Jensen
2015-12-21Removed a misleading comment about HTTPS.Alex Gaynor
For all practical purposes, there are no common cases for which a website cannot be deployed with HTTPS.
2015-12-18Fixed #25063 -- Added path to makemigration's output of migration file.Niels Van Och
2015-12-15Refs #10060 -- Corrected description of multiple annotations bug.Tim Graham
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-11Refs #25899 -- Improved visibility of TEST database settings in testing docs.Tim Graham
2015-12-10Fixed #21221 -- Made form Media and static template tag use staticfiles if ↵Johannes Hoppe
installed.
2015-12-08Fixed #25672 -- Clarified why related ManyToManyFields with a custom ↵bphillips
intermediate model disable the remove() method.
2015-12-08Fixed user_passes_test() signature in docs.Gavin Wahl
2015-12-08Fixed #25895 -- Used a consistent style for UserAdmin overrides.Tim Graham
Thanks Justin Abrahms for the report.
2015-12-07Fixed #25860 -- Documented a transaction leak possiblity in TestCase.Tim Graham
Thanks Jonas Haag for report and review.
2015-12-05Refs #25584 -- Corrected note about source of SyntaxErrors when installing ↵Tim Graham
Django 1.9.
2015-12-05Removed deprecated usage of url tag from auth docs.Florian Apolloner
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-12-02Updated link to 1000 common passwords.Eliezer Kanal
xato.net is dead; replaced with link to archive.org.
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-28Fixed #25812 -- Restored the ability to use custom formats with the date ↵Gagaro
template filter.
2015-11-27Fixed a typo in the managers docs.James Beith
2015-11-26Fixed #25807 -- Instructed the migration writer about lazy objects.Simon Charette
Thanks to Trac alias mrgaolei for the report, Baptiste for the confirmation and Tim for the review.
2015-11-19Fixed #25764 -- Added support for serialization of enum.Enum in migrations.Andrei Fokau
Thanks Tim Graham for the review.
2015-11-18De-emphasized use of NullHandler in logging docs.Neal Todd
NullHandler removed in 1.9; unused since Django 1.5.
2015-11-17Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.Alex Morozov
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-11-12Fixed #25744 -- Corrected reference to User object in auth docs.Anderson Resende
2015-11-12Fixed #25469 -- Added autoescape option to DjangoTemplates backend.Aaron Elliot Ross
Thanks Aymeric for the initial patch and Carl for review.
2015-11-12Fixed #25169 -- Documented stacking of permission_required and login_required.Bryan Marty
2015-11-12Fixed #10045 -- Corrected docs about .annotate()/.filter() ordering.Tim Graham
Thanks Josh, Anssi, and Carl for reviews and advice.
2015-11-10Fixed #25727 -- Added a doc link to cached_property.Tim Graham
2015-11-07Fixed #25473 -- Changed underscores in url() names to dashes in docs.Thijs van Dien
To improve consistency, sample URL names that had underscores in them now use dashes instead. That excludes URL names that have some relation to the code, such as those generated by the admin. Thanks guettli for reporting this.
2015-11-07Fixed #25290 -- Warned against modifying objects created in setUpTestData() ↵Tim Graham
in tests.
2015-11-07Fixed #25681 -- Added 'default' to DATABASES example.Attila Tovt
2015-11-03Fixed typo in docs/topics/auth/default.txt.japrogramer
2015-10-31Fixed typo in docs/topics/db/models.txt.Tomasz Anielak
2015-10-30Fixed #24212 -- Added example pylibmc CACHES configuration.Bryan Marty
2015-10-30Added class-based view example to RequestFactory example.bee_keeper
2015-10-28Fixed #21516 -- Updated imports paths for some formset functions/classes.Bryan Marty
Since refs #21489, FormSet classes and factories are exposed on the django.forms package.
2015-10-28Made LiveServerTestCase example use StaticLiveServerTestCase.Tim Graham
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a ↵Tim Graham
related set.
2015-10-23Fixed #25397 -- Documented class-based view context variable clash with ↵Jacek Bzdak
context processors.
2015-10-23Clarified that the test client response content attribute is bytes.薛丞宏
2015-10-22Refs #24622 -- Documented alternatives to some test response attributes when ↵Benjamin Wohlwend
using alternative template engines.
2015-10-22Fixed #25584 -- Documented a pip error when installing Django 1.9.Tim Graham
2015-10-07Refs #25527 -- Removed redundant doc heading link that leads to a warning ↵Tim Graham
when generating PDF.