summaryrefslogtreecommitdiff
path: root/django/db/models/fields
AgeCommit message (Expand)Author
2008-04-16queryset-refactor: Removed a stray, unused import that crept into [7432].Malcolm Tredinnick
2008-04-16queryset-refactor: Added a way to specify the related_name attribute onMalcolm Tredinnick
2008-04-16queryset-refactor: Fixed a few inadvertent sharing problems for related fieldsMalcolm Tredinnick
2008-04-01queryset-refactor: Merged from trunk up to [7388].Malcolm Tredinnick
2008-03-20queryset-refactor: Merged from trunk up to [7338].Malcolm Tredinnick
2008-03-18queryset-refactor: Merged from trunk up to [7280]Malcolm Tredinnick
2008-03-17queyrset-refactor: Some more speed-ups due to datastructure changes.Malcolm Tredinnick
2008-03-16queryset-refactor: More whack-a-mole optimisation work. Still got a couple of...Malcolm Tredinnick
2008-03-15queryset-refactor: Fixed the "in" lookup type when using tuples.Malcolm Tredinnick
2008-02-28queryset-refactor: Merged from trunk up to [7168].Malcolm Tredinnick
2008-02-28queryset-refactor: Added caching for reverse-one-to-one lookups.Malcolm Tredinnick
2008-02-28queryset-refactor: Fixed exclude() filtering for the various N-to-many relati...Malcolm Tredinnick
2008-02-23queryset-refactor: Merged from trunk up to [7151].Malcolm Tredinnick
2008-02-22queryset-refactor: Added the ability to manually specify a child-parent link.Malcolm Tredinnick
2008-02-20queryset-refactor: Merged from turnk up to [7135] because I need some stuff.Malcolm Tredinnick
2008-02-17queryset-refactor: Model inheritance support.Malcolm Tredinnick
2008-02-08queryset-refactor: Fixed up OneToOneFields (mostly).Malcolm Tredinnick
2008-01-29queryset-refactor: Ported almost all of the raw SQL statements in the ModelMalcolm Tredinnick
2008-01-26queryset-refactor: Merged from trunk up to [7025].Malcolm Tredinnick
2007-12-19queryset-refactor: Merged from trunk up to [6953].Malcolm Tredinnick
2007-12-03queryset-refactor: Merged from trunk up to [6856].Malcolm Tredinnick
2007-11-29queryset-refactor: Merged from trunk up to [6752].Malcolm Tredinnick
2007-11-29queryset-refactor: Optimisation pass. The test suite is now within 2% of trun...Malcolm Tredinnick
2007-11-18queryset-refactor: Merged from trunk up to [6689].Malcolm Tredinnick
2007-10-23queryset-refactor: Merged from trunk up to [6595].Malcolm Tredinnick
2007-10-08queryset-refactor: Merged changed from trunk up to [6463].Malcolm Tredinnick
2007-09-20queryset-refactor: Merged to [6381]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6300]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6220]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6197]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6155]Adrian Holovaty
2007-09-13Initial portion of queryset rewrite. This breaks a lot more than it fixes inMalcolm Tredinnick
2007-09-08Fixed imports to adhere to PEP 8 and stripped trailing whitespace.Gary Wilson Jr
2007-09-08Fixed #3557 -- Made `SlugField` inherit from `CharField` so that its `max_len...Gary Wilson Jr
2007-08-20Removed a bunch of legacy django.db.backend importsAdrian Holovaty
2007-08-20Refactored quote_name() to DatabaseOperations.quote_name(). Refs #5106Adrian Holovaty
2007-08-07Removed a redundant directory join during FileField form saving. Thanks to Da...Russell Keith-Magee
2007-08-06Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t...Russell Keith-Magee
2007-08-05Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...Gary Wilson Jr
2007-07-30Fixed call to `ugettext`, which is imported as `_`.Gary Wilson Jr
2007-07-20Added a db_type() method to the database Field class. This is a hook for calc...Adrian Holovaty
2007-07-06Fixed #4776 -- Fixed a problem with handling of upload_to attributes. The newMalcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-27Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.Jacob Kaplan-Moss
2007-06-26Fixed #4686 -- Do not permit empty strings in IPAddressField. Should be fullyMalcolm Tredinnick
2007-06-23Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. AllMalcolm Tredinnick
2007-06-23Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not assumeMalcolm Tredinnick
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-05-08Moved generic relations into django.contrib.contenttypes, since it depends onMalcolm Tredinnick
2007-05-01Fixed #4084 -- Added formfield() support to the USStateField model field.Malcolm Tredinnick