summaryrefslogtreecommitdiff
path: root/django/db/models/fields
AgeCommit message (Expand)Author
2012-03-01Fixed #17696 - Queryset prefetch_related() ignores using()Luke Plant
2012-02-09Fixed #17219 -- Updated model field descriptions to be more precise. Thanks, ...Jannis Leidel
2012-02-04Fixed #17527 -- Improved exception message when adding the wrong type of obje...Jannis Leidel
2012-01-24Added a missing warning forgotten in r17392.Jannis Leidel
2012-01-24Fixed #17580 -- Made sure datetime.date instances are correctly handled when ...Jannis Leidel
2011-11-25Fixed #17294 -- Supported nullable DateTimeFields when time zone support is e...Aymeric Augustin
2011-11-19Fixed #17263 -- Added a warning when a naive datetime reaches the database la...Aymeric Augustin
2011-11-18Added support for time zones. Thanks Luke Plant for the review. Fixed #2626.Aymeric Augustin
2011-10-14Fixed #12308 -- Added tablespace support to the PostgreSQL backend.Aymeric Augustin
2011-10-13Fixed #16906 -- Format datetimes with str/unicode instead of strftime where p...Aymeric Augustin
2011-10-13Fixed a couple of `assert` syntax warnings mistakingly introduced in r16966 a...Julien Phalip
2011-10-13Fixed #12467 -- Made the model data validation for `DateField` and `DateTimeF...Julien Phalip
2011-10-08More efficient IN clauses for prefetch_related queries by use of sets to elim...Luke Plant
2011-10-07Fixed #17003 - prefetch_related should support foreign keys/one-to-oneLuke Plant
2011-10-06Removed ForeignRelatedObjectsDescriptor.RelatedManager.delete_manager, which ...Luke Plant
2011-10-05Fixed #16937 - added `QuerySet.prefetch_related` to prefetch many related obj...Luke Plant
2011-09-30Fixed #14270 - related manager classes should be cachedLuke Plant
2011-09-29Cleanups to related manager code, especially in use of closures.Luke Plant
2011-09-29Small cleanups of 'related manager' code for consistencyLuke Plant
2011-09-26Removed unused parameter 'join_table' in various bits of RelatedManager codeLuke Plant
2011-09-10Altered the behavior of URLField to avoid a potential DOS vector, and to avoi...Russell Keith-Magee
2011-09-09Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...Alex Gaynor
2011-08-25Make ManyToManyField model references more robust.Malcolm Tredinnick
2011-08-23Fix initialisation of ImageField super classes.Malcolm Tredinnick
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