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
2015-01-16
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-16
Fixed #24146 -- Fixed a missing fields regression in admin checks.
Collin Anderson
2015-01-15
Replaced inner functions by class methods.
Simon Charette
2015-01-14
Fixed incorrect error message in Options.get_fields()
Collin Anderson
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2015-01-13
Fixed #24060 -- Added OrderBy Expressions
Josh Smeaton
2015-01-12
Fixed #9893 -- Allowed using a field's max_length in the Storage.
Pavel Shpilev
2015-01-10
Move % addition to lookups, refactor postgres lookups.
Marc Tamlyn
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-08
Simplified verbose_name_raw property
Claude Paroz
2015-01-07
Fixed null handling in Value expression
Josh Smeaton
2015-01-07
Refs #2443 -- Allowed creation of objects with NULL DurationFields
Michał Modzelewski
2015-01-07
Fixed #24078 -- Removed empty strings from GenericIPAddressField
Josh Smeaton
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-05
Fixed #23861 -- Added an API to deprecate model fields.
Tim Graham
2015-01-05
Renamed flag for detecting managers built from QuerySets with as_manager().
Markus Holtermann
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2015-01-01
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Tim Graham
2014-12-31
Fixed #23758 -- Allowed more than 5 levels of subqueries
Piotr Pawlaczek
2014-12-31
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-29
Fixed #23753 -- Oracle failure with Coalesce
Josh Smeaton
2014-12-27
Fixed #23753 -- Added a suite of SQL Functions
Josh Smeaton
2014-12-24
Fixed #10414 -- Made select_related() fail on invalid field names.
Niclas Olofsson
2014-12-23
Removed models.Field.bind() -- unused/undocumented since at least 1.0.
Tim Graham
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-23
Refs #2443 -- Move the durationfield converter logic.
Marc Tamlyn
2014-12-23
Fixed #24033 -- Use interval type on Oracle.
Marc Tamlyn
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-18
Refs #24020 -- return expressions from get_group_by_cols()
Anssi Kääriäinen
2014-12-17
Fixed #24007 -- Ensure apps registry's ready before unpickling models
Claude Paroz
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-15
Changed internal storing of abstract and concrete managers to be in a single ...
Markus Holtermann
2014-12-13
Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range
Michael Hall
2014-12-12
Fixed #23455 -- Accept either bytes or text for related_name, convert to text.
Carl Meyer
2014-12-12
Revert "Fixed #23455 -- Forced related_name to be a unicode string during dec...
Carl Meyer
2014-12-12
Fixed #23941 -- Removed implicit decimal formatting from expressions.
Josh Smeaton
2014-12-09
Remove text-mangling of default values.
Marc Tamlyn
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-11-28
Fixed #23853 -- Added Join class to replace JoinInfo
Anssi Kääriäinen
2014-11-28
Fixed #901 -- Added Model.refresh_from_db() method
Anssi Kääriäinen
2014-11-28
Fixed #16731 -- Made pattern lookups work properly with F() expressions
Thomas Chaumeny
2014-11-27
Fixed #23338 -- Added warning when unique=True on ForeigKey
Diego Guimarães
2014-11-27
Fixed #23877 -- aggregation's subquery missed target col
Anssi Kääriäinen
2014-11-27
Fixed #23875 -- cleaned up query.get_count()
Anssi Kääriäinen
2014-11-26
Fixed #23801 -- Added warning when max_length is used with IntegerField
MattBlack85
2014-11-26
Fixed #23867 -- removed DateQuerySet hacks
Anssi Kääriäinen
2014-11-26
Adjusted a comment to reflect some app refactor changes.
Simon Charette
2014-11-21
Fixed #23889 -- Added more usage of quote_name_unless_alias() to avoid deprec...
Collin Anderson
2014-11-21
Fixed #23862 -- Made ManyToManyRel.get_related_field() respect to_field.
Simon Charette
2014-11-20
Fixed #23605 -- Fixed nested subquery regression
Anssi Kääriäinen
[next]