summaryrefslogtreecommitdiff
path: root/django/db/models/fields
AgeCommit message (Expand)Author
2011-08-22Improved error message display during validation errors.Malcolm Tredinnick
2011-08-13Fixed #14695 -- Stopped model fields from incorrectly overwriting the field n...Jannis Leidel
2011-08-12Fixed #10405 -- Raise a more useful error if the formfield of a related model...Jannis Leidel
2011-07-29Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, B...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-13Fixed #16246 -- Fixed GenericIPAddressField tests on PostgreSQL.Jannis Leidel
2011-06-13Refs #16234: Avoid GenericIPAddressField clobbering Field default_error_messa...Karen Tracey
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel
2011-06-09Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Le...Andrew Godwin
2011-06-07Made clear() on a reverse foreign key significantly more efficient. Thanks t...Alex Gaynor
2011-05-03Fixed #5931 -- Added __repr__ to db fields. Thanks, Thomas Güttler, emulbreh...Jannis Leidel
2011-04-20Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning...Carl Meyer
2011-04-02Removed deprecated XMLField.Russell Keith-Magee
2011-03-30Removed deprecated legacy connection handling for `Field.get_db_*`.Alex Gaynor
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-03-10Fixed #15559 - distinct queries introduced by [15607] cause errors with some ...Luke Plant
2011-03-03Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee
2011-02-21Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate options ...Luke Plant
2011-01-28Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fieldsLuke Plant
2011-01-26Fixed #15161 - Corrected handling of ManyToManyField with through table using...Carl Meyer
2011-01-26Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to d...Carl Meyer
2011-01-25Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no...Carl Meyer
2011-01-13Fixed #13668 -- Corrected database router methods invocation for ManyToMany f...Ramiro Morales
2010-12-12Fixed #12955 -- Use the size attribute of the file instead of len() to suppor...Jannis Leidel
2010-12-04Normalized the name order of arguments. There's no actual bug here, other tha...Russell Keith-Magee
2010-11-17Fixed #14257 -- removed ManyToManyField.isValidIDList which was completely de...Alex Gaynor
2010-11-16Fixed #14691 -- Made ForeignKey.validate() use the right database. Thanks Mar...Ramiro Morales
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-11-02Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase meta...Alex Gaynor
2010-10-28Fixed #14471 -- Corrected a regression in the use of methods on custom manage...Russell Keith-Magee
2010-10-15Change the stacklevel for Field deprecation warnings to correctly point to th...Chris Beaven
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-09Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...Russell Keith-Magee
2010-10-08Fixed #10970 -- Initialize DateFields with datetime.date objects, not datetim...Jannis Leidel
2010-10-01Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...Jannis Leidel
2010-08-07Fixed #13516 -- Added an internal type definition for AutoFields, so that sub...Russell Keith-Magee
2010-08-07Fixed #13552 -- Added a 'using' parameter to database signals. Thanks to gman...Russell Keith-Magee
2010-08-05Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are used on a...Russell Keith-Magee
2010-07-30Fixed #13730 -- Removed the hard-coding of the requirement that ForeignKeys h...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-28Fixed #13432 -- Corrected the logic for router use on OneToOne fields; also a...Russell Keith-Magee
2010-04-27Fixed #12749 -- Corrected a problem with validation of inline primary keys. T...Russell Keith-Magee
2010-04-27Refs #13427 -- Removed translation from verbose_name and verbose_name_plural ...Russell Keith-Magee
2010-04-27Fixed #13407 -- Corrected verbose names for autogenerated m2m models, and cle...Russell Keith-Magee
2010-04-21Fixed #13328 -- Ensured that querysets on models with callable defaults can b...Russell Keith-Magee
2010-04-20Fixed #13366 -- Corrected the field __setstate__ method to avoid a race condi...Russell Keith-Magee
2010-04-16Fixed #13358 -- Ensured that db_manager() can be used to override database ro...Russell Keith-Magee
2010-04-15Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call...Russell Keith-Magee
2010-04-02Fixed #11956 -- Modified the handling of m2m relationships between subclasses...Russell Keith-Magee
2010-03-31Fixed #13250 -- Corrected a problem with the use of routing rules on the crea...Russell Keith-Magee