summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2013-10-05Fixed #18414 -- qs.exists() for sliced distinct queriesAnssi Kääriäinen
2013-10-05Improved Query join promotion logicAnssi Kääriäinen
2013-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-10-04Fixed #21217 -- Avoid connecting `(pre|post)_init` signals to abstract senders.Simon Charette
2013-10-03Fixed #21216 -- Allow `OneToOneField` reverse accessor to be hidden.Simon Charette
2013-10-02Initial version of MigrationOptimizer and testsAndrew Godwin
2013-10-01Fixed #21203 -- resolve_columns fields misalignmentAnssi Kääriäinen
2013-10-01Fixed #21207 -- Fixed test failure on Oracle: test_cursor_contextmanagerTim Graham
2013-10-01OrderedDict creation avoidance for .values() queriesAnssi Kääriäinen
2013-09-30Fixed #3871 -- Fixed regression introduced by 04a2a6b.Loic Bistuer
2013-09-30Fixed #21134 -- Prevented queries in broken transactions.Aymeric Augustin
2013-09-30Fixed #13724: Corrected routing of write queries involving managers.Russell Keith-Magee
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-09-26Enforce ordering on PostgreSQL get_constraints cols (refs #21134)Andrew Godwin
2013-09-25Fixed #17671 - Cursors are now context managers.Michael Manfre
2013-09-25Fixed #3871 -- Custom managers when traversing reverse relations.Loic Bistuer
2013-09-25Fixed #21126 -- QuerySet value conversion failureAnssi Kääriäinen
2013-09-25Add reverse_code optional argument to RunPythonAndrew Godwin
2013-09-25Allow callables as the argument to RunPythonAndrew Godwin
2013-09-25Make sqlmigrate ignore the RunPython operationAndrew Godwin
2013-09-25Add RunPython migration operation and testsAndrew Godwin
2013-09-25Add equality support for Project/ModelStateAndrew Godwin
2013-09-24Added '*' to quote_cacheAnssi Kääriäinen
2013-09-24Fixed #18333 - Quoted annotated column namesMichael Manfre
2013-09-24Fix small grammatical error in comment.Andrei Picus
2013-09-24Removed double import in mysql base.pyClaude Paroz
2013-09-22Removed a few trailing backslashes.Aymeric Augustin
2013-09-18Fixed #12568 -- no error when accessing custom field's descriptorAnssi Kääriäinen
2013-09-17Fixed #21114 -- Migrations must not have a dependency to themselves.Markus Holtermann
2013-09-17Fixed #21109 -- made db cursor error wrapping fasterAnssi Kääriäinen
2013-09-16Added backwards compatability shims for util modules.Tim Graham
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-14REmoved some unused importsAlex Gaynor
2013-09-14Merge branch 'master' of https://github.com/django/djangoAlex Gaynor
2013-09-14Removed an import * that was masking importing stuff from the wrong locationAlex Gaynor
2013-09-14Fixed #20950 -- Instantiate OrderedDict() only when neededAnssi Kääriäinen
2013-09-14Fixed #21097 - Added DatabaseFeature.can_introspect_autofieldMichael Manfre
2013-09-10Fixed #20841 -- Added messages to NotImplementedErrorsGregor MacGregor
2013-09-10Made MigrationWriter look for a "deconstruct" attribute on functions.Loic Bistuer
2013-09-10Fixed #20978 -- Made deletion.SET_NULL more friendly for MigrationWriter.seri...Loic Bistuer
2013-09-09Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай
2013-09-08Removed an unused local varAlex Gaynor
2013-09-07Negligible style fix.Aymeric Augustin
2013-09-07RunSQL migration operation and alpha SeparateDatabaseAndState op'n.Andrew Godwin
2013-09-06Fixed a number of flake8 errors -- particularly around unused imports and loc...Alex Gaynor
2013-09-07Fixed regression introduced by efd1e60, 'map' returns an iterator on PY3.Loic Bistuer
2013-09-06Fixed #20007 -- Configured psycopg2 to return UnicodeArraysEric Boersma
2013-09-06Fixed #21037 -- Made MigrationWriter raise a ValueError when serializing lamb...Loic Bistuer
2013-09-06Fixed #11811 -- Data-loss bug in queryset.update.Aymeric Augustin
2013-09-06Minor factorization.Aymeric Augustin