summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2014-11-20Fixed #23844 -- Used topological sort for migration operation dependency reso...Patryk Zawadzki
2014-11-20Added AutoField introspection for PostgreSQLClaude Paroz
2014-11-20Added AutoField introspection for MySQLClaude Paroz
2014-11-20Fixed #23876 -- Removed dead code in SQLAggregateCompiler.Carl Meyer
2014-11-19Fixed #23410 -- Avoided unnecessary rollbacks in related apps when migrating ...Carl Meyer
2014-11-19Fixed #21794 -- Removed deprecation warning for abstract models outside an app.Carl Meyer
2014-11-19Fixed #23871 -- Removed promotion of MySQL warnings to errors in DEBUG mode.Tim Graham
2014-11-19Fixed #22248 -- Made RenameModel reversibleStratos Moros
2014-11-18Deprecated calling a SQLCompiler instance.Carl Meyer
2014-11-17Fixed #23859 -- Fixed a migration crash when a field is renamed that is part ...Markus Holtermann
2014-11-17Avoided unneeded calls to state.render() in migrations.twidi
2014-11-17Reordered condition to avoid calling allow_migrate() if unneeded.twidi
2014-11-17Moved bilateral transform fetching to models.lookupsAnssi Kääriäinen
2014-11-16Fixed #21612 -- Made QuerySet.update() respect to_fieldKaren Tracey
2014-11-16Renamed qn to compilerJosh Smeaton
2014-11-15Merge pull request #3536 from Zweedeend/ticket_23837Carl Meyer
2014-11-15Fixed #23835: Changed circular dependency in DFS to be less infiniteAndrew Godwin
2014-11-15Fixes #23837: Replace list.pop(0) by deque.popleft() in dfs function in migra...Niels Kouwenhoven
2014-11-15Revert "Use topological sort for migration operation dependency resolution"Tim Graham
2014-11-15Fixed #14030 -- Allowed annotations to accept all expressionsJosh Smeaton
2014-11-15Use topological sort for migration operation dependency resolutionKlaas van Schelven
2014-11-12Remove Field.get_validator_unique_lookup_type()Tim Graham
2014-11-12Removed extra enumerate() from Query.setup_joins()Anssi Kääriäinen
2014-11-12Fixed #22967 -- Made Model._do_update consistentJozef Knaperek
2014-11-12Improved Query.names_to_path docstringAnssi Kääriäinen
2014-11-11Simplified Query.build_lookup()Anssi Kääriäinen
2014-11-10Simplified MySQL storage engine detection using INFORMATION_SCHEMA.ENGINES tableThomas Chaumeny
2014-11-06Fixed #23770 -- Changed serialization strategy for floats with respect to NaN...Markus Holtermann
2014-11-03Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-11-03Fixed #23420 - broken warning for unbound naive datetime objectsAndy Chosak
2014-10-31Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same default...Markus Holtermann
2014-10-30Fixed #23733 -- Fixed squashing migrations that depend on multiple apps.twidi
2014-10-30Fixed #23556 -- Raised a more meaningful error message when migrations refer ...Markus Holtermann
2014-10-29Fixed #23614 -- Changed the way the migration autodetector orders unique/inde...Markus Holtermann
2014-10-29Limited lines to 119 characters in django/{contrib,db}.Berker Peksag
2014-10-28Required MySQLdb >= 1.2.5 for fractional seconds supportClaude Paroz
2014-10-28Fixed #19716 -- Added support for microseconds with MySQL 5.6.4 and upClaude Paroz
2014-10-28Stopped stripping microseconds with MySQL backendClaude Paroz
2014-10-28Fixed #23721 -- check_related_objects without calling __iter__Collin Anderson
2014-10-28Fixed #23493 -- Added bilateral attribute to TransformThomas Chaumeny
2014-10-27Fixed typo in MySQL backend doctringClaude Paroz
2014-10-27Fixed #22879 -- Intercept errors coming from cursor.__next__()Mikhail Denisenko
2014-10-27Fixed #23446 -- Officially recommended mysqlclient as MySQL driverClaude Paroz
2014-10-24Fixed #23652 -- Restored database name after destroying test databaseClaude Paroz
2014-10-24Fixed #23618 -- Allowed apps with no models to still have migrationsClaude Paroz
2014-10-23Fixed #23702 -- Fixed adding an explicit id field on SQLite.Tim Graham
2014-10-23Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.Tim Graham
2014-10-21Fixed #23396 -- Ensured ValueQuerySets are not checked by check_related_objects.Gabe Jackson
2014-10-20Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.Tianyi Wang
2014-10-19Fixed #23684 -- Used correct package name for Pillow in Error hint.Nicholas Serra