summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2013-05-23Fixed #11398 - Added a pre_syncdb signalDonald Stufft
2013-05-22Fixed #20463 -- Made get_or_create more robust.Aymeric Augustin
2013-05-22Fixed #20012 -- test_year_lookup_edge_case fails under OracleShai Berger
2013-05-22Fixed #20015 -- date__startswith('2008') fails under OracleShai Berger
2013-05-22Fixed #20453 -- inspectdb test failure on OracleShai Berger
2013-05-21Fixed #18702 -- Removed chunked reads from QuerySet iterationAnssi Kääriäinen
2013-05-21Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong
2013-05-21(Re-)moved some importsClaude Paroz
2013-05-20Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField f...Ramiro Morales
2013-05-20Fixed #20278 -- ensured .get() exceptions do not recurse infinitelyAnssi Kääriäinen
2013-05-20Fixed #20378 -- regression in GenericRelation on abstract modelAnssi Kääriäinen
2013-05-20Fixed qs.values() regression when used in subqueryAnssi Kääriäinen
2013-05-19Changed API to disable ATOMIC_REQUESTS per view.Aymeric Augustin
2013-05-19Fixed test failures with Oracle when pytz isn't installed.Aymeric Augustin
2013-05-19Merge pull request #1160 from erikr/host-inet-postgres2Aymeric Augustin
2013-05-19Fixed #11442 -- Postgresql backend casts all inet types to textErik Romijn
2013-05-19Merge pull request #1028 from manfre/patch-2Aymeric Augustin
2013-05-19ModelState now freezes options and basesAndrew Godwin
2013-05-18Fix state tests a littleAndrew Godwin
2013-05-18Split up test and make the State classes a bit better.Andrew Godwin
2013-05-18Add a deconstruct() method to Fields.Andrew Godwin
2013-05-18Fixed #20386 - Introspection problem on OracleShai Berger
2013-05-18More conversion to a ContextManager schema_editorAndrew Godwin
2013-05-18Turn SchemaEditor into a context managerAndrew Godwin
2013-05-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-15Fixed #20413 - Respect Query.get_meta()Mike Fogel
2013-05-10Make a start on operations and state (not sure if final layout)Andrew Godwin
2013-05-10Add root_node and leaf_node functions to MigrationGraphAndrew Godwin
2013-05-10First phase of loading migrations from diskAndrew Godwin
2013-05-10Merge branch 'master' into schema-alterationAndrew Godwin
2013-05-10Adding a dependency graph class and testsAndrew Godwin
2013-05-09Rest of the _meta.app_cache stuff. Schema tests work now.Andrew Godwin
2013-05-09Split out a BaseAppCache, make AppCache borg again, add _meta.app_cacheAndrew Godwin
2013-05-09Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin
2013-05-09Whoops. Need to be good and use six.Andrew Godwin
2013-05-09Improve error message for bad FK resolutionAndrew Godwin
2013-05-08Merge pull request #1049 from mfogel/remove-unescessary-parameter-checksAlex Gaynor
2013-05-08[py3] Stopped iterating on exceptions. Refs #20025.Aymeric Augustin
2013-05-08Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.Aymeric Augustin
2013-05-08Fixed test failures on MySQL.Aymeric Augustin
2013-05-07Remove unnecessary check on __set__ parameters.Mike Fogel
2013-05-04Systematically imported wraps from functoolsClaude Paroz
2013-04-25Converted a list comprehension into a generator expression in query_utils.pyAdrian Holovaty
2013-04-25Negligible formatting fixes in query_utils.pyAdrian Holovaty
2013-04-25Removed an errant ipdb import from commit 9777442Adrian Holovaty
2013-04-24Fixed documentation of disable_constraint_checkingMichael Manfre
2013-04-19Fix schema editor interaction with new transactionsAndrew Godwin
2013-04-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-04-18Use `LOOKUP_SEP` in `get_or_create`.Simon Charette