summaryrefslogtreecommitdiff
path: root/django/db/models/fields
AgeCommit message (Expand)Author
2013-10-03Fixed #21216 -- Allow `OneToOneField` reverse accessor to be hidden.Simon Charette
2013-09-30Fixed #3871 -- Fixed regression introduced by 04a2a6b.Loic Bistuer
2013-09-30Fixed #13724: Corrected routing of write queries involving managers.Russell Keith-Magee
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-09-25Fixed #3871 -- Custom managers when traversing reverse relations.Loic Bistuer
2013-09-18Fixed #12568 -- no error when accessing custom field's descriptorAnssi Kääriäinen
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-09-07Negligible style fix.Aymeric Augustin
2013-09-06Fixed #10164 -- Made AutoField increase monotonically on SQLiteChris Wilson
2013-08-30Fixed #20999 - Allow overriding formfield class with choices, without subclas...Carl Meyer
2013-08-29Fixed #20989 -- Removed explicit list comprehension inside dict() and tuple()Tim Graham
2013-08-29Fixed #14786 -- Fixed get_db_prep_lookup calling get_prep_value twice if prep...Tim Graham
2013-08-21Fixed #20946 -- model inheritance + m2m failureAnssi Kääriäinen
2013-08-21Fixed #20820 -- Model inheritance + m2m fixture loading regressionAnssi Kääriäinen
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-07-31Fixed #20649 -- Allowed blank field display to be defined in the initial list...Alex Couper
2013-07-31Fixed #20348 -- Consistently handle Promise objects in model fields.Tai Lee
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-26Fixed related model lookup regressionAnssi Kääriäinen
2013-07-23Fixed #20761 -- Reworded ForeignKey default error messageersran9
2013-07-23Minor change to get_extra_descriptor_filter()Anssi Kääriäinen
2013-07-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham
2013-07-12Fixed #20740 -- GenericIPAddressField should pass protocol to formfield()Tim Graham
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-07-02Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-01Removed some conditional code only needed under Python 2.6.Aymeric Augustin
2013-06-30Removed a comment that wasn't adding a value.Alex Gaynor
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-29Fixed #20660 -- Do not try to delete an unset FieldFileClaude Paroz
2013-06-28Fix Python 3 supportAndrew Godwin
2013-06-28Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-28Ported over Field.deconstruct() from my schema alteration branch.Andrew Godwin
2013-06-27Add related_query_name to ForeignKey/M2M. Refs #20244Andrew Godwin
2013-06-22Remove EmailField max_length default removal in deconstruct()Andrew Godwin
2013-06-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew 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-07Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
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-18Add a deconstruct() method to Fields.Andrew Godwin
2013-05-18Merge branch 'master' into schema-alterationAndrew Godwin
2013-05-17Replaced an antiquated pattern.Aymeric Augustin
2013-05-10Merge branch 'master' into schema-alterationAndrew Godwin
2013-05-09Rest of the _meta.app_cache stuff. Schema tests work now.Andrew Godwin
2013-05-09Whoops. Need to be good and use six.Andrew Godwin