| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-25 | [1.5.x] Minor edits to some recently-added admin docs. | Carl Meyer | |
| Backport of 8f839aaa180f from master. | |||
| 2013-02-23 | [1.5.X] Fixed #19880 - Fixed an error in the form wizard initial_dict example. | Tim Graham | |
| Thanks almalki for the report. Backport of 9b97f01dea from master | |||
| 2013-02-23 | [1.5.x] Fixed #19752 - Changed Postgres version numbers to 9.x to avoid ↵ | Tim Graham | |
| having to update them each minor release. Backport of 8d17114899 from master. | |||
| 2013-02-23 | [1.5.x] Fixed #19887 - Noted when callables may be used in ModelAdmin.fields ↵ | Tim Graham | |
| and ModelAdmin.fieldset. Thanks Patrick Strasser for the suggestion and Zbigniew Siciarz for the patch. Backport of 722683f508 from master. | |||
| 2013-02-23 | [1.5.x] Fixed #17094 - Typo in class-based views doc. | Tim Graham | |
| Thanks alej0 for the report. Backport of c89717fabe from master. | |||
| 2013-02-19 | [1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header ↵ | Carl Meyer | |
| validation. This is a security fix; disclosure and advisory coming shortly. | |||
| 2013-02-16 | [1.5.x] Fixed #19824 - Corrected the class described for Field.primary_key ↵ | Tim Graham | |
| from IntegerField to AutoField. Thanks Keryn Knight. Backport of 218bbef0c4 from master | |||
| 2013-02-16 | [1.5.x] Fixed #19812 - Removed a duplicate phrase in the widget docs. | Tim Graham | |
| Thanks diegueus9 for the report and itsallvoodoo for the draft patch. Backport of 7a80904b00 from master | |||
| 2013-02-10 | [1.5.x] Emphasized MyISAM pseudo-requirement for GeoDjango over MySQL | Claude Paroz | |
| Refs #15295. Backport of 8fbc20b24 from master. | |||
| 2013-02-08 | [1.5.x] Fixed #19779 -- Checked contrib.sites presence in ↵ | Claude Paroz | |
| RedirectFallbackMiddleware Thanks Aymeric Augustin for the report and directions for the patch. Backport of 2ed90eac from master. | |||
| 2013-02-07 | [1.5.x] Fixed #19662 -- alter auth modelbackend to accept custom username fields | Preston Holmes | |
| Thanks to Aymeric and Carl for the review. | |||
| 2013-02-04 | [1.5.x] Fixed #19734 -- Missing values in `DATETIME_INPUT_FORMATS` doc. | Simon Charette | |
| Also changed formating of `DATE_INPUT_FORMATS` and `TIME_INPUT_FORMATS` for readability. Thanks minddust for the report! Backport of 5c70299a71 from master. | |||
| 2013-02-02 | [1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ↵ | Nick Sandford | |
| ModelAdmin.get_form() method is overridden. Backport of 0694d2196f0fad | |||
| 2013-02-01 | [1.5.x] Small generic FK docs tweaks. | Ramiro Morales | |
| 5f7eecd from master. | |||
| 2013-02-01 | [1.5.x] Fixed content types contrib app doc typos. | Ramiro Morales | |
| 1ee40f2 from master. | |||
| 2013-02-01 | [1.5.x] Fix rst syntax error. | Aymeric Augustin | |
| Thanks Chris Rebert for the report. Backport of d75a54c. | |||
| 2013-02-01 | [1.5.x] Documented ArchiveIndexView's date_list context variable. | Aymeric Augustin | |
| Refs #16218. Backport of a0c67c6. | |||
| 2013-02-01 | [1.5.x] Fixed #19714 -- Updated documentation about TemplateView context | Claude Paroz | |
| Thanks Aramgutang for the report. Refs #17228. Backport of 56e553129 from master. | |||
| 2013-01-31 | [1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of ↵ | Aymeric Augustin | |
| content_type. Thanks Tim for the report and initial patch. Backport of 89cb771 from master. | |||
| 2013-01-30 | [1.5.x] Fixed #19076 -- Added content_type attribute to TemplateView. | Aymeric Augustin | |
| Thanks Gavin Wahl. Backport of 23e319d. | |||
| 2013-01-29 | [1.5.x] Fixed typos in docs and comments | Tim Graham | |
| Backport of ee26797cff from master | |||
| 2013-01-25 | [1.5.x] Fixed #19577 - Added HTML escaping to admin examples. | Tim Graham | |
| Thanks foo@ for the report and Florian Apolloner for the review. Backport of eafc036476 from master | |||
| 2013-01-23 | [1.5.x] Fixed #19610 - Added enctype note to forms topics doc. | Tim Graham | |
| Thanks will@ for the suggestion. Backport of 0de2645c00 from master | |||
| 2013-01-22 | [1.5.x] Fixed #19477 - Documented generic_inlineformset_factory | Tim Graham | |
| Thanks epicserve for the suggestion. Backport of 214fb700b9 from master | |||
| 2013-01-22 | [1.5.x] Fixed #19640 - Added inlineformset_factory to reference docs. | Tim Graham | |
| Thanks wim@ for the suggestion. Backport of 5b2d9bacd2 from master | |||
| 2013-01-15 | [1.5.x] Fixed #19597 - Added some notes on jQuery in admin. | Tim Graham | |
| Thanks Daniele Procida. Backport of d406afe12e from master | |||
| 2013-01-15 | [1.5.x] Clarified WizardView.get_form_prefix doc, refs #19024 | Tim Graham | |
| Backport of c9b577ead6 from master | |||
| 2013-01-15 | [1.5.x] Fixed #19605 - Removed unused url imports from doc examples. | Tim Graham | |
| Thanks sergzach for the suggestion. Backport of 43f89e0ad6 from master | |||
| 2013-01-14 | [1.5.x] Minor DEBUG setting reference formatting edit. | Ramiro Morales | |
| 1bbd36a36add9b15db43014cf5e7bdb72a86fef1 from master. | |||
| 2013-01-13 | [1.5.X] Added details on minified jQuery and DEBUG mode for contrib.admin. | Tim Graham | |
| Thanks Daniele Procida. Backport of 4720117a31 from master | |||
| 2013-01-13 | [1.5.x] Fixed typo in file storage docs. | Aymeric Augustin | |
| Thanks Jørgen Abrahamsen. Backport of 0ca2d1e. | |||
| 2013-01-12 | [1.5.x] Fixed #19024 -- Corrected form wizard docs for get_form_prefix. | Stephan Jaekel | |
| Backport of 17f8496fe from master. | |||
| 2013-01-11 | [1.5.x] Fixed #10239 - Added docs for modelform_factory | Tim Graham | |
| Thanks ingenieroariel for the suggestion and slurms for the review. Backport of 71d76ec011 from master | |||
| 2013-01-10 | [1.5.x] Fixed #19588 - Added create_superuser to UserManager docs. | Tim Graham | |
| Thanks minddust for the report. Backport of 4da5947a87 from master | |||
| 2013-01-09 | [1.5.x] Fixed #19586 - Removed URL_VALIDATOR_USER_AGENT from setting docs. | Tim Graham | |
| It was removed in Django 1.5, not deprecated. Backport of 066cf2d70e from master | |||
| 2013-01-07 | [1.5.x] Created special PostgreSQL text indexes when unique is True | Claude Paroz | |
| Refs #19441. Backport of c698c55966 from master. | |||
| 2013-01-02 | [1.5.x] Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. Backport of 9b5f64cc6e from master. | |||
| 2013-01-03 | [1.5.x] Update doc example for overriding change_form.html | Chris Beaven | |
| Slightly reworded another related paragraph for clarity, too. Backport of 3f890f8. | |||
| 2013-01-01 | [1.5.X] Fixed #19520 - Corrected some misleading docs about ↵ | Tim Graham | |
| template_name_suffix. Thanks jnns for the report. Backport of 0d3f16b12e from master | |||
| 2012-12-31 | [1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close(). | Aymeric Augustin | |
| Backport of acc5396. | |||
| 2012-12-29 | [1.5.x] Fixed broken links, round 4. refs #19516 | Tim Graham | |
| Backport of 067505ad19 from master | |||
| 2012-12-29 | [1.5.x] Added links to default widget in forms.fields documentation | Claude Paroz | |
| Backport of 2d0b35d2bb from master. | |||
| 2012-12-28 | [1.5.x] Fixed #19498 -- refactored auth documentation | Preston Holmes | |
| The auth doc was a single page which had grown unwieldy. This refactor split and grouped the content into sub-topics. Additional corrections and cleanups were made along the way. | |||
| 2012-12-26 | [1.5.X] Fixed broken links, round 3. refs #19516 | Tim Graham | |
| Backport of b3a8c9dab8 from master | |||
| 2012-12-26 | [1.5.x] Updated documentation on localflavor translations | Aymeric Augustin | |
| to account for the deprecation of django.contrib.localflavor in 1.5. Refs #19482. | |||
| 2012-12-26 | [1.5.x] Fixed #19518 -- Documented the deprecation of localflavor. | Aymeric Augustin | |
| Also moved the contrib deprecations at the top of their section and made minor markup fixes. Backport of 4500d35 from master. | |||
| 2012-12-25 | [1.5.X] Fixed more broken links. refs #19516 | Tim Graham | |
| Backport of 9c5a6adf33 from master | |||
| 2012-12-22 | [1.5.x] Fixed #19497 -- Refactored testing docs. | Ramiro Morales | |
| Thanks Tim Graham for the review and suggestions. d19109fd37e75ccf29d2ca64370102753dbc7c5b from master. | |||
| 2012-12-19 | [1.5.x] Added PASSWORD_HASHERS to settings reference document. | Ramiro Morales | |
| abd0f304b162b3120b1c7321fbfc3090e5f3c92c from master. | |||
| 2012-12-18 | [1.5.X] Fixed #19470 - Clarified widthratio example. | Tim Graham | |
| Thanks orblivion for the suggestion. Backport of 6534a95ac3 from master | |||
