summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-24Fixed a regression in router initializationClaude Paroz
2013-05-24Optimisation in prefetch_related_objectsLuke Plant
2013-05-24Fixed #19607 - prefetch_related crashLuke Plant
2013-05-23Delayed settings.DATABASE_ROUTERS usage by ConnectionRouterClaude Paroz
2013-05-23Delayed settings.DATABASES usage by ConnectionHandlerClaude Paroz
2013-05-23Fixed #20474 -- Proxied and deprecated django.db.backendClaude Paroz
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-18Fixed #20386 - Introspection problem on OracleShai Berger
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-15Fixed #20413 - Respect Query.get_meta()Mike Fogel
2013-05-09Fixed #20215 -- Disabled persistent connections by default.Aymeric Augustin
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-18Use `LOOKUP_SEP` in `get_or_create`.Simon Charette
2013-04-08Fixed #14019 -- Initialize `SQLInsertCompiler.return_id` attribute.Tobias McNulty
2013-04-05Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.Simon Charette
2013-04-04Fixed a line that was overindented.Alex Gaynor
2013-04-03Fix typo in transaction.Atomic docstringMarti Raudsepp
2013-04-01Fixed deprecation warnings introduced by 97774429aeb54df4c09895c07cd1b09e7020...Simon Charette
2013-04-01Fixed #16737 -- Support non-ascii column names in inspectdbClaude Paroz
2013-04-01Fixed getting max_digits for MySQL decimal fieldsClaude Paroz
2013-03-31Fixed #19220 -- Prevented decimals to be displayed in scientific notationClaude Paroz
2013-03-28Fixed #19954 -- Fixed MySQL _last_executed decodingClaude Paroz
2013-03-28Fixed spelling errorsGavin Wahl
2013-03-26Fixed #20091 -- Oracle null promotion for empty stringsAnssi Kääriäinen