| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-14 | Merge pull request #1271 from batisteo/ticket-20565 | Marc Tamlyn | |
| Fixed #20565 -- Added template examples for GCBV. | |||
| 2013-06-14 | Fixed #20565 -- Added template examples for GCBV. | Baptiste Darthenay | |
| Thanks to David Reitter for the report, and to Marc Tamlyn and Baptiste Mispelon for the review. | |||
| 2013-06-14 | Fixed #15273 -- Extend RedirectView to allow reversal by name. | Marc Tamlyn | |
| Thanks to @DrMeers for the report and @ludwigkraatz for the initial patch. | |||
| 2013-06-13 | Added release notes for auth views being reversed by name, not by path. | Tim Graham | |
| Refs #20532 | |||
| 2013-06-13 | Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and ↵ | Loic Bistuer | |
| error_messages | |||
| 2013-06-12 | Warned that `request_finished` isn't sent by some buggy setups. | Jaap Roes | |
| Older versions of uWSGI and Sentry's middleware do not adhere to the WSGI spec and cause the `request_finished` signal to never fire. Added notes to the appropriate places in the docs. Fixed #20537. | |||
| 2013-06-12 | Fixed #20591: added version in docs for utils.module_loading.import_by_path. | Baptiste Darthenay | |
| 2013-06-11 | Fixed #20500 - Updated flatpages URLconf example to work with APPEND_SLASH. | Tim Graham | |
| Thanks josh.23.french@. | |||
| 2013-06-10 | Fixed #20578 - Typo in BaseFormSet module name | Tim Graham | |
| 2013-06-10 | Fixed #18134 -- BoundField.label_tag now includes the form's label_suffix | Gabe Jackson | |
| There was an inconsistency between how the label_tag for forms were generated depending on which method was used: as_p, as_ul and as_table contained code to append the label_suffix where as label_tag called on a form field directly did NOT append the label_suffix. The code for appending the label_suffix has been moved in to the label_tag code of the field and the HTML generation code for as_p, as_ul and as_table now calls this code as well. This is a backwards incompatible change because users who have added the label_suffix manually in their templates may now get double label_suffix characters in their forms. | |||
| 2013-06-10 | Merge pull request #1255 from camilonova/patch-2 | Tim Graham | |
| Made URL patterns consistent in docs/ref/contrib/flatpages.txt | |||
| 2013-06-09 | Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS | Tim Graham | |
| 2013-06-09 | Fixed #20567 - Documented BoundField.id_for_label. | Tim Graham | |
| Thanks littlepig for the suggestion. | |||
| 2013-06-08 | Update flatpages.txt | Camilo Nova | |
| Fixed typo | |||
| 2013-06-06 | Explained that timezone.now() always returns times in UTC. | Jacob Kaplan-Moss | |
| The docs were ambiguous about the time zone for now(), leading people to assume that it would be the current time zone rather that UTC. | |||
| 2013-06-06 | Merge pull request #1245 from oinopion/list_select_related | Marc Tamlyn | |
| Fixed #19080 -- Fine-grained control over select_related in admin | |||
| 2013-06-05 | Fixed #19080 -- Fine-grained control over select_related in admin | Tomek Paczkowski | |
| 2013-06-05 | Proofed the 1.6 release notes | Tim Graham | |
| 2013-06-04 | Fixed #17601 -- expose underlying db exceptions under py2 | James Aylett | |
| Use __cause__ to expose the underlying database exceptions even under python 2. | |||
| 2013-06-03 | Fixed #20545 - Made class-based view MRO lists consistent. | Tim Graham | |
| Thanks wim@ for the suggestion. | |||
| 2013-06-01 | Fixed #18388 - Added InlineModelAdmin.get_max_num hook. | Tim Graham | |
| Thanks d.willy.c.c@ for the suggestion and Melevir and Areski Belaid for work on the patch. | |||
| 2013-05-31 | Fixed #20326 - Corrected form wizard get_form() example. | Tim Graham | |
| Thanks tris@ for the report. | |||
| 2013-05-31 | Fixed #20511 -- Corrected link about isolation levels in databases docs | Claude Paroz | |
| Thanks tinodb for the report. | |||
| 2013-05-30 | Tweak caching decorators/utility functions xrefs. | Ramiro Morales | |
| 2013-05-30 | Fixed #19425 - Added InlineModelAdmin.get_extra hook. | Tim Graham | |
| Thanks dave@ for the suggestion and Rohan Jain for the patch. | |||
| 2013-05-30 | Fixed #16856 - Added a way to clear select_related. | Tim Graham | |
| Thanks Carl for the suggestion and David Cramer for the patch. | |||
| 2013-05-29 | Fixed regroup example. | Gavin Wahl | |
| Chicago was missing. | |||
| 2013-05-28 | Fixed #20525 -- Added versionadded for clearsessions. | Tim Graham | |
| Thanks wiml@. | |||
| 2013-05-28 | Fixed #20228 - Documented unique_for_date and exclude behavior. | Tim Graham | |
| Thanks Deepak Thukral for the patch. | |||
| 2013-05-27 | Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_create | Tim Graham | |
| Thanks wilfred@, poirier, and charettes for work on the patch. | |||
| 2013-05-27 | Fix #20505: Typo in BinaryField documentation. | Baptiste Mispelon | |
| 2013-05-25 | Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. | Preston Holmes | |
| SuspiciousOperations have been differentiated into subclasses, and are now logged to a 'django.security.*' logger. SuspiciousOperations that reach django.core.handlers.base.BaseHandler will now return a 400 instead of a 500. Thanks to tiwoc for the report, and Carl Meyer and Donald Stufft for review. | |||
| 2013-05-24 | Fixed #20492 - Removed a broken link in GIS docs. | Tim Graham | |
| 2013-05-24 | Merge pull request #1210 from alasdairnicol/jquery_cookie_plugin_link | Tim Graham | |
| Updated link to jQuery Cookie plugin site | |||
| 2013-05-24 | Update link to jQuery Cookie plugin site | Alasdair Nicol | |
| 2013-05-24 | Link to active fork for ODBC backend | Paul Tax | |
| It took me quite some time to find if and where the ODBC backend was maintained. I found (on djangoproject.com): http://code.google.com/p/django-pyodbc/ (last commit about 3 years ago) then: https://github.com/avidal/django-pyodbc avidal fork. then: https://github.com/aurorasoftware/django-pyodbc/ aurorasoftware version which has avidal improvements merged. Avidals version now links to https://github.com/aurorasoftware/django-pyodbc/ which is also the version installed through PIP. | |||
| 2013-05-23 | Fixed #17648 -- Add `for_concrete_model` to `GenericForeignKey`. | Gavin Wahl | |
| Allows a `GenericForeignKey` to reference proxy models. The default for `for_concrete_model` is `True` to keep backwards compatibility. Also added the analog `for_concrete_model` kwarg to `generic_inlineformset_factory` to provide an API at the form level. | |||
| 2013-05-23 | Fixed #19237 (again) - Made strip_tags consistent between Python versions | Claude Paroz | |
| 2013-05-23 | Fixed #11398 - Added a pre_syncdb signal | Donald Stufft | |
| 2013-05-22 | Merge pull request #1198 from KrzysiekJ/http-patch-method | Russell Keith-Magee | |
| Fixed #20478 – Added support for HTTP PATCH method in generic views. | |||
| 2013-05-22 | Fixed a broken link introduced in a542b808baf. | Tim Graham | |
| 2013-05-22 | Fixed #20478 – Added support for HTTP PATCH method in generic views. | Krzysztof Jurewicz | |
| 2013-05-21 | Merge pull request #1196 from selwin/last-doc-fix | Tim Graham | |
| Slightly reworded 'last()' docs | |||
| 2013-05-21 | Fixed #20476 -- Typo. | Aymeric Augustin | |
| 2013-05-21 | Slightly reworded 'last()' docs. | Selwin Ong | |
| 2013-05-21 | Fixed #19326 -- Added first() and last() methods to QuerySet | Selwin Ong | |
| 2013-05-21 | Fixed #17308 -- Enabled the use of short_description on properties in the admin. | Wiktor Kolodziej | |
| 2013-05-21 | Removed a confusing duplicate SESSION_COOKIE_DOMAIN header | Łukasz Langa | |
| The note is clearly a part of MESSAGE_STORAGE documentation. As a separate section, it broke automatic link generation on the HTML version of the documentation. | |||
| 2013-05-20 | Fixed warnings in admindocs; refs #20126. | Tim Graham | |
| 2013-05-20 | Fix typo in redirect view docs | Alasdair Nicol | |
