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
2012-05-12
Fixed #4102 -- Allow update of specific fields in model.save()
Andrei Antoukh
2012-05-10
Replaced foo.next() by next(foo).
Claude Paroz
2012-05-09
Fix proxy model Query.remove_inherited_models()
Anssi Kääriäinen
2012-05-07
Made model fields comparable to other objects
Simon Charette
2012-05-07
Imported zip from future_builtins instead of itertools.izip.
Claude Paroz
2012-05-01
Fixed #17742 -- Handled aware datetimes in DateField
Aymeric Augustin
2012-04-29
Switch a datastructure internal to the ORM to be a set, instead of a dictionary.
Alex Gaynor
2012-04-29
Fixed #17644 -- Changed Query.alias_map to use namedtuples
Adrian Holovaty
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Removed unused variable from sql/query.py
Anssi Kääriäinen
2012-04-29
Prevent Oracle from changing field.null to True
Anssi Kääriäinen
2012-04-29
Simplified QuerySet field.null handling
Anssi Kääriäinen
2012-04-24
Fixed #17653 -- Changed MySQL backend to raise a ValueError if zero is used a...
Anssi Kääriäinen
2012-04-22
Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...
Alex Gaynor
2012-04-20
Fixed #17615 -- Corrected unique field validation when using multitable inher...
Anssi Kääriäinen
2012-04-20
Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no o...
Anssi Kääriäinen
2012-04-12
Fixed #18002 -- Fixed typo in attribute name in ReverseSingleRelatedObjectDes...
Claude Paroz
2012-04-11
Fixed #17439 -- Prevented spurious queries for missing objects after prefetch...
Aymeric Augustin
2012-04-10
Made the caching of related and reverse related objects consistent in OneToOn...
Aymeric Augustin
2012-04-10
Fixed #18090 -- Applied filters when running prefetch_related backwards throu...
Aymeric Augustin
2012-04-09
Fixed #18083 -- Fixed cascade deletion with proxy model of concrete subclass....
Carl Meyer
2012-04-09
Fixed #17877 -- Ensured that extra WHERE clauses get correctly ANDed when the...
Julien Phalip
2012-04-08
Fixed #18014 -- Removed rev_join_map from sql/query.py.
Anssi Kääriäinen
2012-03-31
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2012-03-29
Fixed #17870 -- Documented that EmailField default max_length of 75 does not ...
Claude Paroz
2012-03-22
Used SortedDict instead of dict to avoid random errors that may occur when di...
Aymeric Augustin
2012-03-17
Fixed #17918 - Handle proxy models correctly when sorting deletions for datab...
Carl Meyer
2012-03-13
Fixed #10498 (again) -- Made sure the improvements done in r17641 have a smal...
Jannis Leidel
2012-03-12
Fix #17876: Corrected an exception (regression) raised where select_realted a...
Karen Tracey
2012-03-05
Fixed #16128 - Correctly cascade-delete proxy models as if they were the conc...
Carl Meyer
2012-03-03
Fixed #10498 -- Fixed using ugettext_lazy values when creating model instance...
Jannis Leidel
2012-03-02
Edited stuff from [17543] to [17629]
Adrian Holovaty
2012-03-01
Fixed #17696 - Queryset prefetch_related() ignores using()
Luke Plant
2012-02-28
Fixed #17668 - prefetch_related does not work in in_bulk
Luke Plant
2012-02-22
Fixed #17728 -- When filtering an annotation, ensured the values used in the ...
Aymeric Augustin
2012-02-22
Fixed #17678 -- Corrected setup of _meta.proxy_for_model and added _meta.conc...
Carl Meyer
2012-02-09
Fixed #17219 -- Updated model field descriptions to be more precise. Thanks, ...
Jannis Leidel
2012-02-05
Fixed #11670 -- Prevented genuine model fields named 'year', 'month', 'gt', '...
Julien Phalip
2012-02-04
Fixed #17527 -- Improved exception message when adding the wrong type of obje...
Jannis Leidel
2012-01-24
Added a missing warning forgotten in r17392.
Jannis Leidel
2012-01-24
Fixed #17580 -- Made sure datetime.date instances are correctly handled when ...
Jannis Leidel
2012-01-03
Fixed #17429 -- Ensured that `Meta.ordering=None` works the same if it were a...
Julien Phalip
2012-01-02
Fixed #16340 -- Made `get_or_create()` re-raise any `IntegrityError` with its...
Julien Phalip
2011-12-22
Added support for modifying the effect of ``DISTINCT`` clauses so they
Ramiro Morales
2011-12-17
Fixed various dodgy behaviours
Adrian Holovaty
2011-12-09
Fixed #16818 -- Fixed ORM bug with many-to-many add() method where it wasn't ...
Adrian Holovaty
2011-12-05
Fixed #17335 -- Added supports_select_related hook for django-nonrel. Thanks,...
Adrian Holovaty
2011-11-29
Small code clarification in prefetch_related code using better variable names
Luke Plant
2011-11-25
Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...
Aymeric Augustin
2011-11-19
Fixed #17263 -- Added a warning when a naive datetime reaches the database la...
Aymeric Augustin
[prev]
[next]