| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-08 | Fixed #22405 -- Fixed string error in models/queries docs. | Anubhav Joshi | |
| 2014-04-07 | Added missing request parameter to get_current_site(). | Yin Jifeng | |
| 2014-04-07 | Fixed #21084 -- Used proxy model's content type for admin log entries. | Tim Graham | |
| (the previous commit included only the test) | |||
| 2014-04-07 | Fixed #21084 -- Used proxy model's content type for admin log entries. | Alejandro Gómez | |
| 2014-04-07 | Removed casting to bool just before negation. | Tomasz Wysocki | |
| 2014-04-06 | Fixed #21977 -- Deprecated SimpleTestCase.urls | Anubhav Joshi | |
| 2014-04-05 | Fixed #22216 -- Added Form.non_field_errors to form API doc. | Tim Graham | |
| 2014-04-05 | Fixed #22236 -- Removed inappropriate usage of signals | Claude Paroz | |
| Thanks Aymeric Augustin for the report and Tim Graham for the review. | |||
| 2014-04-05 | Fixed #21649 -- Added optional invalidation of sessions when user password ↵ | Tim Graham | |
| changes. Thanks Paul McMillan, Aymeric Augustin, and Erik Romijn for reviews. | |||
| 2014-04-05 | Fixed case in form widgets docs | Claude Paroz | |
| 2014-04-04 | Merge pull request #2514 from vlal/ticket_22380 | Claude Paroz | |
| Fixed #22380 -- Missing SECRET_KEY variable in sample settings file for ... | |||
| 2014-04-04 | Fixed #22380 -- Missing SECRET_KEY variable in sample settings file for testing | Vishal Lal | |
| 2014-04-03 | Refactored and commented strip_tags utility | Tomasz Wysocki | |
| 2014-04-03 | Fixed #22363 -- Correctly serialize `django.utils.datetime_safe` objects. | Simon Charette | |
| Thanks to linovia for the report. | |||
| 2014-04-03 | Cleaned up string detection for a deprecation warning by using six.string_types. | Tim Graham | |
| 2014-04-03 | Fixed typo in 1.8 release notes. | Tim Graham | |
| 2014-04-03 | Fixed #22372 -- Improved description of WizardView.get_context_data(). | Vishal Lal | |
| Thanks simon29 for the report. | |||
| 2014-04-03 | Fixed #22218 -- Deprecated django.conf.urls.patterns. | Tim Graham | |
| Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews. | |||
| 2014-04-02 | Document removal of GeoDjangoTestSuiteRunner in 1.6 release notes. | Ramiro Morales | |
| 2014-04-02 | Fixed #22347 -- Unified FileSystemStorage documentation. | Vishal Lal | |
| Thanks nliberg for the report. | |||
| 2014-04-02 | Added an explanatory comment. Refs #22017 | Alex Gaynor | |
| 2014-04-02 | Revert "Merge pull request #2508 from tomwys/patch-1" | Alex Gaynor | |
| This reverts commit c45607e9395ffd05c2cff454fdb55b3ab05dc0e3, reversing changes made to 9769337ca855f4831c855d6663ff3f688ee1652d. | |||
| 2014-04-02 | Merge pull request #2509 from tomwys/patch-2 | Alex Gaynor | |
| Refactor. Stop using memory for list copies. | |||
| 2014-04-02 | Merge pull request #2508 from tomwys/patch-1 | Alex Gaynor | |
| Don't copy list for iteration. | |||
| 2014-04-02 | Refactor. Stop using memory for list copies. | Tomasz Wysocki | |
| 2014-04-02 | Don't copy list for iteration. | Tomasz Wysocki | |
| 2014-04-01 | Added 1.6.3 release note for refs #22256. | Claude Paroz | |
| 2014-03-31 | Fixed #22327 -- Turned BaseEmailBackend into a context manager | Daniel Neuhäuser | |
| Changed the BaseEmailBackend to allow usage as context manager to open and close connections. | |||
| 2014-03-31 | Added test to confirm #12583 resolution | Claude Paroz | |
| 2014-03-31 | Fixed #22360 -- Fixed two non-deterministic tests in Python 3.4. | Loic Bistuer | |
| The order of admin's changelist filters in the querystring relied on dict ordering. | |||
| 2014-03-31 | Fixed #22362 -- Improved AuthenticationMiddleware assertion message. | Tim Graham | |
| Thanks Keryn Knight. | |||
| 2014-03-31 | Replaced urllib/urlparse imports with from django.utils.six.moves. | Tim Graham | |
| 2014-03-31 | Fixed #21795 -- Made add_preserved_filters account for url prefixes. | Loic Bistuer | |
| Thanks to trac username honyczek for the report. Refs #6903. | |||
| 2014-03-31 | Added 1.6.3 release note for refs #22250. | Tim Graham | |
| 2014-03-31 | Fixed typo in docstring. | Tim Graham | |
| 2014-03-31 | Fixed #22319 -- Fixed migration external dependencies when there are ↵ | Loic Bistuer | |
| internal dependencies. | |||
| 2014-03-31 | Fixed #22359 -- Changing M2M field to blank=True failed on sqlite. | Loic Bistuer | |
| 2014-03-30 | Moved ServerHandler helper class to tests. | Ramiro Morales | |
| It has been only used in the builtin_servers tests since Django 1.4. | |||
| 2014-03-30 | Corrected an import in a model form docs example. | Ramiro Morales | |
| 2014-03-30 | Added Python 3.4 to classifiers in setup.py. | Berker Peksag | |
| 2014-03-30 | Corrected many style guide violations that the newest version of flake8 catches | Alex Gaynor | |
| 2014-03-30 | Ensure that a file is closed in the tests | Alex Gaynor | |
| 2014-03-30 | Fixed #22338 -- Fixed a test dependent on dictionary key iteration order. | Tim Graham | |
| 2014-03-30 | Merge pull request #2495 from loic/ticket19816 | Aymeric Augustin | |
| Fixed mistake in tests from commit 2039908. Refs #19816. | |||
| 2014-03-30 | Fixed mistake in tests from commit 2039908. Refs #19816. | Loic Bistuer | |
| 2014-03-30 | Merge pull request #2487 from loic/ticket19816 | Aymeric Augustin | |
| Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments. | |||
| 2014-03-30 | Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments. | Loic Bistuer | |
| Since assignments on M2M or reverse FK descriptors is composed of a `clear()`, followed by an `add()`, `clear()` could potentially affect the value of the assigned queryset before the `add()` step; pre-evaluating it solves the problem. This patch fixes the issue for ForeignRelatedObjectsDescriptor, ManyRelatedObjectsDescriptor, and ReverseGenericRelatedObjectsDescriptor. It completes 6cb6e1 which addressed ReverseManyRelatedObjectsDescriptor. | |||
| 2014-03-30 | Merge pull request #2489 from loic/related_transactions | Aymeric Augustin | |
| Fixed transaction handling for a number of operations on related objects. | |||
| 2014-03-30 | Fixed transaction handling for a number of operations on related objects. | Loic Bistuer | |
| Thanks Anssi and Aymeric for the reviews. Refs #21174. | |||
| 2014-03-30 | Cleaned up tests for multiple databases. | Loic Bistuer | |
