| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-16 | Remove old compatibility shims from d.c.gis. | Marc Tamlyn | |
| 2014-05-16 | cater for running tests from another directory than tests - applying ↵ | Nikolaus Schlemm | |
| existing pattern to newly added test_testcase_ordering as well | |||
| 2014-05-16 | Fixed #21634 -- Prevented hiding ImproperlyConfigured when command not found | Claude Paroz | |
| Thanks nikolay.v.golub@gmail.com for the report. | |||
| 2014-05-16 | Fixed #21798 -- Added check for DateTime mutually exclusive options | Daniel Pyrathon | |
| Added DateTimeCheckMixin to avoid the use of default, auto_now, and auto_now_add options together. Added the fields.E151 Error that is raised if one or more of these options are used together. | |||
| 2014-05-16 | Fixed typo in multipartparser.py | mbacho | |
| 2014-05-16 | Simplified an unnecessarily complex paragraph in view docs | Erik Romijn | |
| 2014-05-15 | Harmonized some PEP 0263 coding preambles | Claude Paroz | |
| 2014-05-15 | Fixed #20897 -- Added make_cursor() for consistent cursor creation | Tim Martin | |
| In django.db.backends.BaseDatabaseWrapper, pulled the creation of cursors in the non-debug case into a separate method, in order to make behavior more consistent when overriding the cursor creation in derived classes. | |||
| 2014-05-15 | Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin. | Anders Steinlein | |
| Thanks Stephen Burrows for work on the patch as well. Forwardport of 2914f66983a92fcae55673c517dd8d01e8c238c4 from stable/1.7.x | |||
| 2014-05-15 | Minor edits to latest release notes. | Tim Graham | |
| 2014-05-14 | Merge pull request #2654 from merwok/patch-1 | Alex Gaynor | |
| Fix typo that disabled code example highlighting | |||
| 2014-05-14 | Fix typo that disabled code example highlighting | Éric Araujo | |
| 2014-05-14 | Merge pull request #2653 from collinanderson/patch-1 | Alex Gaynor | |
| typo: urlaprse -> urlparse | |||
| 2014-05-14 | typo: urlaprse -> urlparse | Collin Anderson | |
| 2014-05-14 | Added release notes for 1.4.13, 1.5.8, 1.6.5. | Jacob Kaplan-Moss | |
| 2014-05-14 | Added additional checks in is_safe_url to account for flexible parsing. | Erik Romijn | |
| This is a security fix. Disclosure following shortly. | |||
| 2014-05-14 | Dropped fix_IE_for_vary/attach. | Aymeric Augustin | |
| This is a security fix. Disclosure following shortly. | |||
| 2014-05-13 | Removed an unnecessary anchor in the docs. | Tim Graham | |
| 2014-05-13 | Fixed spelling mistake and added a word to the word list. | Tim Graham | |
| 2014-05-13 | Fixed #22533 -- Added label_suffix parameter to form fields. | Julen Ruiz Aizpuru | |
| Fields can now receive the `label_suffix` attribute, which will override a form's `label_suffix`. This enhances the possibility to customize form's `label_suffix`, allowing to use such customizations while using shortcuts such as `{{ form.as_p }}`. Note that the field's own customization can be overridden at runtime by using the `label_prefix` parameter to `BoundField.label_tag()`. Refs #18134. | |||
| 2014-05-13 | Fixed typo in transactions.txt | Haris Ibrahim K. V | |
| 2014-05-13 | Removed some references to django.contrib.comments which has been removed. | Tim Graham | |
| 2014-05-13 | Fixed #22618 -- Improved import_string example. | Tim Graham | |
| Thanks ewjoachim for the sugggestion. | |||
| 2014-05-12 | Fixed #22619 -- Corrected description of os.path. | Tim Graham | |
| Thanks Collin Anderson for the report. | |||
| 2014-05-12 | Added 1.6.5 release note for refs #22508. | Tim Graham | |
| 2014-05-12 | Fixed flake8 error. | Tim Graham | |
| 2014-05-12 | Fixed #22613 -- Added formfield_for_choice_field() to the list of methods ↵ | Tim Graham | |
| that InlineModelAdmin supports. | |||
| 2014-05-11 | Completed long overdue sqlinitialdata deprecation. | Ramiro Morales | |
| 2014-05-11 | Fixed some test models' natural_key() methods. | Ramiro Morales | |
| 2014-05-11 | Fixed #20936 -- When logging out/ending a session, don't create a new, empty ↵ | Matt Robenolt | |
| session. Previously, when logging out, the existing session was overwritten by a new sessionid instead of deleting the session altogether. This behavior added overhead by creating a new session record in whichever backend was in use: db, cache, etc. This extra session is unnecessary at the time since no session data is meant to be preserved when explicitly logging out. | |||
| 2014-05-11 | Unneeded, Python 3 incompatible code in a75324c6 tests. | Ramiro Morales | |
| 2014-05-11 | Fixed #14226 -- Dependency calculation for complex M2M relations. | Rainer Koirikivi | |
| `sort_dependencies` incorrectly interpreted 'complex' M2M relations (with explicit through models) as dependencies for a model. This caused circular complex M2M relations to be unserializable by dumpdata. Thanks to aneil for the report and outofculture for initial tests. | |||
| 2014-05-10 | Link new testing tools document from main index. | Ramiro Morales | |
| 2014-05-10 | Fixed a few release notes typos. | Ramiro Morales | |
| 2014-05-10 | Fixed #21685 -- Displayed app verbose name in admindocs model index | Claude Paroz | |
| 2014-05-10 | Minor cleanup in select_related_regress tests. | Aymeric Augustin | |
| 2014-05-10 | Fixed #22508 -- Avoided overwriting select_related. | Aymeric Augustin | |
| Previously, known related objects overwrote related objects loaded though select_related. This could cancel the effect of select_related when it was used over more than one level. Thanks boxm for the bug report and timo for bisecting the regression. | |||
| 2014-05-10 | Adjusted refactoring of vendor checks. | Aymeric Augustin | |
| Thanks Shai for the thorough review. | |||
| 2014-05-10 | Fixed #22502 -- Fixed microseconds/default/form interaction | Stephen Burrows | |
| Made explicit lack of microsecond handling by built-in datetime form fields. Used that explicitness to appropriately nix microsecond values in bound fields. Thanks Claude Paroz for the review. | |||
| 2014-05-09 | Used more precise assertions in cache tests | Claude Paroz | |
| 2014-05-09 | Fixed #22606 -- Locmemcache has_key() failed for infinite cache expiry | Malcolm Box | |
| Refactored cache expiry logic for Locmemcache to make consistent across all places where accessed, and correctly handle None as expiry time. | |||
| 2014-05-08 | Tests for #22325 | Andrew Godwin | |
| 2014-05-08 | Fixed #22325: Ignore __first__ dependencies to your own app | Andrew Godwin | |
| 2014-05-08 | Fixed #22563: Ignore AUTH_USER_MODEL errors in from_state | Andrew Godwin | |
| 2014-05-08 | Fixed #22588 -- Fix RegexValidator __eq__ | David Szotten | |
| Compare parameters instead of re.pattern instances, and add the other parameters to the comparison. Also add a __ne__ to make assertNotEqual work properly. | |||
| 2014-05-08 | Added feature flags for introspection capabilities. | Aymeric Augustin | |
| 2014-05-08 | Split ignores_nulls_in_unique_constraints feature. | Aymeric Augustin | |
| Oracle and SQL Server don't have exactly the same limitations. It's worth treating them differently. | |||
| 2014-05-08 | Replaced vendor checks by three feature flags. | Aymeric Augustin | |
| 2014-05-08 | Simplified indexes tests. | Aymeric Augustin | |
| 2014-05-08 | Reorganized backends tests. | Aymeric Augustin | |
| This reduces the number of explicit vendor checks. | |||
