index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
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-07-14
Fixed name of database connection feature
Shai Berger
2014-07-14
Fixed #22994 -- regression with generic FK + admin list_view
Anssi Kääriäinen
2014-07-09
Fixed #19671 -- Added warnings that null and validators are ignored for ManyT...
Anubhav Joshi
2014-07-05
Fixed various minor doc typos / references.
Daniel Hahler
2014-07-04
Fixed #20631 -- Increased the default EmailField max_length to 254.
Tim Graham
2014-07-02
Fixed #22935 -- Changed ForeignKey.default_error_messages['invalid'] to refer...
Anubhav Joshi
2014-07-01
Fixed #19501 -- added Model.from_db() method
Anssi Kääriäinen
2014-07-01
Fixed #14334 -- Query relation lookups now check object types.
Anubhav Joshi
2014-06-30
Fixed problem with refs #10811.
Anubhav Joshi
2014-06-25
Fixed #22050 -- Fixed defer fields on proxy related models.
Lovas Bence
2014-06-23
Fixed #22889: Unneeded to_field in fk.deconstruct causing swap issues
Andrew Godwin
2014-06-23
Fixed problem introduced with #refs 13711.
Anubhav Joshi
2014-06-18
Fixed #22778 -- Added a model Meta option to define default_related_name.
Renaud Parent
2014-06-17
Fixed #13711 -- Model check added to ensure that auto-generated column name i...
Anubhav Joshi
2014-06-17
Fixed #22819 -- Renamed output_type -> output_field in query expression API.
Tim Graham
2014-06-14
Improved code style of Query.table_alias() usage.
Jorge C. Leitão
2014-06-14
Removed unnecessary attribute assigment to SQLCompiler.
Jorge C. Leitão
2014-06-14
Fixed #22826 -- Improved internal usage of Query.setup_joins.
Jorge C. Leitão
2014-06-11
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...
Anubhav Joshi
2014-06-05
Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...
Anubhav Joshi
2014-06-02
Fixed #22690 -- Added a check for proxy models containing fields.
Craig de Stigter
2014-06-01
Fixed #22711 -- Adjusted ordering checks to allow implicit relation fields.
Vincent-Vega
2014-05-28
Fixed several typos in Django
Alex Gaynor
2014-05-29
Fixed #22720 -- Migrations attempt to create _order twice.
Víðir Valberg Guðmundsson
2014-05-21
Merge pull request #2679 from ramiro/t22421
Ramiro Morales
2014-05-21
Fixed the ordering of prefetch lookups so that latter lookups can refer to fo...
Loic Bistuer
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
[next]