| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-08 | Replaced some dicts with sets. | Alex Gaynor | |
| 2013-07-07 | Merge pull request #991 from stockr-labs/feature/email-backends-generators | Alex Gaynor | |
| Fixed #20194 -- Adds generators support for email backends that do not support it. | |||
| 2013-07-08 | Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors. | Alex Gaynor | |
| Patch from Lukasz Balcerzak. | |||
| 2013-07-08 | A few cleanups to capture the minimum amount of code in try/except blocks. | Alex Gaynor | |
| 2013-07-08 | Merge branch 'ticket_20613' of https://github.com/ersran9/django into t20613 | Alex Gaynor | |
| 2013-07-08 | Removed some logic that wasn't needed following removal of some deprecated code. | Alex Gaynor | |
| 2013-07-07 | Fixed #20711 -- Fixed broken link in timesince.py docstring | SusanTan | |
| 2013-07-06 | [gis] Dropped official support for GDAL < 1.6 | Claude Paroz | |
| 2013-07-06 | Tweaked proj string regex in gis tests | Claude Paroz | |
| 2013-07-06 | Fixed 20613 - moved pickle loads/dumps outside with ↵ | ersran9 | |
| self._lock.reader()/writer() blocks Additionaly added pickled=None initially and check for none before returning in get | |||
| 2013-07-05 | Deprecate usage of boolean value for widget attributes | Claude Paroz | |
| Django 1.7 will loudly warn when widget attributes are assigned boolean values. In Django 1.8, False will mean attribute is not present while True will mean attribute present without value. Refs #20684. | |||
| 2013-07-05 | Fixed #20224 -- Update docs examples which mention __unicode__ | Claude Paroz | |
| Thanks Marc Tamlyn and Tim Graham for the review. | |||
| 2013-07-04 | Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for ↵ | Tim Graham | |
| default db. Thanks simonpercivall. | |||
| 2013-07-04 | Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL. | Tim Graham | |
| Thanks littlepig for the report. | |||
| 2013-07-03 | Fixed #20675 -- `check_password` should work when no password is specified. | Simon Charette | |
| The regression was introduced by 2c4fe761a. refs #20593. | |||
| 2013-07-03 | Fixed #20687 -- Added documentation for django.core.signing API. | Tomáš Ehrlich | |
| Thanks Baptiste Mispelon for the suggestion. | |||
| 2013-07-02 | Make get_constraints return columns in order | Andrew Godwin | |
| 2013-07-02 | Add AlterIndexTogether operation | Andrew Godwin | |
| 2013-07-02 | Fix get_constraints to do multi-column indexes properly on pg | Andrew Godwin | |
| 2013-07-02 | Fix combined alters on PostgreSQL | Andrew Godwin | |
| 2013-07-02 | Support for index_together in schema backends | Andrew Godwin | |
| 2013-07-02 | Autodetection of unique_together changes | Andrew Godwin | |
| 2013-07-02 | Add unique_together altering operation | Andrew Godwin | |
| 2013-07-02 | Merge branch 'master' into schema-alteration | Andrew Godwin | |
| 2013-07-01 | Relied on NullHandler from the logging stdlib module. | Aymeric Augustin | |
| 2013-07-01 | Deprecated django.utils.dictconfig. | Aymeric Augustin | |
| The module still exists for whoever uses it in its current state, but it isn't imported by Django anywhere. | |||
| 2013-07-01 | Fixed a few more imports of django.utils.unittest. | Aymeric Augustin | |
| One import per line please! Refs #20680. | |||
| 2013-07-01 | This doesn't need to be a package any more. | Aymeric Augustin | |
| Refs #20680. | |||
| 2013-07-01 | Removed tests for django.utils.unittest vs. unittest. | Aymeric Augustin | |
| Silenced warnings caused by the deprecation of django.utils.unittest. Thanks Preston Timmons and Carl Meyer for their advice. Fixed #20680. | |||
| 2013-07-01 | Updated tests for deprecation of Option.get_(add|change|delete)_permission. | Tim Graham | |
| refs #20642. | |||
| 2013-07-01 | Stopped using django.utils.unittest in the test suite. | Aymeric Augustin | |
| Refs #20680. | |||
| 2013-07-01 | Fixed #20680 -- Deprecated django.utils.unittest. | Aymeric Augustin | |
| Refs #19204. | |||
| 2013-07-01 | Removed some conditional code only needed under Python 2.6. | Aymeric Augustin | |
| 2013-06-30 | Removed a comment that wasn't adding a value. | Alex Gaynor | |
| In the intervening years, RelatedField has become less of a hack (though it still is one). Anyone who wants to can re-instate the comment, but please add more details. | |||
| 2013-06-30 | Introduced getters for connection.autocommit and .needs_rollback. | Aymeric Augustin | |
| They ensure that the attributes aren't accessed in conditions where they don't contain a valid value. Fixed #20666. | |||
| 2013-06-30 | Define the SessionStore inside __init__ instead of process_request | Matt Robenolt | |
| It's unnecessary to run this on every request, since technically, settings *should be* immutable. | |||
| 2013-06-29 | Report wrongly-typed settings and abort, as originally planned. | Ramiro Morales | |
| Thanks Claude for the heads up. Refs #12493 and commit 5e08b792. | |||
| 2013-06-29 | Merge pull request #1316 from ramiro/int_pk_pwd_reset | Ramiro Morales | |
| 2013-06-29 | Fixed #20677 - Typos in generic_inlineformset_factory docs. | Tim Graham | |
| Thanks Riley Strong for the report. | |||
| 2013-06-29 | Advanced deprecation warnings for Django 1.7. | Aymeric Augustin | |
| 2013-06-29 | Removed compatibility code for streaming responses. | Aymeric Augustin | |
| This code provided a deprecation path for old-style streaming responses. Refs #6527, #7581. | |||
| 2013-06-29 | Fixed #18592 -- Prevented crash when accessing MySQL _last_executed | Claude Paroz | |
| Thanks reames at asymmetricventures.com for the report. | |||
| 2013-06-29 | Do not allow FileSystemStorage.delete to receive an empty name | Claude Paroz | |
| Refs #20660. | |||
| 2013-06-29 | Fixed #20660 -- Do not try to delete an unset FieldFile | Claude Paroz | |
| Thanks stanislas.guerra at gmail.com for the report and Baptiste Mispelon for the review. | |||
| 2013-06-29 | Removed django.contrib.auth.views.password_reset_confirm_uidb36() view to ↵ | Ramiro Morales | |
| finish its accelerated deprecation schedule. | |||
| 2013-06-29 | More import removals | Claude Paroz | |
| Following the series of commits removing deprecated features in Django 1.7, here are some more unneeded imports removed and other minor cleanups. | |||
| 2013-06-29 | Removed obsolete comment. Refs #20079. | Aymeric Augustin | |
| Thanks Gavin Wahl. | |||
| 2013-06-28 | Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5. | Ramiro Morales | |
| 2013-06-28 | Made GeoDjango GeometryField stop accepting a 'null' keyword argument as per ↵ | Ramiro Morales | |
| its deprecation in 1.5. | |||
| 2013-06-28 | Removed insert(), value_for_insert() SortedDict methods deprecated in Django ↵ | Ramiro Morales | |
| 1.5. | |||
