summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-07-08Replaced some dicts with sets.Alex Gaynor
2013-07-07Merge pull request #991 from stockr-labs/feature/email-backends-generatorsAlex Gaynor
2013-07-08Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors.Alex Gaynor
2013-07-08A few cleanups to capture the minimum amount of code in try/except blocks.Alex Gaynor
2013-07-08Merge branch 'ticket_20613' of https://github.com/ersran9/django into t20613Alex Gaynor
2013-07-08Removed some logic that wasn't needed following removal of some deprecated code.Alex Gaynor
2013-07-07Fixed #20711 -- Fixed broken link in timesince.py docstringSusanTan
2013-07-06[gis] Dropped official support for GDAL < 1.6Claude Paroz
2013-07-06Tweaked proj string regex in gis testsClaude Paroz
2013-07-06Fixed 20613 - moved pickle loads/dumps outside with self._lock.reader()/write...ersran9
2013-07-05Deprecate usage of boolean value for widget attributesClaude Paroz
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-07-04Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for ...Tim Graham
2013-07-04Fixed #20673 -- Clarified that HttpRequest.user uses AUTH_USER_MODEL.Tim Graham
2013-07-03Fixed #20675 -- `check_password` should work when no password is specified.Simon Charette
2013-07-03Fixed #20687 -- Added documentation for django.core.signing API.Tomáš Ehrlich
2013-07-02Make get_constraints return columns in orderAndrew Godwin
2013-07-02Add AlterIndexTogether operationAndrew Godwin
2013-07-02Fix get_constraints to do multi-column indexes properly on pgAndrew Godwin
2013-07-02Fix combined alters on PostgreSQLAndrew Godwin
2013-07-02Support for index_together in schema backendsAndrew Godwin
2013-07-02Autodetection of unique_together changesAndrew Godwin
2013-07-02Add unique_together altering operationAndrew Godwin
2013-07-02Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-01Relied on NullHandler from the logging stdlib module.Aymeric Augustin
2013-07-01Deprecated django.utils.dictconfig.Aymeric Augustin
2013-07-01Fixed a few more imports of django.utils.unittest.Aymeric Augustin
2013-07-01This doesn't need to be a package any more.Aymeric Augustin
2013-07-01Removed tests for django.utils.unittest vs. unittest.Aymeric Augustin
2013-07-01Updated tests for deprecation of Option.get_(add|change|delete)_permission.Tim Graham
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-07-01Fixed #20680 -- Deprecated django.utils.unittest.Aymeric Augustin
2013-07-01Removed some conditional code only needed under Python 2.6.Aymeric Augustin
2013-06-30Removed a comment that wasn't adding a value.Alex Gaynor
2013-06-30Introduced getters for connection.autocommit and .needs_rollback.Aymeric Augustin
2013-06-30Define the SessionStore inside __init__ instead of process_requestMatt Robenolt
2013-06-29Report wrongly-typed settings and abort, as originally planned.Ramiro Morales
2013-06-29Merge pull request #1316 from ramiro/int_pk_pwd_resetRamiro Morales
2013-06-29Fixed #20677 - Typos in generic_inlineformset_factory docs.Tim Graham
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-29Removed compatibility code for streaming responses.Aymeric Augustin
2013-06-29Fixed #18592 -- Prevented crash when accessing MySQL _last_executedClaude Paroz
2013-06-29Do not allow FileSystemStorage.delete to receive an empty nameClaude Paroz
2013-06-29Fixed #20660 -- Do not try to delete an unset FieldFileClaude Paroz
2013-06-29Removed django.contrib.auth.views.password_reset_confirm_uidb36() view to fin...Ramiro Morales
2013-06-29More import removalsClaude Paroz
2013-06-29Removed obsolete comment. Refs #20079.Aymeric Augustin
2013-06-28Removed django.utils.encoding.StrAndUnicode class, deprecated in Django 1.5.Ramiro Morales
2013-06-28Made GeoDjango GeometryField stop accepting a 'null' keyword argument as per ...Ramiro Morales
2013-06-28Removed insert(), value_for_insert() SortedDict methods deprecated in Django ...Ramiro Morales