| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-02-20 | Capitalize SQL keywords | David Sanders | |
| 2014-02-20 | Capitalize SQL keywords | David Sanders | |
| 2014-02-19 | Fixed #22093 -- Made Form.Meta.fields examples consistent. | Tim Graham | |
| Thanks david-schultz at gmx.net for the suggestion. | |||
| 2014-02-19 | Added an example to the release notes for custom reverse managers. | Loic Bistuer | |
| 2014-02-16 | Added some links in i18n documentation | Grzegorz Rożniecki | |
| 2014-02-16 | Fixed two typos in documentation | Grzegorz Rożniecki | |
| 2014-02-16 | Fixed #18745 - Documentation change explaining tuple to list with signing. | MattBlack85 | |
| Thanks to lee for the report. | |||
| 2014-02-15 | Fixed #22002 -- Documented avoiding database interaction in AppConfig.ready(). | Zbigniew Siciarz | |
| Thanks Marc Tamlyn for the suggestion. | |||
| 2014-02-15 | Change analyse (British) to analyze (American). | Rodolfo Carvalho | |
| 2014-02-14 | Fixed #17942 -- Added a JsonResponse class to more easily create JSON ↵ | Lukasz Balcerzak | |
| encoded responses. Thanks leahculver for the suggestion and Erik Romijn, Simon Charette, and Marc Tamlyn for the reviews. | |||
| 2014-02-14 | Fixed #21177 -- Made resolve_url support relative URLs. | Antoine Catton | |
| This fixes redirecting to relative URLs with django.shortcuts.redirect. | |||
| 2014-02-13 | Fixed #21951 -- Updated docs to use __str__ for Python 3 | Alasdair Nicol | |
| Thanks Tim Graham for the report and recommendations | |||
| 2014-02-12 | Add reference documentation for operations and stubs for schemaeditor. | Andrew Godwin | |
| 2014-02-10 | Allowed a message to be passed to assertQuerysetEqual to make it consistent ↵ | Chris Bailey | |
| with other assert methods. | |||
| 2014-02-08 | Fixed #16192 -- Made unique error messages in ModelForm customizable. | Loic Bistuer | |
| Overriding the error messages now works for both unique fields, unique_together and unique_for_date. This patch changed the overriding logic to allow customizing NON_FIELD_ERRORS since previously only fields' errors were customizable. Refs #20199. Thanks leahculver for the suggestion. | |||
| 2014-02-05 | Fixed gendered examples in the docs. | Loic Bistuer | |
| 2014-01-28 | Add an extra warning about custom save methods in migrations docs. | Andrew Godwin | |
| 2014-01-26 | Fixed typo. Refs #21836. | Aymeric Augustin | |
| 2014-01-26 | Moved RequestSite and get_current_site. | Aymeric Augustin | |
| Following the app-loading refactor, these objects must live outside of django.contrib.sites.models because they must be available without importing the django.contrib.sites.models module when django.contrib.sites isn't installed. Refs #21680. Thanks Carl and Loic for reporting this issue. | |||
| 2014-01-25 | Fixed #21836 -- Improved transaction docs about autocommit mode | Chris Jerdonek | |
| Clarified that queries in autocommit mode are committed immediately only if a transaction has not already been started. Added to the main transaction docs that Django's TestCase class implicitly wraps its tests in transactions. | |||
| 2014-01-25 | Fixed #21829 -- Added default AppConfigs. | Aymeric Augustin | |
| Thanks Russell for the report, Marc for the initial patch, Carl for the final review, and everyone who contributed to the design discussion. | |||
| 2014-01-23 | Fixed #21847 -- Clarified where ContactForm was defined | Tom Atkins | |
| 2014-01-23 | Add docs about converting from South | Andrew Godwin | |
| 2014-01-22 | Always use parentheses when documenting a method with no arguments. | Baptiste Mispelon | |
| 2014-01-22 | Don't show `self` in the list of arguments of a method. | Baptiste Mispelon | |
| This is consistent with Python's official documentation and it's a sphinx recommendation too[1]. [1] http://sphinx-doc.org/markup/desc.html#dir-method Refs #21855. | |||
| 2014-01-22 | Fixed #20834 -- Described how caching of user permissions works. | Tim Graham | |
| Thanks Giggaflop and Jennifer Casavantes. | |||
| 2014-01-22 | Fixed #21726 -- Clarified that password should not be included in ↵ | Tim Graham | |
| REQUIRED_FIELDS. Thanks russellm for the report. | |||
| 2014-01-20 | Fixed #16905 -- Added extensible checks (nee validation) framework | Russell Keith-Magee | |
| This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844. | |||
| 2014-01-19 | Fixed #21290: Documented migration serializing and improved error | Andrew Godwin | |
| 2014-01-19 | Fixed #18907 -- Correct docs regard population of model backrefs. | Tim Graham | |
| Thanks simonpercivall for the report and Aymeric for the patch. | |||
| 2014-01-17 | Removed some unnecessary __exact operators in filters. | Tim Graham | |
| 2014-01-16 | Fixed #16785 -- Documented some of the design decisions of the cache framework. | Tim Graham | |
| Thanks jamesp for the draft patch. | |||
| 2014-01-16 | Fixed #21740 -- Stopped using mutable default arguments in test client | Claude Paroz | |
| Thanks Denver Coneybeare for the report and initial patch, and Atala for another patch. | |||
| 2014-01-16 | Fixed #21343 -- Noted many-to-many restrictions with intermediate model. | Tim Graham | |
| Thanks EvilDMP for the report. | |||
| 2014-01-16 | Fixed #21727 -- Added some links to help clarify topics/auth/default.txt | Tim Graham | |
| Thanks daGrevis for the suggestion. | |||
| 2014-01-16 | Fixed #21747 -- Added {% elif %} to template topics guide. | Tim Graham | |
| Thanks gcc for the suggestion. | |||
| 2014-01-09 | Fixed #12571 -- Attached originating WSGIRequest to test client responses. | Unai Zalakain | |
| Originating WSGIRequests are now attached to the ``wsgi_request`` attribute of the ``HttpResponse`` returned by the testing client. Thanks rvdrijst for the suggestion. | |||
| 2014-01-04 | Fixed #21730 -- Removed superfluous db_index in custom auth docs | Claude Paroz | |
| Thanks rafalp for the report. | |||
| 2014-01-03 | Fixed a sentence in the session security docs; thanks claudep. | Tim Graham | |
| 2014-01-02 | Fixed typos. Changed grammar. | Frank Tobia | |
| Minor typos. Some grammar changes. | |||
| 2013-12-31 | Fixed #21484 -- Documented that SQL logging does not include "framework ↵ | Tim Graham | |
| level" queries. | |||
| 2013-12-31 | Fixed #21714 -- Moved logging configuration to global setup() | Claude Paroz | |
| Thanks Aymeric Augustin for the report and the review. | |||
| 2013-12-31 | Renamed AppConfig.setup to ready. | Aymeric Augustin | |
| Thanks Jannis and Marc for the feedback. Fixed #21717. | |||
| 2013-12-31 | Fixed #19395 -- Added a simple example logging config. | Tim Graham | |
| Thanks ken.nelson at maclaren.com. | |||
| 2013-12-31 | Fixed #21701 -- Improved testing doc titles and added testing/tools.txt. | Tim Graham | |
| Thanks cjerdonek for the suggestion. | |||
| 2013-12-30 | Fixed #21708 -- Added some headings to separate unrelated topics. | Tim Graham | |
| Thanks ashley at ashleymills.com for the suggestion. | |||
| 2013-12-30 | Updated advice on connecting signals at startup. | Aymeric Augustin | |
| 2013-12-30 | Assumed Python 3 throughout docs/intro. | Aymeric Augustin | |
| Various small fixes while I was proof-reading. | |||
| 2013-12-28 | Fixed doc indentation in previous commit. | Tim Graham | |
| 2013-12-28 | Fixed #20346 -- Made cache middleware vary on the full URL. | ijl | |
| Previously, only the URL path was included in the cache key. Thanks jamey for the suggestion. | |||
