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
/
fields
Age
Commit message (
Expand
)
Author
2014-04-21
[1.6.x] Fixed queries that may return unexpected results on MySQL due to type...
Erik Romijn
2014-04-13
[1.6.x] Fixed #21760 -- prefetch_related used an inefficient query for revers...
valtron
2013-11-13
[1.6.x] Fixed #21410 -- prefetch_related() for ForeignKeys with related_name='+'
Loic Bistuer
2013-10-13
[1.6.x] Fixed #19560 -- Identified field in warning for naive datetime.
Aymeric Augustin
2013-08-30
[1.6.x] Fixed #20999 - Allow overriding formfield class with choices, without...
Carl Meyer
2013-08-29
[1.6.x] Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice...
Tim Graham
2013-08-20
[1.6.x] Fixed #20820 -- Model inheritance + m2m fixture loading regression
Anssi Kääriäinen
2013-07-26
[1.6.x] Fixed related model lookup regression
Anssi Kääriäinen
2013-07-23
[1.6.x] Fixed #20791 -- Reworded ForeignKey default error message
ersran9
2013-07-23
[1.6.x] Minor change to get_extra_descriptor_filter()
Anssi Kääriäinen
2013-07-12
[1.6.x] Fixed backport of #20740
Tim Graham
2013-07-12
[1.6.x] Fixed #20740 -- GenericIPAddressField should pass protocol to formfie...
Tim Graham
2013-06-29
[1.6.x] Fixed #20660 -- Do not try to delete an unset FieldFile
Claude Paroz
2013-06-27
Add related_query_name to ForeignKey/M2M. Refs #20244
Andrew Godwin
2013-06-18
Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...
Loic Bistuer
2013-06-18
Refactored ValidationError to allow persisting error params and error codes a...
Loic Bistuer
2013-06-13
Fixed #20594 -- Add validation to models.SlugField.
Baptiste Mispelon
2013-06-01
Fixed #20337 -- Clarified error message when database relation is not allowed.
Dan Loewenherz
2013-05-27
Fixed #17582 - Added message to DoesNotExist exceptions.
Tim Graham
2013-05-20
Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField f...
Ramiro Morales
2013-05-20
Fixed #20378 -- regression in GenericRelation on abstract model
Anssi Kääriäinen
2013-05-17
Replaced an antiquated pattern.
Aymeric Augustin
2013-05-07
Remove unnecessary check on __set__ parameters.
Mike Fogel
2013-04-05
Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.
Simon Charette
2013-04-01
Fixed deprecation warnings introduced by 97774429aeb54df4c09895c07cd1b09e7020...
Simon Charette
2013-03-24
Fixed field.rel.field_name handling
Anssi Kääriäinen
2013-03-24
Python 2.6 compatibility for #19385
Anssi Kääriäinen
2013-03-24
Fixed #19385 again, now with real code changes
Anssi Kääriäinen
2013-03-24
Fixed #15124 -- Changed the default for BooleanField.
Aymeric Augustin
2013-03-22
Fixed #20094 - Be more careful when checking for Iterator
Marc Tamlyn
2013-03-17
Fixed #19635 -- Made fields pickleable
Anssi Kääriäinen
2013-03-17
Merge pull request #902 from evildmp/BLANK_CHOICE_NONE
Aymeric Augustin
2013-03-13
removed unused BLANK_CHOICE_NONE
Daniele Procida
2013-03-12
Fixed #19964 -- Removed relabel_aliases from some structs
Anssi Kääriäinen
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2013-03-07
Added a ManyToManyField(db_constraint=False) option, this allows not creating...
Alex Gaynor
2013-03-06
Fixed #19989 -- Suppressed UnicodeWarning during BinaryField validation
Claude Paroz
2013-03-02
Added support for serializing BinaryField
Claude Paroz
2013-03-02
Add a BinaryField model field
Claude Paroz
2013-02-25
Fixed #19634 -- Added proper __hash__ methods.
Aymeric Augustin
2013-02-23
Proposed fix for #18162.
Tomek Paczkowski
2013-02-23
Fixed #19816: pre-evaluate queryset on m2m set
Tomek Paczkowski
2013-02-23
Fixed empty strings + to_field regression on Oracle
Anssi Kääriäinen
2013-02-20
Added a db_constraint option to ForeignKeys.
Alex Gaynor
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-01-08
Fixed #17541 -- Fixed non-saved/nullable fk querying
Anssi Kääriäinen
2013-01-02
Fixed #19547 -- Caching of related instances.
Aymeric Augustin
2012-12-30
Moved join path generation to Field
Anssi Kääriäinen
2012-12-27
Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.
Aymeric Augustin
[next]