| Commit message (Expand) | Author | Age | Files | Lines |
* | [soc2010/app-loading] implement APP_CLASSES setting | Arthur Koziel | 2010-09-12 | 1 | -1/+7 |
* | [soc2010/app-loading] use the db_prefix attribute to create database tables | Arthur Koziel | 2010-08-15 | 1 | -2/+4 |
* | Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds.... | Russell Keith-Magee | 2010-05-04 | 1 | -4/+0 |
* | Fixed #13328 -- Ensured that querysets on models with callable defaults can b... | Russell Keith-Magee | 2010-04-21 | 1 | -3/+1 |
* | Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call... | Russell Keith-Magee | 2010-04-15 | 1 | -2/+2 |
* | Changed a whole bunch of places to raise exception instances instead of old-s... | Adrian Holovaty | 2010-01-10 | 1 | -2/+2 |
* | Fixed #10109 -- Removed the use of raw SQL in many-to-many fields by introduc... | Russell Keith-Magee | 2009-11-03 | 1 | -2/+2 |
* | Fixed #10953, #10955: proxies of proxies now work correctly, though I still d... | Jacob Kaplan-Moss | 2009-05-11 | 1 | -2/+7 |
* | Fixed #5420 -- Added support for delayed loading of model fields. | Malcolm Tredinnick | 2009-03-19 | 1 | -0/+6 |
* | Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models). | Malcolm Tredinnick | 2009-03-18 | 1 | -3/+16 |
* | Fixed #3163 -- Add a "Meta.managed" option to models. | Malcolm Tredinnick | 2009-03-09 | 1 | -1/+2 |
* | Fixed #10251 -- Fixed model inheritance when there's also an explicit pk field. | Malcolm Tredinnick | 2009-03-04 | 1 | -0/+15 |
* | Removed django.db.models.options.Options.one_to_one_field. | Malcolm Tredinnick | 2008-12-11 | 1 | -1/+0 |
* | The first step in fixing a group of problems related to outputting a proper | Malcolm Tredinnick | 2008-12-08 | 1 | -0/+1 |
* | Fixed #8309: subclasses now inherit `GenericForeignKey` correctly. There's al... | Jacob Kaplan-Moss | 2008-09-02 | 1 | -0/+4 |
* | Fixed #7154 -- Inherit all model managers from abstract base classes. | Malcolm Tredinnick | 2008-09-02 | 1 | -0/+3 |
* | [8721] introduced some internal field names. We hide them from the list of | Malcolm Tredinnick | 2008-08-30 | 1 | -2/+6 |
* | Removed oldforms, validators, and related code: | Gary Wilson Jr | 2008-08-27 | 1 | -47/+0 |
* | Merged the newforms-admin branch into trunk. | Brian Rosner | 2008-07-18 | 1 | -75/+0 |
* | Fixed handling of multiple fields in a model pointing to the same related model. | Malcolm Tredinnick | 2008-06-29 | 1 | -0/+19 |
* | Moved the settings of db_table to Options.contribute_to_class(). | Malcolm Tredinnick | 2008-06-29 | 1 | -9/+11 |
* | Fixed the way symmetrical many-to-many relations are recorded in the Options ... | Malcolm Tredinnick | 2008-06-26 | 1 | -4/+7 |
* | Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ... | Russell Keith-Magee | 2008-06-09 | 1 | -1/+1 |
* | Fixed #7342: Ignore any Meta options starting with '_', thus making it OK for... | Jacob Kaplan-Moss | 2008-06-07 | 1 | -2/+6 |
* | When retrieving a field by name, handle a missed case when the cache cannot be | Malcolm Tredinnick | 2008-04-27 | 1 | -1/+1 |
* | Merged the queryset-refactor branch into trunk. | Malcolm Tredinnick | 2008-04-27 | 1 | -45/+273 |
* | Fixed #3323 -- More robust error handling for related objetcs. Thanks, Greg | Malcolm Tredinnick | 2007-12-02 | 1 | -2/+2 |
* | Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE | Ian Kelly | 2007-12-01 | 1 | -1/+1 |
* | Fixed #5460 -- unique_together now accepts a single tuple for convenience. Th... | Adrian Holovaty | 2007-09-14 | 1 | -0/+10 |
* | Fixed #5218: Made Oracle create autoinc triggers using the correct name | Ian Kelly | 2007-09-14 | 1 | -1/+1 |
* | Refactored get_max_name_length() to DatabaseOperations.max_name_length(). Ref... | Adrian Holovaty | 2007-08-19 | 1 | -3/+2 |
* | Renamed Cache to AppCache and cache_ready() to app_cache_ready() from [5919] ... | Malcolm Tredinnick | 2007-08-18 | 1 | -2/+2 |
* | Rewrote portions of the app- and model-cache initialisation to handle some co... | Malcolm Tredinnick | 2007-08-17 | 1 | -2/+3 |
* | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick | 2007-07-04 | 1 | -3/+19 |
* | Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All | Malcolm Tredinnick | 2007-06-23 | 1 | -3/+8 |
* | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick | 2007-04-26 | 1 | -2/+2 |
* | Fixed #3741 -- Fixed serialization of GenericRelations. Thanks for the report... | Russell Keith-Magee | 2007-03-19 | 1 | -0/+1 |
* | Fixed #2301 -- Added list_display_links option to 'class Admin', which regula... | Adrian Holovaty | 2006-07-10 | 1 | -1/+2 |
* | Fixes #1812 -- Added model validity checks to ensure that models.py exists, a... | Russell Keith-Magee | 2006-06-25 | 1 | -1/+4 |
* | Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan... | Adrian Holovaty | 2006-06-08 | 1 | -2/+2 |
* | Fixed #1884 -- Made django.db.models.options.get_verbose_name smarter. Thanks... | Adrian Holovaty | 2006-05-15 | 1 | -1/+1 |
* | Fixed #1818 -- Added better error message for FieldDoesNotExist error. Thanks... | Adrian Holovaty | 2006-05-09 | 1 | -1/+1 |
* | MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa... | Adrian Holovaty | 2006-05-02 | 1 | -0/+269 |