index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
Age
Commit message (
Expand
)
Author
2014-11-20
Fixed #23844 -- Used topological sort for migration operation dependency reso...
Patryk Zawadzki
2014-11-20
Added AutoField introspection for PostgreSQL
Claude Paroz
2014-11-20
Added AutoField introspection for MySQL
Claude Paroz
2014-11-20
Fixed #23876 -- Removed dead code in SQLAggregateCompiler.
Carl Meyer
2014-11-19
Fixed #23410 -- Avoided unnecessary rollbacks in related apps when migrating ...
Carl Meyer
2014-11-19
Fixed #21794 -- Removed deprecation warning for abstract models outside an app.
Carl Meyer
2014-11-19
Fixed #23871 -- Removed promotion of MySQL warnings to errors in DEBUG mode.
Tim Graham
2014-11-19
Fixed #22248 -- Made RenameModel reversible
Stratos Moros
2014-11-18
Deprecated calling a SQLCompiler instance.
Carl Meyer
2014-11-17
Fixed #23859 -- Fixed a migration crash when a field is renamed that is part ...
Markus Holtermann
2014-11-17
Avoided unneeded calls to state.render() in migrations.
twidi
2014-11-17
Reordered condition to avoid calling allow_migrate() if unneeded.
twidi
2014-11-17
Moved bilateral transform fetching to models.lookups
Anssi Kääriäinen
2014-11-16
Fixed #21612 -- Made QuerySet.update() respect to_field
Karen Tracey
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-15
Merge pull request #3536 from Zweedeend/ticket_23837
Carl Meyer
2014-11-15
Fixed #23835: Changed circular dependency in DFS to be less infinite
Andrew Godwin
2014-11-15
Fixes #23837: Replace list.pop(0) by deque.popleft() in dfs function in migra...
Niels Kouwenhoven
2014-11-15
Revert "Use topological sort for migration operation dependency resolution"
Tim Graham
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-15
Use topological sort for migration operation dependency resolution
Klaas van Schelven
2014-11-12
Remove Field.get_validator_unique_lookup_type()
Tim Graham
2014-11-12
Removed extra enumerate() from Query.setup_joins()
Anssi Kääriäinen
2014-11-12
Fixed #22967 -- Made Model._do_update consistent
Jozef Knaperek
2014-11-12
Improved Query.names_to_path docstring
Anssi Kääriäinen
2014-11-11
Simplified Query.build_lookup()
Anssi Kääriäinen
2014-11-10
Simplified MySQL storage engine detection using INFORMATION_SCHEMA.ENGINES table
Thomas Chaumeny
2014-11-06
Fixed #23770 -- Changed serialization strategy for floats with respect to NaN...
Markus Holtermann
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
Fixed #23420 - broken warning for unbound naive datetime objects
Andy Chosak
2014-10-31
Fixed #23738 -- Allowed migrating from NULL to NOT NULL with the same default...
Markus Holtermann
2014-10-30
Fixed #23733 -- Fixed squashing migrations that depend on multiple apps.
twidi
2014-10-30
Fixed #23556 -- Raised a more meaningful error message when migrations refer ...
Markus Holtermann
2014-10-29
Fixed #23614 -- Changed the way the migration autodetector orders unique/inde...
Markus Holtermann
2014-10-29
Limited lines to 119 characters in django/{contrib,db}.
Berker Peksag
2014-10-28
Required MySQLdb >= 1.2.5 for fractional seconds support
Claude Paroz
2014-10-28
Fixed #19716 -- Added support for microseconds with MySQL 5.6.4 and up
Claude Paroz
2014-10-28
Stopped stripping microseconds with MySQL backend
Claude Paroz
2014-10-28
Fixed #23721 -- check_related_objects without calling __iter__
Collin Anderson
2014-10-28
Fixed #23493 -- Added bilateral attribute to Transform
Thomas Chaumeny
2014-10-27
Fixed typo in MySQL backend doctring
Claude Paroz
2014-10-27
Fixed #22879 -- Intercept errors coming from cursor.__next__()
Mikhail Denisenko
2014-10-27
Fixed #23446 -- Officially recommended mysqlclient as MySQL driver
Claude Paroz
2014-10-24
Fixed #23652 -- Restored database name after destroying test database
Claude Paroz
2014-10-24
Fixed #23618 -- Allowed apps with no models to still have migrations
Claude Paroz
2014-10-23
Fixed #23702 -- Fixed adding an explicit id field on SQLite.
Tim Graham
2014-10-23
Fixed #23630 -- Made AlterModelTable rename auto-created M2M tables.
Tim Graham
2014-10-21
Fixed #23396 -- Ensured ValueQuerySets are not checked by check_related_objects.
Gabe Jackson
2014-10-20
Fixed #23629 -- Allowed autodetector to detect changes in Meta.db_table.
Tianyi Wang
2014-10-19
Fixed #23684 -- Used correct package name for Pillow in Error hint.
Nicholas Serra
[prev]
[next]