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
2012-06-11
Fixed #18463 -- Forced type() argument to be a byte string
Claude Paroz
2012-06-09
Fixed #17760 -- Implemented callable database features as cached properties
Claude Paroz
2012-06-07
Fixed #18432 -- Prevented the ForeignKey field from creating an invalid query...
Jann Kleen
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-06
Small cleanup in prefetch_related code
Luke Plant
2012-06-06
Fixed #18309 - Prefetch related does not work for fkey to multitable inherite...
Luke Plant
2012-06-01
Fixed a typo in a comment. Refs #17742.
Aymeric Augustin
2012-05-31
Fixed #18407 -- Made model field's to_python methods fully accept unicode.
Claude Paroz
2012-05-27
Fixed #18135 -- Close connection used for db version checking
Michael Newman
2012-05-27
Fixed #18343 -- Cleaned up deferred model implementation
Anssi Kääriäinen
2012-05-24
Fixed qs.order_by() join promotion for already existing joins
Anssi Kääriäinen
2012-05-24
Fixed #18177 -- Cached known related instances.
Aymeric Augustin
2012-05-22
Fixed #18319 -- Added 'supports_sequence_reset' DB feature
Anssi Kääriäinen
2012-05-22
Replaced 'next' testing by collections.Iterator testing.
Claude Paroz
2012-05-22
Fixed #18304 -- Optimized save() when update_can_self_select=False
Anssi Kääriäinen
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-18
Fixed #18334 -- Fixed detection of supports_stddev backend feature.
Claude Paroz
2012-05-17
Fixed #9893 -- Validated the length of file names
Aymeric Augustin
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-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-04-30
Made get_indexes() consistent across backends.
Anssi Kääriäinen
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-29
Made table_names() output sorted.
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-24
Fixed #16961 -- Skipped resetting AUTO_INCREMENT fields for MySQL if the serv...
Anssi Kääriäinen
2012-04-22
Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...
Alex Gaynor
2012-04-21
Fixed #18116 -- Raised minimum MySQL version officially suported to 5.0.3.
Ramiro Morales
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-04-02
Fixed #15782 -- Prevented MySQL backend to crash on runserver when db server ...
Claude Paroz
2012-03-31
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-29
Fixed #17870 -- Documented that EmailField default max_length of 75 does not ...
Claude Paroz
[prev]
[next]