summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2013-06-19Autodetect fields, have migrate actually workAndrew Godwin
2013-06-19Makemigration command now worksAndrew Godwin
2013-06-19Removed several unused imports.Aymeric Augustin
2013-06-19First stab at some migration creation commandsAndrew Godwin
2013-06-19Fix test running with new apps stuff/migrate actually running migrationsAndrew Godwin
2013-06-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-18Fixed #14930 -- values_list() failure on qs ordered by extra columnFlorian Hahn
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-06-18Refactored ValidationError to allow persisting error params and error codes a...Loic Bistuer
2013-06-16Fixed #20583 -- ORM always uses setup_joins() for join generationAnssi Kääriäinen
2013-06-14Fixed #20289 -- pickling of dynamic modelsAnssi Kääriäinen
2013-06-14Fixed #20528 -- regression in select_related join promotionAnssi Kääriäinen
2013-06-13Fixed #20594 -- Add validation to models.SlugField.Baptiste Mispelon
2013-06-11Revert "Fixed #20462 - Fixed sqlite regex lookups for null values and non-str...Tim Graham
2013-06-11Fixed #20462 - Fixed sqlite regex lookups for null values and non-string fields.Axel Haustant
2013-06-10Added TransactionTestCase.available_apps.Aymeric Augustin
2013-06-10Added a stealth option to flush to allow cascades.Aymeric Augustin
2013-06-09Replaced a dict emulating a set with a set.Aymeric Augustin
2013-06-07Initial stab at a migrate command, it's probably quite a way off.Andrew Godwin
2013-06-07Auto-naming for migrations and some writer fixesAndrew Godwin
2013-06-07Autodetector testsAndrew Godwin
2013-06-07Field encodingAndrew Godwin
2013-06-07A bit of an autodetector and a bit of a writerAndrew Godwin
2013-06-07Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-06Fixed #20564 -- Generic relations exclude() regressionAnssi Kääriäinen
2013-06-04Fixed #17601 -- expose underlying db exceptions under py2James Aylett
2013-06-02Added get_app_paths() to the AppCache.Aymeric Augustin
2013-06-01Fixed #20337 -- Clarified error message when database relation is not allowed.Dan Loewenherz
2013-05-30Remove debug printsAndrew Godwin
2013-05-30Use correct model versions for field operationsAndrew Godwin
2013-05-30Fix error in ModelState.clone() not copying deep enoughAndrew Godwin
2013-05-30Add an Executor for end-to-end runningAndrew Godwin
2013-05-30Allow retrieval of project state at start of migrationsAndrew Godwin
2013-05-30Fixed #16856 - Added a way to clear select_related.Tim Graham
2013-05-30Fixed #20272 - Moved update_fields existence check into Model._do_update.Tim Graham
2013-05-30Fixed #16436 -- defer + annotate + select_related crashTai Lee
2013-05-29Start adding operations that work and tests for themAndrew Godwin
2013-05-27Fixed #20014 -- implemented get_key_columns() for OracleShai Berger
2013-05-27Fixed #20501 -- failure of datetime queries with timezones under OracleShai Berger
2013-05-27Fixed #16137 - Removed kwargs requirement for QuerySet.get_or_createTim Graham
2013-05-27Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham
2013-05-27Fixed #20507 -- SubqueryConstraint alias handlingAnssi Kääriäinen
2013-05-27Fixed #20507 -- SubqueryConstraint alias relabelingAnssi Kääriäinen
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