|
|
|
@8616
|
[8616]
|
08/27/08 02:19:44 |
gwilson |
Removed oldforms, validators, and related code:
* Removed Manipulator, … |
|
|
|
@8244
|
[8244]
|
08/08/08 15:59:02 |
jacob |
File storage refactoring, adding far more flexibility to Django's file … |
|
|
|
@8046
|
[8046]
|
07/21/08 22:24:09 |
adrian |
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the … |
|
|
|
@7967
|
[7967]
|
07/18/08 18:54:34 |
brosner |
Merged the newforms-admin branch into trunk.
This is a backward … |
|
|
|
@6651
|
[6651]
|
11/05/07 07:59:42 |
mtredinnick |
Added the small changes necessary to make creating custom model fields … |
|
|
|
@5975
|
[5975]
|
08/19/07 21:28:40 |
adrian |
Removed a bunch of legacy django.db.backend imports |
|
|
|
@5719
|
[5719]
|
07/16/07 08:47:43 |
gwilson |
Removed unused variable and changed comments about permalink decorator … |
|
|
|
@5172
|
[5172]
|
05/08/07 05:59:35 |
mtredinnick |
Moved generic relations into django.contrib.contenttypes, since it depends … |
|
|
|
@4985
|
[4985]
|
04/09/07 08:28:09 |
russellm |
Backwards-incompatible change -- Removed LazyDate? helper class. To … |
|
|
|
@4498
|
[4498]
|
02/13/07 00:07:55 |
mtredinnick |
Updated [4497] to use something closer to the English language in the … |
|
|
|
@4497
|
[4497]
|
02/13/07 00:06:09 |
mtredinnick |
Fixed #3377 -- Fixed subtle infinite recursion bug in LazyDate? objects. … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@3566
|
[3566]
|
08/12/06 00:18:25 |
adrian |
Fixed #2513 -- Changed LazyDate?.get_value() to return date objects, … |
|
|
|
@3544
|
[3544]
|
08/09/06 09:40:29 |
adrian |
Fixed #2502 -- Fixed typo in db.models.permalink function. Thanks, … |
|
|
|
@3472
|
[3472]
|
07/27/06 21:09:38 |
adrian |
Added django.db.models.permalink decorator, which decorates a function … |
|
|
|
@3134
|
[3134]
|
06/16/06 14:18:30 |
jacob |
Added generic foreign key support to Django. Much thanks to Ian Holsman … |
|
|
|
@3113
|
[3113]
|
06/08/06 00:00:13 |
adrian |
Fixed #2109 -- Convert old-style classes to new-style classes throughout … |
|
|
|
@3089
|
[3089]
|
06/06/06 07:30:26 |
jacob |
Backed out [3088] which was a premature commit with a message meant for … |
|
|
|
@3088
|
[3088]
|
06/06/06 07:20:45 |
jacob |
BNW: Added modpython handler to autosettings |
|
|
|
@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/__init__.py:
|
|
|
|
@2685
|
[2685]
|
04/12/06 08:00:29 |
adrian |
magic-removal: Fixed #1623 -- Restored missing import in db/models/init.py |