|
|
|
@9001
|
[9001]
|
09/10/08 00:56:34 |
adrian |
Moved the bulk of the shortcut() function in django/views/defaults.py to a … |
|
|
|
@8884
|
[8884]
|
09/02/08 19:09:33 |
mtredinnick |
Fixed #8669 -- Use a consistent version of create() across the board … |
|
|
|
@8855
|
[8855]
|
09/02/08 10:26:00 |
jacob |
Fixed #8309: subclasses now inherit GenericForeignKey correctly. There's … |
|
|
|
@8644
|
[8644]
|
08/28/08 00:00:23 |
mtredinnick |
Improvements to [8608] to fix an infinite loop (for … |
|
|
|
@8616
|
[8616]
|
08/27/08 02:19:44 |
gwilson |
Removed oldforms, validators, and related code:
* Removed Manipulator, … |
|
|
|
@8608
|
[8608]
|
08/27/08 00:22:33 |
mtredinnick |
Fixed #5937 -- When filtering on generic relations, restrict the target … |
|
|
|
@8279
|
[8279]
|
08/09/08 23:03:01 |
brosner |
Fixed #4667 -- Added support for inline generic relations in the admin. … |
|
|
|
@8223
|
[8223]
|
08/06/08 10:32:46 |
jacob |
Major refactoring of django.dispatch with an eye towards speed. The net … |
|
|
|
@8170
|
[8170]
|
08/01/08 10:54:53 |
lukeplant |
Fixed #2175: Added tests for models with multiple GenericForeignKeys?
Also … |
|
|
|
@8136
|
[8136]
|
07/29/08 07:41:08 |
russellm |
Fixed #6095 -- Added the ability to specify the model to use to manage a … |
|
|
|
@7477
|
[7477]
|
04/26/08 21:50:16 |
mtredinnick |
Merged the queryset-refactor branch into trunk.
This is a big internal … |
|
|
|
@7422
|
[7422]
|
04/14/08 20:13:52 |
mtredinnick |
Fixed #7017 -- Minor typo fix in a comment. Thanks FranRuiz?.
Also … |
|
|
|
@7294
|
[7294]
|
03/18/08 09:54:39 |
mtredinnick |
Added "svn:eol-style native" to every text file in the tree (*.txt, … |
|
|
|
@7228
|
[7228]
|
03/11/08 19:09:13 |
jacob |
Fixed #5570: generic foreign keys no longer do multiple lookups on the … |
|
|
|
@7216
|
[7216]
|
03/10/08 18:32:28 |
jacob |
Beefed up caching of ContentType? lookups by adding … |
|
|
|
@6900
|
[6900]
|
12/09/07 01:12:07 |
mtredinnick |
Fixed #3906 -- Fixed the reverse_m2m_name for a generic relation. Refs … |
|
|
|
@6287
|
[6287]
|
09/15/07 10:06:32 |
mtredinnick |
Fixed #5177 -- Changed content type creation to also remove the types for … |
|
|
|
@5967
|
[5967]
|
08/19/07 20:03:33 |
adrian |
Refactored quote_name() to DatabaseOperations?.quote_name(). Refs #5106 |
|
|
|
@5803
|
[5803]
|
08/05/07 00:14:46 |
gwilson |
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@5172
|
[5172]
|
05/08/07 05:59:35 |
mtredinnick |
Moved generic relations into django.contrib.contenttypes, since it depends … |
|
|
|
@4703
|
[4703]
|
03/11/07 11:06:08 |
jacob |
Added ContentType.objects.clear_cache() which clears the lookup … |
|
|
|
@4307
|
[4307]
|
01/12/07 09:15:05 |
jacob |
Fixed #1717: ContentType?.objects.get_for_manager() is now cached for a … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@4183
|
[4183]
|
12/07/06 10:19:37 |
adrian |
Added django.contrib.contenttypes.management.create_all_contenttypes() … |
|
|
|
@3660
|
[3660]
|
08/27/06 07:46:39 |
russellm |
Refs #2333 - Added 'test' target to django-admin script. Includes addition … |
|
|
|
@3173
|
[3173]
|
06/19/06 23:47:07 |
adrian |
Tightened up code in … |
|
|
|
@3148
|
[3148]
|
06/19/06 07:50:53 |
mtredinnick |
Fixed #1856 -- install content-type entries and auth permissions … |
|
|
|
@2904
|
[2904]
|
05/14/06 23:01:23 |
adrian |
Fixed #1864 -- Changed ContentType? repr to str |
|
|
|
@2847
|
[2847]
|
05/04/06 23:41:22 |
adrian |
Fixed #1378 -- Added svn:ignore for pyc files for all Django packages |
|
|
|
@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/contrib/contenttypes:
|
|
|
|
@2486
|
[2486]
|
03/03/06 18:53:52 |
lukeplant |
magic-removal: Fixed uniqueness constraint on ContentType? model. |