summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2015-11-12Fixed #25469 -- Added autoescape option to DjangoTemplates backend.Aaron Elliot Ross
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
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
2015-11-07Fixed #25290 -- Warned against modifying objects created in setUpTestData() i...Tim Graham
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
2015-10-28Made LiveServerTestCase example use StaticLiveServerTestCase.Tim Graham
2015-10-27Fixed #25550 -- Deprecated direct assignment to the reverse side of a related...Tim Graham
2015-10-23Fixed #25397 -- Documented class-based view context variable clash with conte...Jacek Bzdak
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
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 whe...Tim Graham
2015-10-07Added some function links in translation docsClaude Paroz
2015-10-06Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham
2015-10-02Fixed #25481 -- Added field.help_text to "Looping over a form's fields" docs.John Moses
2015-09-30Clarified that Model.delete() isn't called as a result of a cascading delete.David Sanders
2015-09-29Improved "“standalone” Django usage" example.David Sanders
2015-09-29Fixed #25376 -- Required virtualenv in installation instructions.Tim Graham
2015-09-28Documented auth's login/logout function parameters.Tim Graham
2015-09-27Fixed #25468 -- Made DjangoJSONEncoder lazy string awareClaude Paroz
2015-09-25Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_com...Tim Graham
2015-09-25Fixed #25451 -- Added advice about organizing tests.Tim Graham
2015-09-24Fixed #25455 -- Optimized dictfetchall() example.Tim Graham
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-09-23Removed dictionary and context_instance parameters for render functions.Tim Graham
2015-09-23Removed dirs parameter in template engine methods and related funtions.Tim Graham
2015-09-23Removed current_app argument to render() and TemplateResponse().Tim Graham
2015-09-23Refs #23957 -- Required session verification per deprecation timeline.Tim Graham
2015-09-23Refs #21648 -- Removed is_admin_site option from password_reset() view.Tim Graham
2015-09-23Refs #19973 -- Removed optparse support in management commands per deprecatio...Tim Graham
2015-09-23Refs #21977 -- Removed SimpleTestCase.urls per deprecation timeline.Tim Graham
2015-09-23Refs #22218 -- Removed conf.urls.patterns() per deprecation timeline.Tim Graham
2015-09-23Refs #24022 -- Removed the ssi tag per deprecation timeline.Tim Graham
2015-09-23Refs #24351 -- Removed support for the old allow_migrate() signature per depr...Tim Graham
2015-09-23Fixed typo in docs/topics/db/examples/one_to_one.txtDon Kirkby
2015-09-23Refs #25373 -- Doc'd logging of exceptions during {% include %} rendering.Tim Graham
2015-09-22Refs #24115 -- Added docs for password updates on bcrypt rounds change.Tim Graham
2015-09-22Added link to Babel's message extracting functionality.Rik
2015-09-21Fixed #24921 -- set_autocommit(False) + ORM queries.Aymeric Augustin
2015-09-21Fixed #12856 -- Documented BoundField API.Moritz Sichert
2015-09-19Fixed #25390 -- Allowed specifying a start migration in squashmigrationsMarkus Holtermann
2015-09-18Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators.fabrizio ettore messina
2015-09-18Fixed #24944 -- Added extra_email_context parameter to password_reset() view.sujayskumar