| Age | Commit message (Expand) | Author |
| 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 |
| 2010-02-02 | Fixed #12667. Added optgroup validation support to model fields with choices.... | Joseph Kocherhans |
| 2010-01-27 | Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r... | Russell Keith-Magee |
| 2010-01-22 | Fixed #12540, #12541 -- Added database routers, allowing for configurable dat... | Russell Keith-Magee |
| 2010-01-21 | Fixed #12582. Model validation on ForeignKeys now respects limit_choices_to. ... | Joseph Kocherhans |
| 2010-01-14 | Fixed #12386 -- Corrected the column names produced for autogenerated m2m tab... | Russell Keith-Magee |
| 2010-01-13 | Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (i... | Russell Keith-Magee |
| 2010-01-12 | Fixed #12512. Changed ModelForm to stop performing model validation on fields... | Joseph Kocherhans |
| 2010-01-10 | Changed a whole bunch of places to raise exception instances instead of old-s... | Adrian Holovaty |
| 2010-01-09 | Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integer as a ... | Adrian Holovaty |
| 2010-01-09 | Fixed #9638 - Added %(app_label)s to the related_name format string for abstr... | Jannis Leidel |
| 2010-01-09 | Fixed #12059 - Let TimeField.to_python correctly return a datetime.time objec... | Jannis Leidel |
| 2010-01-05 | Fixed a call to .using() that didn't make it into one of the model-validation... | Joseph Kocherhans |
| 2010-01-05 | Merged soc2009/model-validation to trunk. Thanks, Honza! | Joseph Kocherhans |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-17 | Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than... | Jacob Kaplan-Moss |
| 2009-12-17 | Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten... | Karen Tracey |
| 2009-12-16 | Fixed #12385: Made built-in field type descriptions in admindocs translatable... | Karen Tracey |
| 2009-12-12 | Fixed #7977: Fixed admindocs to use docstrings instead of a static array to l... | Karen Tracey |
| 2009-11-20 | Fixed #12245 -- Corrected target app handling for auto-generated m2m models w... | Russell Keith-Magee |
| 2009-11-13 | Fixed #12209 -- Made the through attribute on a m2m relation into a property ... | Russell Keith-Magee |
| 2009-11-10 | Fixed #12190 -- Corrected a regression in the ability to instantiate ForeignK... | Russell Keith-Magee |
| 2009-11-05 | Fixed #12168 -- Corrected the registration of m2m autocreated models when mod... | Russell Keith-Magee |
| 2009-11-03 | Fixed #12143 -- Corrected the naming of the 'to' column in recursive m2m mode... | Russell Keith-Magee |
| 2009-11-03 | Fixed #11795 -- Document (and slightly simplify) the use of inlines for m2m r... | Russell Keith-Magee |
| 2009-11-03 | Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc... | Russell Keith-Magee |
| 2009-06-15 | Fixed #9023 -- Corrected a problem where cached attribute values would cause ... | Russell Keith-Magee |
| 2009-06-15 | Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caused probl... | Russell Keith-Magee |
| 2009-06-08 | Fixed #10785 -- Corrected a case for foreign key lookup where the related obj... | Russell Keith-Magee |
| 2009-05-28 | Changes to `ImageFileDescriptor` and `ImageField` to fix a few cases of setti... | Gary Wilson Jr |
| 2009-05-11 | Fixed #10404: ImageField height_field and width_field options no longer depen... | Jacob Kaplan-Moss |
| 2009-05-08 | Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor... | Jacob Kaplan-Moss |
| 2009-05-07 | Fixed #10153: foreign key `gte` and `lte` lookups now work. Thanks, joelhooks... | Jacob Kaplan-Moss |
| 2009-05-02 | Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ... | Russell Keith-Magee |
| 2009-04-13 | Fixed #10237 -- Corrected the handling of self-referential m2m fields when us... | Russell Keith-Magee |
| 2009-04-12 | Fixed #10692 -- Fixed DecimalField lookups for extreme values. | Malcolm Tredinnick |
| 2009-04-12 | Fixed #10071 -- Changed some internal database data representations. | Malcolm Tredinnick |