summaryrefslogtreecommitdiff
path: root/django/db/models/fields
AgeCommit message (Expand)Author
2010-08-09[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflictsarchive/soc2010/query-refactorAlex Gaynor
2010-08-09[soc2010/query-refactor] Improved the ListField implementation, and added an...Alex Gaynor
2010-07-20[soc2010/query-refactor] Added a forgotten file from r13441.Alex Gaynor
2010-07-01[soc2010/query-refactor] Remove some nastiness from db_type()Alex Gaynor
2010-06-09[soc2010/query-refactor] MongoDB backend can now update saved objects.Alex Gaynor
2010-06-09[soc2010/query-refactor] Introced NativeAutoField, also started with some bas...Alex Gaynor
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
2010-03-30Fixed #13087 -- Modified m2m signals to provide greater flexibility over exac...Russell Keith-Magee
2010-03-27Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w...Russell Keith-Magee
2010-03-27Fixed #13227 -- Modified ForeignKeys to fully honor the db_prep/prep separati...Russell Keith-Magee
2010-03-20Fixed #12239, again: Refined the original fix to avoid the test errors introd...Karen Tracey
2010-03-20Fixed #12239: Fixed results of gte and lt queries when comparing floats to in...Karen Tracey
2010-03-10Forced blank=True for NullBooleanField to allow it to pass model validation w...James Bennett
2010-03-08Fixed #11940 - ModelForm evaluates callable default values on form class crea...Luke Plant
2010-03-07Fixed #12913. Fields with choices now respect show_hidden_initial as a keywor...Joseph Kocherhans
2010-03-06Fixed #13034: Corrected default error message for IntegerField.James Bennett
2010-02-24Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,...Joseph Kocherhans
2010-02-24Fixed #12546. Objects with a __len__ that returns 0 can now be serialized. Th...Joseph Kocherhans
2010-02-23Fixed a few more spots related to #11859. Thanks, cramm and Alex Gaynor.Joseph Kocherhans
2010-02-23Fixed #12888. Fixed a typo in some related object error messages. Thanks, nes...Joseph Kocherhans
2010-02-22Fixed #11226 -- Corrected an validation edge case with m2m relations between ...Russell Keith-Magee
2010-02-02Fixed #12667. Added optgroup validation support to model fields with choices....Joseph Kocherhans
2010-01-27Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r...Russell Keith-Magee
2010-01-22Fixed #12540, #12541 -- Added database routers, allowing for configurable dat...Russell Keith-Magee
2010-01-21Fixed #12582. Model validation on ForeignKeys now respects limit_choices_to. ...Joseph Kocherhans
2010-01-14Fixed #12386 -- Corrected the column names produced for autogenerated m2m tab...Russell Keith-Magee
2010-01-13Fixed #5390 -- Added signals for m2m operations. Thanks to the many people (i...Russell Keith-Magee
2010-01-12Fixed #12512. Changed ModelForm to stop performing model validation on fields...Joseph Kocherhans
2010-01-10Changed a whole bunch of places to raise exception instances instead of old-s...Adrian Holovaty
2010-01-09Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integer as a ...Adrian Holovaty
2010-01-09Fixed #9638 - Added %(app_label)s to the related_name format string for abstr...Jannis Leidel
2010-01-09Fixed #12059 - Let TimeField.to_python correctly return a datetime.time objec...Jannis Leidel
2010-01-05Fixed a call to .using() that didn't make it into one of the model-validation...Joseph Kocherhans
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2009-12-22Fixed #1142 -- Added multiple database support.Russell Keith-Magee
2009-12-17Fixed #11753 - Q objects with callables no longer explode on Python 2.4. Than...Jacob Kaplan-Moss
2009-12-17Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...Karen Tracey
2009-12-16Fixed #12385: Made built-in field type descriptions in admindocs translatable...Karen Tracey
2009-12-12Fixed #7977: Fixed admindocs to use docstrings instead of a static array to l...Karen Tracey
2009-11-20Fixed #12245 -- Corrected target app handling for auto-generated m2m models w...Russell Keith-Magee