| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-27 | Add related_query_name to ForeignKey/M2M. Refs #20244 | Andrew Godwin | |
| 2013-06-26 | Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text() | Loic Bistuer | |
| 2013-06-26 | Fixed #20462 -- null/non-string regex lookups are now consistent | Andrew Clark | |
| Thanks to noirbizarre for the report and initial patch. | |||
| 2013-06-25 | Fixed #20650 -- Fixed {% filter %} incorrectly accepting 'escape' as argument | Baptiste Mispelon | |
| Thanks to grzesiof for the report and to loic84 and Alex Gaynor for the review. | |||
| 2013-06-25 | Fixed #19773 - Added admin/popup_response.html template. | Javier Mansilla | |
| Thanks jimmylam@ for the suggestion. | |||
| 2013-06-25 | Fixed #20653 -- Renamed checksetup management command. | Russell Keith-Magee | |
| This is to allow future compatibility with work that is ongoing in the 2013 GSoC. | |||
| 2013-06-22 | Fixed #20311 -- Make sure makemessages doesn't create duplicate Plural-Forms ↵ | Ramiro Morales | |
| .po file headers. Thanks naktinis for the report and initial patch. | |||
| 2013-06-22 | Autodetect ForeignKeys and add dependencies/split on circulars | Andrew Godwin | |
| 2013-06-22 | Fixed #20587 -- Made convert_values handle None values | Gilberto Gonçalves | |
| 2013-06-22 | Fixed #18872 -- Added prefix to FormMixin | Gilberto Gonçalves | |
| Thanks @ibustama for the initial patch and dragonsnaker for opening the report. | |||
| 2013-06-22 | Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet init | Claude Paroz | |
| BaseModelFormSet.forms is now a cached property instead of being populated in the __init__ method. This behaviour also matches an example in the documentation. Thanks Thomasz Swiderski for the report and Simon Charette for the review. | |||
| 2013-06-21 | Fixed #20290 -- Allow override_settings to be nested | Oliver Beattie | |
| Refactored override_settings to store the underlying settings._wrapped value seen at runtime, not instantiation time. | |||
| 2013-06-21 | Prompt about renames rather than doing them automatically | Andrew Godwin | |
| 2013-06-20 | Autodetect field renames. HAHAHA. AHAHAHAHA. YES. | Andrew Godwin | |
| 2013-06-20 | Fixed #20630 -- Removed `maxlength` attribute from `NumberInput`. | Simon Charette | |
| This attribute is only allowed on inputs of type "text", "search", "url", "tel", "email", or "password". Thanks to yoyoma for the report and @bmispelon for the review. | |||
| 2013-06-20 | Autodetect field alters | Andrew Godwin | |
| 2013-06-20 | Add AlterField and RenameField operations | Andrew Godwin | |
| 2013-06-20 | Add operation that renames tables | Andrew Godwin | |
| 2013-06-20 | Fixed #20486 -- Ensure that file_move_safe raises an error if the ↵ | Russell Keith-Magee | |
| destination already exists. Thanks to kux for the report, and Russ Webber for the patch. | |||
| 2013-06-19 | First stab at some migration creation commands | Andrew Godwin | |
| 2013-06-19 | Fix test running with new apps stuff/migrate actually running migrations | Andrew Godwin | |
| 2013-06-19 | Merge remote-tracking branch 'core/master' into schema-alteration | Andrew Godwin | |
| Conflicts: django/db/models/loading.py | |||
| 2013-06-19 | Merge pull request #1282 from loic/ticket6903 | Aymeric Augustin | |
| Fixed failing test on MySQL since c86a9b6 | |||
| 2013-06-19 | Fixed MySQL failing test introduced by c86a9b6 | Loic Bistuer | |
| 2013-06-18 | Fixed #14930 -- values_list() failure on qs ordered by extra column | Florian Hahn | |
| Thanks lsaffre for the report and simon29, vicould, and Florian Hahn for the patch. Some changes done by committer. | |||
| 2013-06-18 | Merge pull request #1281 from loic/ticket6903 | Aymeric Augustin | |
| Fixed #6903 - Preserved admin changelist filters. | |||
| 2013-06-19 | Fixed #6903 - Preserve admin changelist filters after saving or deleting an ↵ | Loic Bistuer | |
| object | |||
| 2013-06-18 | Fixed #20079 -- Improve security of password reset tokens | Erik Romijn | |
| 2013-06-18 | Fixed #20618 -- Fixed regression in `BoundField.label_tag`. | Baptiste Mispelon | |
| 2013-06-18 | Fixed #20199 -- Allow ModelForm fields to override error_messages from model ↵ | Loic Bistuer | |
| fields | |||
| 2013-06-18 | Refactored ValidationError to allow persisting error params and error codes ↵ | Loic Bistuer | |
| as the exception bubbles up | |||
| 2013-06-16 | Fixed #20464 -- Added a `total_error_count` method on formsets. | Baptiste Mispelon | |
| Thanks to frog32 for the report and to Tim Graham for the review. | |||
| 2013-06-14 | Fixed #20603 -- Made the test suite faster. | Aymeric Augustin | |
| By avoiding to run syncdb with the full set of test models. Thanks Anssi for the idea. | |||
| 2013-06-14 | Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suite | Marc Tamlyn | |
| 2013-06-14 | Fixed #20289 -- pickling of dynamic models | Anssi Kääriäinen | |
| 2013-06-14 | Added cache to available_apps in cache tests | Anssi Kääriäinen | |
| 2013-06-14 | Fixed #20528 -- regression in select_related join promotion | Anssi Kääriäinen | |
| The join used by select_related was incorrectly INNER when the query had an ORed filter for nullable join that was trimmed away. Fixed this by forcing the join type to LOUTER even when a join was trimmed away in ORed queries. | |||
| 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-14 | Fixed #17076 -- When reversing a URL fails, inform the user which patterns ↵ | Wilfred Hughes | |
| were tried. | |||
| 2013-06-13 | Added a ``checksetup`` management command for verifying Django compatibility. | Daniel Lindsley | |
| 2013-06-13 | Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and ↵ | Loic Bistuer | |
| error_messages | |||
| 2013-06-13 | Fixed #20594 -- Add validation to models.SlugField. | Baptiste Mispelon | |
| Thanks carbonXT for the report. | |||
| 2013-06-11 | Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and ↵ | Tim Graham | |
| non-string fields." This reverts commit 64041f0e6e7a773574d7cde978d16305200004ea. lookup.tests.LookupTests.test_regex_non_string fails under Postgres. We should also try to rewrite the test using an existing model. | |||
| 2013-06-11 | Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields. | Axel Haustant | |
| 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 | Reverted the introduction of shared_models. | Florian Apolloner | |
| The recent improvements should make shared_models obsolete. This reverts commit 1059da8de675442e84381d6366c0be254681753e, reversing changes made to 4fa7f3cdd9bcf50ec4c7f64a31c1dfc02c375f46. | |||
| 2013-06-10 | Revert "Began implementing a shared set of test models to speed up tests." | Florian Apolloner | |
| This reverts commit 22b7870e40a3ecf022b423de6cd867dcb35a6940. | |||
| 2013-06-10 | Fixed available_apps for selenium tests. | Aymeric Augustin | |
| Refs #20483. | |||
| 2013-06-10 | Defined available_apps in relevant tests. | Aymeric Augustin | |
| Fixed #20483. | |||
| 2013-06-10 | Refactored file_storage tests to avoid depending on servers tests. | Aymeric Augustin | |
