summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2015-01-27Fixed #24210 -- Cleaned up relational fields __init__().Loic Bistuer
2015-01-27Fixed #24154 -- Backends can now check support for expressionsJosh Smeaton
2015-01-22Fixed #24104 -- Fixed check to look on field.many_to_many instead of class in...Andriy Sokolovskiy
2015-01-22Fixed small inconsistency when handling aggregate's default_alias.Loic Bistuer
2015-01-20Fixed typos in code comments.Adam Taylor
2015-01-20Fixed a query failure on Python 3.5; refs #23763.Tim Graham
2015-01-20Fixed #24183 -- Fixed wrong comparisons in SubstrJosh Smeaton
2015-01-20Fixed #24155 -- Maintained kwargs and import order in migration writerMarkus Holtermann
2015-01-19Advanced deprecation warnings for Django 1.9.Tim Graham
2015-01-19Removed IPAddressField per deprecation timeline; refs #20439.Tim Graham
2015-01-19Removed legacy ORM lookup support per deprecation timeline; refs #16187.Tim Graham
2015-01-19Fixed #24163 -- Removed unique constraint after index on MySQLMarkus Holtermann
2015-01-19Fixed #24174 -- Fixed extra order by descendingJosh Smeaton
2015-01-18Removed obsolete SQL generation methods.Tim Graham
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
2015-01-18Removed support for callable QuerySet arguments per deprecation timeline; ref...Tim Graham
2015-01-17Removed BaseDatabaseValidation.validate_field() per deprecation timeline.Tim Graham
2015-01-17Removed deprecated aliases in django.db.models.Tim Graham
2015-01-17Required sqlparse for SQL splitting per deprecation timeline.Tim Graham
2015-01-17Removed support for custom SQL per deprecation timeline.Tim Graham
2015-01-17Removed support for old-style test database settings per deprecation timeline.Tim Graham
2015-01-17Removed the syncdb command per deprecation timeline.Tim Graham
2015-01-17Removed pre_syncdb and post_syncdb signals per deprecation timeline.Tim Graham
2015-01-17Removed django.db.models.loading per deprecation timeline.Tim Graham
2015-01-17Removed backwards compatibility shims for "util" modules per deprecation time...Tim Graham
2015-01-17Removed fallback suport for allow_syncdb() in database routers per deprecatio...Tim Graham
2015-01-16Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn
2015-01-16Fixed #24146 -- Fixed a missing fields regression in admin checks.Collin Anderson
2015-01-15Fixed #24135 -- Made RenameModel rename many-to-many tables.Tim Graham
2015-01-15Replaced inner functions by class methods.Simon Charette
2015-01-14Moved check_aggregate_support to BaseSpatialOperationsClaude Paroz
2015-01-14Fixed incorrect error message in Options.get_fields()Collin Anderson
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2015-01-14Fixed #24075 -- Prevented running post_migrate signals when unapplying initia...Markus Holtermann
2015-01-14Fixed #24147 -- Prevented managers leaking model during migrationsMarkus Holtermann
2015-01-12Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski
2015-01-13Fixed test failures in Oracle introspectionShai Berger
2015-01-13Fixed #24060 -- Added OrderBy ExpressionsJosh Smeaton
2015-01-12Fixed #17785 -- Preferred column names in get_relations introspectionClaude Paroz
2015-01-12Fixed #24129 -- Added indicator that migrations are rendering the initial stateMarkus Holtermann
2015-01-12Fixed #24123 -- Used all available migrations to generate the initial migrati...Markus Holtermann
2015-01-12Fixed #9893 -- Allowed using a field's max_length in the Storage.Pavel Shpilev
2015-01-11Removed supports_binary_field flag as all backends support themClaude Paroz
2015-01-11Refs #24110 -- Added a more descriptive release note and fixed a spelling mis...Markus Holtermann
2015-01-10Fixed #24110 -- Rewrote migration unapply to preserve intermediate statesMarkus Holtermann
2015-01-10Move % addition to lookups, refactor postgres lookups.Marc Tamlyn
2015-01-10Introspected alternate SQLite FK definitionsClaude Paroz
2015-01-10Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.Loic Bistuer
2015-01-09Fixed #24098 -- Added no-op attributes to RunPython and RunSQLMarkus Holtermann
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen