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
2014-08-06
Fixed #21603 -- Fixed complex RawQuerySets queries on some versions of SQLite.
Alex Hill
2014-08-05
Removed code that assumed BooleanField could be null.
Tim Graham
2014-08-05
Fixed #23061: Avoided setting a limit on a query for get with select_for_upda...
Shai Berger
2014-08-04
Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.
Stanislas Guerra
2014-08-03
Removed unnecessary code in ManyToManyField.deconstruct()
Baptiste Mispelon
2014-08-03
Added missing logic to TimeField.deconstruct().
Baptiste Mispelon
2014-08-03
Fixed #23156 -- Added missing BinaryField.deconstruct() method.
Baptiste Mispelon
2014-08-01
Fixed #21940 -- Added kwargs to contribute_to_class() of model fields..
Mitar
2014-07-30
Fixed #23112 -- Field.get_choices tries to index an iterable
areski
2014-07-27
Fixed #23098 -- Checked that lazy choices are not evaluated too soon
Florian Apolloner
2014-07-26
Fixed #23101 db_table wasn't copied in deconstruct
Abraham Martin
2014-07-26
Fixed #22887 -- Added comment for translators on unique_for_date error message
Federico Frenguelli
2014-07-16
Fixed #22998 -- Updated the fast_delete logic for GFKs
Gavin Wahl
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
[prev]
[next]