| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-22 | Fixed #22313 -- Removed 'u' prefixes from documentation | Claude Paroz | |
| 2014-03-22 | Made ModelForms raise ImproperlyConfigured if the list of fields is not ↵ | Tim Graham | |
| specified. Also applies to modelform(set)_factory and generic model views. refs #19733. | |||
| 2014-03-21 | Removed PIL compatability layer per deprecation timeline. | Tim Graham | |
| refs #19934. | |||
| 2014-03-21 | Removed contrib.comments per deprecation timeline. | Tim Graham | |
| 2014-03-17 | Amended login required mixin documentation to honor **initkwargs. | Simon Charette | |
| 2014-03-17 | Fixed #22006 -- Documented how to write a login_required mixin for CBVs. | Tim Graham | |
| Thanks django at patjack.co.uk for the suggestion and mockforest for the draft patch. | |||
| 2014-03-13 | Fixed #22262 -- Added the correct line in the last example of Translator lines | Dejan Noveski | |
| 2014-03-13 | Fixed a grammar error in topics/i18n/translation. | Iain Dawson | |
| Hooks are quantum; you can not have an amount of them. | |||
| 2014-03-11 | Fixed #22217 - ManyToManyField.through_fields fixes. | Akis Kesoglou | |
| - Docs description of arguments mix up. - Keep it from erroneously masking E332 check. - Add checks E338 and E339, tweak message of E337. | |||
| 2014-03-10 | Fixed #21875 -- Clarified that get_user_model() only works at run time. | Aymeric Augustin | |
| Thanks Benjamin White for the report. | |||
| 2014-03-09 | Corrected a few missed references to old test settings | Shai Berger | |
| 2014-03-05 | Fixed #14549 - Removed restriction of single FKs on intermediary tables | Akis Kesoglou | |
| Thanks to Loic Bistuer for review. Minor changes to error messages done by committer. | |||
| 2014-03-04 | Fixed #22085 -- Added a feature for setting non-expiring keys as the default. | zedr | |
| This feature allows the default `TIMEOUT` Cache argument to be set to `None`, so that cache instances can set a non-expiring key as the default, instead of using the default value of 5 minutes. Previously, this was possible only by passing `None` as an argument to the set() method of objects of type `BaseCache` (and subtypes). | |||
| 2014-03-03 | Fixed #21986 -- Added some guidelines for database indexes. | Alex de Landgraaf | |
| Thanks django-issues at colons.co for the suggestion. | |||
| 2014-03-03 | Fixed some typos and formatting issues in docs. | Rodolfo Carvalho | |
| 2014-03-03 | Fixed #22193 -- Made hint a truly optional arugment on check messages. | Russell Keith-Magee | |
| Thanks to Thomas Güttler for the suggestion. | |||
| 2014-03-03 | Added first cut at reference documentation for the checks framework. | Russell Keith-Magee | |
| 2014-03-02 | Fixed some typos in the documentation. | Baptiste Mispelon | |
| Thanks to Rodolfo Carvalho and Piotr Kasprzyk for the patch. | |||
| 2014-03-01 | Fixed #15318 -- Added settings for language cookie max-age, path, domain | Sergey Kolosov | |
| Introduced a number of settings to configure max-age, path, and domain for the language cookie: LANGUAGE_COOKIE_AGE, LANGUAGE_COOKIE_PATH and LANGUAGE_COOKIE_DOMAIN. Thanks sahid for the suggestion. | |||
| 2014-02-28 | Fixed spelling mistakes in docs. | Tim Graham | |
| 2014-02-28 | Fixed doc typos. | Tim Graham | |
| 2014-02-25 | Removed a nonexistent link in the docs. | Tim Graham | |
| 2014-02-25 | Fixed #12670 -- Added a note about permissions of files stored in ↵ | Rik | |
| FILE_UPLOAD_TEMP_DIR. Thanks simon29 for the suggestion. | |||
| 2014-02-25 | Fixed #22071 -- Added a warning regarding override_settings and aliasing. | Henk Vos | |
| Thanks EvilDMP for the suggestion. | |||
| 2014-02-25 | Fixed docs typos. | Szczepan Cieślik | |
| 2014-02-23 | Merge pull request #2363 from nheyning/22019_add_objects_doc | Daniele Procida | |
| Fixed #22019 -- added documentation on Model attributes | |||
| 2014-02-23 | added documentation on Model attributes | Nicolaas Heyning | |
| 2014-02-22 | Fixed #22113 -- changed object_name to model_name in CBV docs. | Marcin Sokół | |
| Thanks to trac user nikunj.sg for the report. | |||
| 2014-02-22 | Fixed #22032 -- added documentation for settings.MIGRATION_MODULES | Greg Chapple | |
| 2014-02-22 | Fixed #22120 -- Documented persistent activation of languages and cleaned up ↵ | Erik Romijn | |
| language session key use | |||
| 2014-02-22 | Fixed #22007 -- Fixed cbv docs - make imports consistent | Martin Matusiak | |
| Thanks to trac user kinjal.dixit for the report. | |||
| 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. | |||
