summaryrefslogtreecommitdiff
path: root/django/db/models/fields
AgeCommit message (Expand)Author
2013-07-26[1.6.x] Fixed related model lookup regressionAnssi Kääriäinen
2013-07-23[1.6.x] Fixed #20791 -- Reworded ForeignKey default error messageersran9
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 #20740Tim 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 FieldFileClaude Paroz
2013-06-27Add related_query_name to ForeignKey/M2M. Refs #20244Andrew Godwin
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-06-18Refactored ValidationError to allow persisting error params and error codes a...Loic Bistuer
2013-06-13Fixed #20594 -- Add validation to models.SlugField.Baptiste Mispelon
2013-06-01Fixed #20337 -- Clarified error message when database relation is not allowed.Dan Loewenherz
2013-05-27Fixed #17582 - Added message to DoesNotExist exceptions.Tim Graham
2013-05-20Fixed #9321 -- Deprecated hard-coding of help text in model ManyToManyField f...Ramiro Morales
2013-05-20Fixed #20378 -- regression in GenericRelation on abstract modelAnssi Kääriäinen
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-07Remove unnecessary check on __set__ parameters.Mike Fogel
2013-04-05Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.Simon Charette
2013-04-01Fixed deprecation warnings introduced by 97774429aeb54df4c09895c07cd1b09e7020...Simon Charette
2013-03-24Fixed field.rel.field_name handlingAnssi Kääriäinen
2013-03-24Python 2.6 compatibility for #19385Anssi Kääriäinen
2013-03-24Fixed #19385 again, now with real code changesAnssi Kääriäinen
2013-03-24Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin
2013-03-22Fixed #20094 - Be more careful when checking for IteratorMarc Tamlyn
2013-03-17Fixed #19635 -- Made fields pickleableAnssi Kääriäinen
2013-03-17Merge pull request #902 from evildmp/BLANK_CHOICE_NONEAymeric Augustin
2013-03-13removed unused BLANK_CHOICE_NONEDaniele Procida
2013-03-12Fixed #19964 -- Removed relabel_aliases from some structsAnssi Kääriäinen
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-03-07Added a ManyToManyField(db_constraint=False) option, this allows not creating...Alex Gaynor
2013-03-06Fixed #19989 -- Suppressed UnicodeWarning during BinaryField validationClaude Paroz
2013-03-02Added support for serializing BinaryFieldClaude Paroz
2013-03-02Add a BinaryField model fieldClaude Paroz
2013-02-25Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin
2013-02-23Proposed fix for #18162.Tomek Paczkowski
2013-02-23Fixed #19816: pre-evaluate queryset on m2m setTomek Paczkowski
2013-02-23Fixed empty strings + to_field regression on OracleAnssi Kääriäinen
2013-02-20Added a db_constraint option to ForeignKeys.Alex Gaynor
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-01-08Fixed #17541 -- Fixed non-saved/nullable fk queryingAnssi Kääriäinen
2013-01-02Fixed #19547 -- Caching of related instances.Aymeric Augustin
2012-12-30Moved join path generation to FieldAnssi Kääriäinen
2012-12-27Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.Aymeric Augustin
2012-11-04use six.string_types for python3Mike Johnson
2012-11-04model_split: Fixed #19236 - fixed error for abstract models with a split methodMike Johnson
2012-10-31Removed dupe_avoidance from sql/query and sql/compiler.pyAnssi Kääriäinen
2012-10-28Fixed #18823 -- Ensured m2m.clear() works when using through+to_fieldAnssi Kääriäinen
2012-10-09Fix exception message from 3190abcd. Refs #18153.Aymeric Augustin
2012-10-09Fixed #18153 -- Reverse OneToOne lookups on unsaved instances.Aymeric Augustin
2012-10-03Fixed #19049 -- Corrected dumb logic negation error from earlier patch.Russell Keith-Magee