|
|
|
@8855
|
[8855]
|
09/02/08 10:26:00 |
jacob |
Fixed #8309: subclasses now inherit GenericForeignKey correctly. There's … |
|
|
|
@8851
|
[8851]
|
09/02/08 04:04:54 |
mtredinnick |
Fixed #7154 -- Inherit all model managers from abstract base classes.
Also … |
|
|
|
@8730
|
[8730]
|
08/29/08 23:52:56 |
mtredinnick |
[8721] introduced some internal field names. We hide them from the list … |
|
|
|
@8616
|
[8616]
|
08/27/08 02:19:44 |
gwilson |
Removed oldforms, validators, and related code:
* Removed Manipulator, … |
|
|
|
@7967
|
[7967]
|
07/18/08 18:54:34 |
brosner |
Merged the newforms-admin branch into trunk.
This is a backward … |
|
|
|
@7778
|
[7778]
|
06/28/08 21:36:18 |
mtredinnick |
Fixed handling of multiple fields in a model pointing to the same related … |
|
|
|
@7777
|
[7777]
|
06/28/08 21:35:08 |
mtredinnick |
Moved the settings of db_table to Options.contribute_to_class().
Some … |
|
|
|
@7764
|
[7764]
|
06/26/08 05:50:25 |
mtredinnick |
Fixed the way symmetrical many-to-many relations are recorded in the … |
|
|
|
@7600
|
[7600]
|
06/09/08 09:03:35 |
russellm |
Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, … |
|
|
|
@7585
|
[7585]
|
06/07/08 15:01:18 |
jacob |
Fixed #7342: Ignore any Meta options starting with '_', thus making it OK … |
|
|
|
@7478
|
[7478]
|
04/27/08 06:44:11 |
mtredinnick |
When retrieving a field by name, handle a missed case when the cache … |
|
|
|
@7477
|
[7477]
|
04/26/08 21:50:16 |
mtredinnick |
Merged the queryset-refactor branch into trunk.
This is a big internal … |
|
|
|
@6835
|
[6835]
|
12/02/07 12:10:07 |
mtredinnick |
Fixed #3323 -- More robust error handling for related objetcs. Thanks, … |
|
|
|
@6801
|
[6801]
|
12/01/07 13:23:49 |
ikelly |
Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE … |
|
|
|
@6213
|
[6213]
|
09/14/07 15:36:53 |
adrian |
Fixed #5460 -- unique_together now accepts a single tuple for convenience. … |
|
|
|
@6195
|
[6195]
|
09/14/07 13:12:36 |
ikelly |
Fixed #5218: Made Oracle create autoinc triggers using the correct name … |
|
|
|
@5960
|
[5960]
|
08/19/07 18:53:39 |
adrian |
Refactored get_max_name_length() to DatabaseOperations?.max_name_length(). … |
|
|
|
@5922
|
[5922]
|
08/17/07 23:16:04 |
mtredinnick |
Renamed Cache to AppCache? and cache_ready() to app_cache_ready() from … |
|
|
|
@5919
|
[5919]
|
08/17/07 12:23:15 |
mtredinnick |
Rewrote portions of the app- and model-cache initialisation to handle some … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@5519
|
[5519]
|
06/23/07 09:16:00 |
mtredinnick |
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. … |
|
|
|
@5091
|
[5091]
|
04/26/07 08:30:48 |
mtredinnick |
Fixed #4040 -- Changed uses of has_key() to "in". Slight … |
|
|
|
@4752
|
[4752]
|
03/19/07 06:57:53 |
russellm |
Fixed #3741 -- Fixed serialization of GenericRelations?. Thanks for the … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@3307
|
[3307]
|
07/09/06 23:16:26 |
adrian |
Fixed #2301 -- Added list_display_links option to 'class Admin', which … |
|
|
|
@3201
|
[3201]
|
06/24/06 23:24:15 |
russellm |
Fixes #1812 -- Added model validity checks to ensure that models.py … |
|
|
|
@3113
|
[3113]
|
06/08/06 00:00:13 |
adrian |
Fixed #2109 -- Convert old-style classes to new-style classes throughout … |
|
|
|
@2909
|
[2909]
|
05/15/06 13:50:54 |
adrian |
Fixed #1884 -- Made django.db.models.options.get_verbose_name smarter. … |
|
|
|
@2870
|
[2870]
|
05/09/06 10:29:53 |
adrian |
Fixed #1818 -- Added better error message for FieldDoesNotExist? error. … |
|
|
|
@2809
|
[2809]
|
05/01/06 20:31:56 |
adrian |
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly … |
|
copied from django/branches/magic-removal/django/db/models/options.py:
|
|
|
|
@2771
|
[2771]
|
04/28/06 15:56:58 |
lukeplant |
magic-removal: Fixed negligible indentation errors. |