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
/
fields
Age
Commit message (
Expand
)
Author
2014-11-27
Fixed #23338 -- Added warning when unique=True on ForeigKey
Diego GuimarĂ£es
2014-11-26
Fixed #23801 -- Added warning when max_length is used with IntegerField
MattBlack85
2014-11-26
Adjusted a comment to reflect some app refactor changes.
Simon Charette
2014-11-21
Fixed #23862 -- Made ManyToManyRel.get_related_field() respect to_field.
Simon Charette
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-15
Fixed #14030 -- Allowed annotations to accept all expressions
Josh Smeaton
2014-11-12
Remove Field.get_validator_unique_lookup_type()
Tim Graham
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
Fixed #23420 - broken warning for unbound naive datetime objects
Andy Chosak
2014-10-19
Fixed #23684 -- Used correct package name for Pillow in Error hint.
Nicholas Serra
2014-10-08
Fixed #23611 -- update_or_create failing from a related manager
Loic Bistuer
2014-10-04
Fixed #22064 -- Add check for related_name
André Ericson
2014-09-29
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
Thomas Chaumeny
2014-09-25
Fixed #23455 -- Forced related_name to be a unicode string during deconstruct...
Markus Holtermann
2014-09-24
Fixed #23550 -- Normalized get_queryset() of RelatedObjectDescriptor
Loic Bistuer
2014-09-16
Fixed #19463 -- Added UUIDField
Marc Tamlyn
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-08-14
Fixed #23288: deconstruct() ignoring related_name
Andrew Godwin
2014-08-05
Removed code that assumed BooleanField could be null.
Tim Graham
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-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-06-30
Fixed problem with refs #10811.
Anubhav Joshi
2014-06-23
Fixed #22889: Unneeded to_field in fk.deconstruct causing swap issues
Andrew Godwin
2014-06-05
Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...
Anubhav Joshi
2014-05-21
Merge pull request #2679 from ramiro/t22421
Ramiro Morales
2014-05-17
Fixed #22421 -- Regression in fixtures loading.
Ramiro Morales
2014-05-16
Fixed #21905 -- Add info message if DateField or TimeField use a fixed value
Markus Holtermann
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-06
Fixed #22564 -- Prevented unneeded bytestrings in migrations
Claude Paroz
2014-05-06
Added a bunch of missing unicode_literals
Claude Paroz
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-13
Fixed #21760 -- prefetch_related used an inefficient query for reverse FK.
valtron
2014-03-30
Fixed #19816 -- Pre-evaluate querysets used in direct relation assignments.
Loic Bistuer
2014-03-30
Fixed transaction handling for a number of operations on related objects.
Loic Bistuer
2014-03-26
Fixed the PostGIS circular imports caused by 1506c71a95.
Simon Charette
[next]