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-06-01
Fixed #22744 -- Fixed sqlite3 get_relations introspection with views
Claude Paroz
2014-06-01
Fixed #22711 -- Adjusted ordering checks to allow implicit relation fields.
Vincent-Vega
2014-06-01
Fixed #22659 -- Prevent model states from sharing field instances.
Simon Charette
2014-06-01
Merge pull request #2726 from gchp/ticket-20550
Aymeric Augustin
2014-05-30
Fixed #22682 -- `makemigrations` will create `MIGRATION_MODULES` package
Moayad Mardini
2014-05-29
Implement Migration.run_before
Chris Beaven
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-28
Simplified, very slightly, some code in the oracle backend
Alex Gaynor
2014-05-28
Merge pull request #2734 from valberg/double_order_trouble
Andrew Godwin
2014-05-29
Fixed #22720 -- Migrations attempt to create _order twice.
Víðir Valberg Guðmundsson
2014-05-28
Set straight the sense of 'uppercases_column_names' feature flag
Shai Berger
2014-05-28
Fixed #22715: Corrected sql for defaults of BinaryField on Oracle with Python3
Shai Berger
2014-05-28
Fixed #20550 -- Added ability to preserve test db between runs
Greg Chapple
2014-05-24
Fixed #22676 -- makemigrations --dry-run should not ask for defaults
Moayad Mardini
2014-05-22
Fixed #22679 -- Fixed empty tuple serialization in MigrationWriter.
Moayad Mardini
2014-05-22
Made nested deconstruction support both forms of deconstruct()
Marc Tamlyn
2014-05-21
Merge pull request #2679 from ramiro/t22421
Ramiro Morales
2014-05-21
Fixed unused import.
Loic Bistuer
2014-05-21
Fixed the ordering of prefetch lookups so that latter lookups can refer to fo...
Loic Bistuer
2014-05-21
Fixed #22650 -- Fixed regression on prefetch_related.
Loic Bistuer
2014-05-20
Revert "Fixed #22645: Allow apps with no models module to still have migrations"
Andrew Godwin
2014-05-20
Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor.
Andrew Godwin
2014-05-20
Fixed #22649: Beefed up quote_value
Andrew Godwin
2014-05-20
Merge pull request #2634 from loic/ticket22424
Andrew Godwin
2014-05-20
Add feature for implied null (needed for Firebird backend)
Andrew Godwin
2014-05-20
Fixed #22645: Allow apps with no models module to still have migrations
Andrew Godwin
2014-05-19
Revert "Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f."
Marc Tamlyn
2014-05-18
Fixed regression from a2dd618e3b4a7472fab852da450ca5eef92a922f.
Florian Apolloner
2014-05-18
Fixed #22424 -- Fixed handling of default values for TextField/BinaryField on...
Loic Bistuer
2014-05-17
Fixed #22421 -- Regression in fixtures loading.
Ramiro Morales
2014-05-17
Fixed #22626 -- Allow BinaryField defaults with SQlite.
Raphaël Barrois
2014-05-17
Fixed #22648 -- Transform.output_type should respect overridden custom_lookup...
Marc Tamlyn
2014-05-17
Merge pull request #2346 from Markush2010/ticket21905
Florian Apolloner
2014-05-16
Fixed typo.
Tim Graham
2014-05-16
Fix storing of binary fields and unicode textfields for Oracle/Python3
Shai Berger
2014-05-16
Fixed #21905 -- Add info message if DateField or TimeField use a fixed value
Markus Holtermann
2014-05-16
Fixed #18389 -- Fixed the way contribute_to_class is called
Vlad Starostin
2014-05-16
Refs #21798 - Modified error number to provide room for future expansion.
Russell Keith-Magee
2014-05-16
Fixed #21798 -- Added check for DateTime mutually exclusive options
Daniel Pyrathon
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-05-15
Fixed #20897 -- Added make_cursor() for consistent cursor creation
Tim Martin
2014-05-10
Fixed #22508 -- Avoided overwriting select_related.
Aymeric Augustin
2014-05-10
Adjusted refactoring of vendor checks.
Aymeric Augustin
2014-05-08
Fixed #22325: Ignore __first__ dependencies to your own app
Andrew Godwin
2014-05-08
Fixed #22563: Ignore AUTH_USER_MODEL errors in from_state
Andrew Godwin
2014-05-08
Added feature flags for introspection capabilities.
Aymeric Augustin
2014-05-08
Split ignores_nulls_in_unique_constraints feature.
Aymeric Augustin
2014-05-08
Replaced vendor checks by three feature flags.
Aymeric Augustin
2014-05-08
Appeased flake8.
Aymeric Augustin
2014-05-08
Fixed #22476: Couldn't alter attributes on M2Ms with through= set
Andrew Godwin
[prev]
[next]