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-02-09
Fixed #21868: Don't die when seeing py3 namespace packages for mig dirs
Andrew Godwin
2014-02-09
Fixed #21958: Handle dependencies for swappable models in AddField
Andrew Godwin
2014-02-09
Fixed #21844: Move quote_parameter off of Operations and rename
Andrew Godwin
2014-02-09
Fixed #21842: Remove redundant DatabaseFeatures.max_index_name_length
Andrew Godwin
2014-02-09
Raise (pending) deprecation warning for allow_syncdb.
Marc Tamlyn
2014-02-09
Fixed #21968: Bad detection of old-style apps to add initial migration
Andrew Godwin
2014-02-09
Fixed #21954: Raise nice error when serializing datetimes with timezones
Andrew Godwin
2014-02-09
Removed unused imports + other flake8 fixes.
Tim Graham
2014-02-09
Fixed #21917: Overly cautious SQLite3 backend for null fields + defaults
Andrew Godwin
2014-02-09
Fixed #21892: RunPython no longer accepts strings
Andrew Godwin
2014-02-08
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-02-08
Fixed #16192 -- Made unique error messages in ModelForm customizable.
Loic Bistuer
2014-02-06
Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...
Vajrasky Kok
2014-02-05
Fix pep8 violation in migration template.
Marc Tamlyn
2014-02-04
Fixed #21748 -- join promotion for negated AND conditions
Anssi Kääriäinen
2014-02-02
Make mysql's CursorWrapper a contextmanager.
Michael Manfre
2014-02-02
Removed an unused import which snuck in.
Alex Gaynor
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-02-02
Made SQLCompiler.execute_sql(result_type) more explicit.
Michael Manfre
2014-01-30
Made Oracle introspect FloatFields correctly
Shai Berger
2014-01-29
Made Oracle introspect boolean fields
Shai Berger
2014-01-28
Fixed #21883 -- Added six.moves.xrange import
Anssi Kääriäinen
2014-01-28
Fixed #21853 -- Fixed Manager.__module__ to properly return 'django.db.models...
Loic Bistuer
2014-01-27
Fixed #21874 -- Require Django applications to have a filesystem path.
Carl Meyer
2014-01-27
Fixed #21872: Not detecting dependencies from M2M fields
Andrew Godwin
2014-01-26
Fixed #21877 -- Renamed django.apps.base to config.
Aymeric Augustin
2014-01-26
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2014-01-25
Unroll choices iterators in field deconstruction
Andrew Godwin
2014-01-25
Fixed #21783: More SQLite default fun with nulls.
Andrew Godwin
2014-01-24
Fix soft-apply detection of migrations with dependencies
Andrew Godwin
2014-01-24
Fixed #21787 -- regression in MTI .exclude() queries
Anssi Kääriäinen
2014-01-22
Fixed #21852 -- Make migration writer serialize iterators
Markus Holtermann
2014-01-21
Corrected problem with MySQL checks handler and related fields.
Russell Keith-Magee
2014-01-20
Use date_extract_sql() for DateFields
Anssi Kääriäinen
2014-01-20
Fixed regex lookup on Oracle
Anssi Kääriäinen
2014-01-20
Fixed Oracle in lookup when more than 1000 params
Anssi Kääriäinen
2014-01-20
Removed an inactive system check for upload_to.
Russell Keith-Magee
2014-01-19
Fixed a small collection of flake8 violations that had snuck in
Alex Gaynor
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-19
Fixed #21290: Documented migration serializing and improved error
Andrew Godwin
2014-01-19
Fixed #21664: Multi-table inheritance was duplicating _ptr fields
Andrew Godwin
2014-01-19
Fixed #21786: Bad behaviour when mixins + abstract bases for migrations
Andrew Godwin
2014-01-19
Fixed #21783: (again) Found second source of bug, also squashed it.
Andrew Godwin
2014-01-19
Merge pull request #1681 from loic/migrations.format
Andrew Godwin
2014-01-20
Fixed #21323 -- Improved readability of serialized Operation.
Loic Bistuer
2014-01-19
Fix unicode default input on py3
Andrew Godwin
2014-01-19
Fixed #21783: Use defaults for adding NOT NULL on sqlite
Andrew Godwin
2014-01-19
Implement swappable model support for migrations
Andrew Godwin
2014-01-19
Fixed Oracle query failures caused by lookup refactor
Anssi Kääriäinen
2014-01-18
Fixed #21821 -- db_type argument for field_cast_sql
Anssi Kääriäinen
[prev]
[next]