| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2013-05-19 | Fixed #20459 - Improved example for setting HTTP header fields. | Tim Graham | |
| Thanks Jérémie Blaser. | |||
| 2013-05-19 | Fixed #16330 -- added --pks option in dumpdata command | Preston Holmes | |
| Thanks to guettli for the initial ticket and patch, with additional work from mehmetakyuz and Kevin Brolly. | |||
| 2013-05-19 | Fixed #15961 -- Modified ModelAdmin to allow for custom search methods. | Bozidar Benko | |
| This adds a get_search_results method that users can override to provide custom search strategies. Thanks to Daniele Procida for help with the docs. | |||
| 2013-05-19 | Merge pull request #1162 from sspross/patch-docs | Marc Tamlyn | |
| Add needed Imports to the Documentation, Part II | |||
| 2013-05-19 | Fixes #18896. Add tests verifying that you can get IntegrityErrors using ↵ | Pablo Recio | |
| get_or_create through relations like M2M, and it also adds a note into the documentation warning about it | |||
| 2013-05-19 | Add missing imports and models to the examples in the admin documentation | vkuzma | |
| 2013-05-19 | add missing imports to the examples in the 'Forms' | leandrafinger | |
| 2013-05-19 | Add missing imports and models to the examples in security documentation | Silvan Spross | |
| 2013-05-19 | Add missing imports and models to the examples in the template layer ↵ | Silvan Spross | |
| documentation | |||
| 2013-05-19 | Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middleware | Łukasz Langa | |
| 2013-05-19 | Fixed #12747 -- Made reason phrases customizable. | Aymeric Augustin | |
| 2013-05-19 | Merge pull request #1098 from zsiciarz/ticket-16829 | Marc Tamlyn | |
| Added example of using sitemaps with static views. | |||
| 2013-05-19 | Fixed #20452 -- Rename 'headers' to 'header fields'. | bbjay | |
| 2013-05-19 | Merge pull request #1129 from frog32/master | Marc Tamlyn | |
| Add needed Imports to the Documentation | |||
| 2013-05-18 | Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase. | Ramiro Morales | |
| Thanks zalew for the suggestion and work on a patch. Also updated, tweaked and fixed testing documentation. | |||
| 2013-05-18 | Add missing imports and models to the examples in the view layer documentation | Silvan Spross | |
| 2013-05-18 | Add missing imports and models to the examples in the the model layer ↵ | Marc Egli | |
| documentation | |||
| 2013-05-18 | Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as deprecated | Łukasz Langa | |
| 2013-05-18 | Merge branch 'allow-any-iterable-for-choices' | Donald Stufft | |
| 2013-05-18 | Fixed #20446 -- Documentation for SmallIntegerField does not clarify 'small' | Erik Romijn | |
| 2013-05-18 | Fixed #20430 - Enable iterable of iterables for model choices | Donald Stufft | |
| Allows for any iterable, not just lists or tuples, to be used as the inner item for a list of choices in a model. | |||
| 2013-05-18 | Fixed #20269 -- Adapted PostGIS template create script for CentOS/RHEL | Claude Paroz | |
| Thanks Stephane Benchimol for the report and the initial script and mfandreas for the patch. | |||
| 2013-05-18 | Added example of using sitemaps with static views. | Zbigniew Siciarz | |
| References #16829. | |||
| 2013-05-18 | Fixed #13546 -- Easier handling of localize field options in ModelForm | Erik Romijn | |
| 2013-05-18 | Fixed #20408 -- Clarified that values_list() doesn't return a list. | Aymeric Augustin | |
| Thanks marktranchant, bmispelon, and alextreme. | |||
| 2013-05-18 | Fixed #20294 -- Documented context processors in TemplateResponseMixin. | Zbigniew Siciarz | |
| 2013-05-17 | Fixed #5472 --Added OpenLayers-based widgets in contrib.gis | Claude Paroz | |
| Largely inspired from django-floppyforms. Designed to not depend on OpenLayers at code level. | |||
| 2013-05-16 | Fixed #20421 - Typo in class-based view docs. | Tim Graham | |
| 2013-05-16 | Fixed #19712 - Clarified admindocs regarding which attributes appear. | Tim Graham | |
| Thanks Daniele Procida for the report. | |||
| 2013-05-16 | Make the example usage of import_by_path less confusing. | Marc Tamlyn | |
| Using import_by_path to import import_by_path is a really odd use case and makes the code example difficult to read. | |||
| 2013-05-14 | Fixed #19934 - Use of Pillow is now preferred over PIL. | Daniel Lindsley | |
| This starts the deprecation period for PIL (support to end in 1.8). | |||
