| Age | Commit message (Expand) | Author |
| 2011-09-10 | [1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, and... | Russell Keith-Magee |
| 2011-03-10 | Fixed #15559 - distinct queries introduced by [15607] cause errors with some ... | Luke Plant |
| 2011-03-03 | Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an... | Russell Keith-Magee |
| 2011-02-21 | Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate options ... | Luke Plant |
| 2011-01-28 | Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fields | Luke Plant |
| 2011-01-26 | Fixed #15161 - Corrected handling of ManyToManyField with through table using... | Carl Meyer |
| 2011-01-26 | Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to d... | Carl Meyer |
| 2011-01-25 | Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no... | Carl Meyer |
| 2011-01-13 | Fixed #13668 -- Corrected database router methods invocation for ManyToMany f... | Ramiro Morales |
| 2010-12-12 | Fixed #12955 -- Use the size attribute of the file instead of len() to suppor... | Jannis Leidel |
| 2010-12-04 | Normalized the name order of arguments. There's no actual bug here, other tha... | Russell Keith-Magee |
| 2010-11-17 | Fixed #14257 -- removed ManyToManyField.isValidIDList which was completely de... | Alex Gaynor |
| 2010-11-16 | Fixed #14691 -- Made ForeignKey.validate() use the right database. Thanks Mar... | Ramiro Morales |
| 2010-11-09 | Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc... | Carl Meyer |
| 2010-11-02 | Fixed #10728 -- corrected subclassing of Fields who use the SubfieldBase meta... | Alex Gaynor |
| 2010-10-28 | Fixed #14471 -- Corrected a regression in the use of methods on custom manage... | Russell Keith-Magee |
| 2010-10-15 | Change the stacklevel for Field deprecation warnings to correctly point to th... | Chris Beaven |
| 2010-10-11 | Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin... | Russell Keith-Magee |
| 2010-10-09 | Fixed #11509 -- Modified usage of "Web" to match our style guide in various d... | Russell Keith-Magee |
| 2010-10-08 | Fixed #10970 -- Initialize DateFields with datetime.date objects, not datetim... | Jannis Leidel |
| 2010-10-01 | Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f... | Jannis Leidel |
| 2010-08-07 | Fixed #13516 -- Added an internal type definition for AutoFields, so that sub... | Russell Keith-Magee |
| 2010-08-07 | Fixed #13552 -- Added a 'using' parameter to database signals. Thanks to gman... | Russell Keith-Magee |
| 2010-08-05 | Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are used on a... | Russell Keith-Magee |
| 2010-07-30 | Fixed #13730 -- Removed the hard-coding of the requirement that ForeignKeys h... | Russell Keith-Magee |
| 2010-05-04 | Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds.... | Russell Keith-Magee |
| 2010-04-28 | Fixed #13432 -- Corrected the logic for router use on OneToOne fields; also a... | Russell Keith-Magee |
| 2010-04-27 | Fixed #12749 -- Corrected a problem with validation of inline primary keys. T... | Russell Keith-Magee |
| 2010-04-27 | Refs #13427 -- Removed translation from verbose_name and verbose_name_plural ... | Russell Keith-Magee |
| 2010-04-27 | Fixed #13407 -- Corrected verbose names for autogenerated m2m models, and cle... | Russell Keith-Magee |
| 2010-04-21 | Fixed #13328 -- Ensured that querysets on models with callable defaults can b... | Russell Keith-Magee |
| 2010-04-20 | Fixed #13366 -- Corrected the field __setstate__ method to avoid a race condi... | Russell Keith-Magee |
| 2010-04-16 | Fixed #13358 -- Ensured that db_manager() can be used to override database ro... | Russell Keith-Magee |
| 2010-04-15 | Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call... | Russell Keith-Magee |
| 2010-04-02 | Fixed #11956 -- Modified the handling of m2m relationships between subclasses... | Russell Keith-Magee |
| 2010-03-31 | Fixed #13250 -- Corrected a problem with the use of routing rules on the crea... | Russell Keith-Magee |
| 2010-03-30 | Fixed #13087 -- Modified m2m signals to provide greater flexibility over exac... | Russell Keith-Magee |
| 2010-03-27 | Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w... | Russell Keith-Magee |
| 2010-03-27 | Fixed #13227 -- Modified ForeignKeys to fully honor the db_prep/prep separati... | Russell Keith-Magee |
| 2010-03-20 | Fixed #12239, again: Refined the original fix to avoid the test errors introd... | Karen Tracey |
| 2010-03-20 | Fixed #12239: Fixed results of gte and lt queries when comparing floats to in... | Karen Tracey |
| 2010-03-10 | Forced blank=True for NullBooleanField to allow it to pass model validation w... | James Bennett |
| 2010-03-08 | Fixed #11940 - ModelForm evaluates callable default values on form class crea... | Luke Plant |
| 2010-03-07 | Fixed #12913. Fields with choices now respect show_hidden_initial as a keywor... | Joseph Kocherhans |
| 2010-03-06 | Fixed #13034: Corrected default error message for IntegerField. | James Bennett |
| 2010-02-24 | Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,... | Joseph Kocherhans |
| 2010-02-24 | Fixed #12546. Objects with a __len__ that returns 0 can now be serialized. Th... | Joseph Kocherhans |
| 2010-02-23 | Fixed a few more spots related to #11859. Thanks, cramm and Alex Gaynor. | Joseph Kocherhans |
| 2010-02-23 | Fixed #12888. Fixed a typo in some related object error messages. Thanks, nes... | Joseph Kocherhans |
| 2010-02-22 | Fixed #11226 -- Corrected an validation edge case with m2m relations between ... | Russell Keith-Magee |