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
/
models
Age
Commit message (
Expand
)
Author
2014-05-21
Fixed #22650 -- Fixed regression on prefetch_related.
Loic Bistuer
2014-05-17
Fixed #22421 -- Regression in fixtures loading.
Ramiro Morales
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
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-10
Fixed #22508 -- Avoided overwriting select_related.
Aymeric Augustin
2014-05-06
Fixed #22564 -- Prevented unneeded bytestrings in migrations
Claude Paroz
2014-05-06
Added a bunch of missing unicode_literals
Claude Paroz
2014-05-05
Fixed #22466 -- ordering by reverse foreign key
Anssi Kääriäinen
2014-05-05
Fixed #22489 -- missing implemenation for search lookup
Jakub Roztocil
2014-05-05
Fixed #22429 -- Incorrect SQL when using ~Q and F
Anssi Kääriäinen
2014-05-03
Moved misplaced transaction.atomic from 0dce44e16b
Claude Paroz
2014-05-02
Fixed #22540 -- Made _create_object_from_params() call create()
Claude Paroz
2014-05-01
Fixed #22539 -- Copied exclude argument in Model.full_clean() to prevent side...
Yehonatan Daniv
2014-04-30
Fixed #19195 -- Allow explicit ordering by a relation `_id` field.
Simon Charette
2014-04-29
Use the new implementation of `six.with_metaclass`.
Simon Charette
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-21
Fixed queries that may return unexpected results on MySQL due to typecasting.
Erik Romijn
2014-04-21
Appeased flake8 2.1.0.
Aymeric Augustin
2014-04-16
Fixed #22434 -- Retain ordering on related sliced subqueries.
Justin Hamade
2014-04-14
Fixed #22356 -- Added a check to make sure unique_together fields are local.
Marc Egli
2014-04-13
Fixed #21760 -- prefetch_related used an inefficient query for reverse FK.
valtron
2014-04-10
Fixed #22343 -- Disallowed select_for_update in autocommit mode
Shai Berger
2014-04-05
Fixed #22236 -- Removed inappropriate usage of signals
Claude Paroz
2014-03-30
Corrected many style guide violations that the newest version of flake8 catches
Alex Gaynor
2014-03-30
Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.
Loic Bistuer
2014-03-30
Fixed transaction handling for a number of operations on related objects.
Loic Bistuer
2014-03-26
Fixed the PostGIS circular imports caused by 1506c71a95.
Simon Charette
2014-03-25
Fixed field deconstruction tests failures introduced by 1506c71a95.
Simon Charette
2014-03-25
Fixed #12030 -- Validate integer field range at the model level.
Simon Charette
2014-03-21
Removed legacy transaction management per the deprecation timeline.
Aymeric Augustin
2014-03-21
Removed Model._meta.module_name per deprecation timeline.
Tim Graham
2014-03-21
Removed PIL compatability layer per deprecation timeline.
Tim Graham
2014-03-21
Removed Model._meta.get_(add|change|delete)_permission methods per deprecatio...
Tim Graham
2014-03-21
Removed backward compatible shims to rename get_query_set and similar queryse...
Tim Graham
2014-03-20
Fixed #22163 -- Stopped ignoring unhandled kwargs in select_for_update.
Aymeric Augustin
2014-03-14
Fixed #22001 -- Ensure db_type is respected.
Marc Tamlyn
2014-03-14
Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0.
Baptiste Mispelon
2014-03-12
Flake8 corrections
Shai Berger
2014-03-11
Fixed #22217 - ManyToManyField.through_fields fixes.
Akis Kesoglou
2014-03-10
Fixed #22210 -- Saving model instances to non-related fields.
Daniel Pyrathon
2014-03-08
Fix weird autodetector error
Andrew Godwin
2014-03-08
4 flake8 warning fixes
Alex Gaynor
2014-03-08
Fixed #22183: Through M2Ms now correctly handled
Andrew Godwin
2014-03-08
Fixed #22199: Bad max_length deconstruction for FileField
Andrew Godwin
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
[prev]
[next]