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
2017-06-28
Fixed #27473 -- Added DurationField support to Extract.
Daniel Hahler
2017-06-27
Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.
Mariusz Felisiak
2017-06-27
Fixed #28330 -- Prevented passing positional arguments to an Index.
Mariusz Felisiak
2017-06-26
Fixed #26362 -- Fixed update of the inherited id field of an object when its ...
Paulo Alvarado
2017-06-21
Fixed #28329 -- Fixed Cast() with Big/Small/Positive/PositiveSmallIntegerFiel...
Mariusz Felisiak
2017-06-17
Fixed #28319 -- Made TextField with choices use a Select widget.
Maciej Jaworski
2017-06-14
Fixed #27914 -- Added support for nested classes in Field.deconstruct()/__rep...
chillaranand
2017-06-14
Moved common code to RelatedField.deconstruct().
Adam Bogdał
2017-06-14
Fixed #24195 -- Deconstructed the limit_choices_to option of related fields.
Adam Bogdał
2017-06-13
Refs #23853 -- Updated sql.query.Query.join() docstring.
Tim Graham
2017-06-13
Fixed #28293 -- Fixed union(), intersection(), and difference() when combinin...
Mariusz Felisiak
2017-06-11
Refs #23919 -- Removed support for broken Model.__str__() in Model.__repr__().
Tim Graham
2017-06-09
Fixed #27953 -- Added instance's pk to Model.__str__().
Collin Anderson
2017-06-08
Fixed #28103 -- Added quarter extract, truncation, and lookup.
Mads Jensen
2017-06-08
Removed unused sql.Query.query_terms
Claude Paroz
2017-06-08
Fixed #28282 -- Fixed class-based indexes name for models that only inherit M...
Jon Dufresne
2017-06-05
Replaced Model._get_pk_val() with pk property.
Tim Graham
2017-06-05
Fixed #28269 -- Fixed Model.__init__() crash on models with a field that has ...
Adam Johnson
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-06-01
Fixed #27639 -- Added chunk_size parameter to QuerySet.iterator().
François Freitag
2017-06-01
Fixed #28242 -- Moved ImageField file extension validation to the form field.
Manatsawin Hanmongkolchai
2017-05-31
Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing.
Matthias Erll
2017-05-30
Fixed #28199 -- Fixed Subquery generating unnecessary/invalid CAST.
Tim Graham
2017-05-27
Fixed #28249 -- Removed unnecessary dict.keys() calls.
Jon Dufresne
2017-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-05-27
Fixed #28222 -- Allowed settable properties in QuerySet.update_or_create()/ge...
Alex
2017-05-25
Fixed #28211 -- Prevented ORing an empty Q() from reducing query join efficie...
Tom
2017-05-19
Fixed #28210 -- Fixed Model._state.adding on MTI parent model after saving ch...
Tim Graham
2017-05-18
Fixed #28206 -- Fixed RawQuerySet crash on a model with a mixed case db_colum...
Mariusz Felisiak
2017-05-11
Fixed #24254 -- Fixed queries using the __in lookup with querysets using dist...
Simon Charette
2017-05-11
Fixed #28188 -- Fixed crash when pickling model fields.
Tim Graham
2017-05-11
Fixed #28107 -- Disabled grouping of selected primary keys for unmanaged models.
Simon Charette
2017-05-09
Fixed #28164 -- Improved float conversions in DecimalField.to_python
Claude Paroz
2017-05-06
Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL.
François Freitag
2017-05-05
Fixed #28175 -- Fixed __in lookups on a foreign key when using the foreign ke...
Tim Graham
2017-05-04
Fixed #27554 -- Fixed prefetch_related() crash when fetching relations in nes...
François Freitag
2017-05-03
Fixed #28166 -- Fixed Model._state.db on MTI parent model after saving child ...
Tim Graham
2017-05-01
Refs #16187 -- Stopped compiling query compilers during lookup rhs processing.
Simon Charette
2017-04-28
Reverted "Refs #20939 -- Moved subquery ordering clearing optimization to the...
Simon Charette
2017-04-27
Refs #20939 -- Moved subquery ordering clearing optimization to the __in lookup.
Simon Charette
2017-04-27
Replaced set |= operator with update() to avoid temporary set.
Jon Dufresne
2017-04-27
Refs #27795 -- Replaced many force_text() with str()
Claude Paroz
2017-04-25
Refs #20939 -- Removed the Query._prepare_as_filter_value() hack.
Simon Charette
2017-04-25
Refs #20939 -- Removed the Query._forced_pk hack.
Simon Charette
2017-04-24
Fixed #28120 -- Checked that CharField.max_length is not a boolean.
Carles Pina Estany
2017-04-23
Fixed #28101 -- Fixed a regression with nested __in subquery lookups and to_f...
Simon Charette
2017-04-19
Fixed #28096 -- Allowed prefetch calls with ModelIterable subclasses
Claude Paroz
2017-04-10
Fixed #26788 -- Fixed QuerySet.update() crash when updating a geometry to ano...
Sergey Fedoseev
2017-04-10
Used NotSupportedError instead of DatabaseError in SQLCompiler.as_sql().
Mariusz Felisiak
2017-04-10
Fixed #28047 -- Fixed QuerySet.filter() crash when it uses the name of a OneT...
Tim Graham
[prev]
[next]