|
|
|
@8697
|
[8697]
|
08/29/08 10:45:23 |
jacob |
Fixed #8687, a bad variable name in validation. Thanks, vung. |
|
|
|
@8576
|
[8576]
|
08/26/08 02:43:59 |
mtredinnick |
Fixed #7084 -- Fixed the "makemessages" command to handle line … |
|
|
|
@8548
|
[8548]
|
08/25/08 13:53:18 |
jacob |
Removed outdated "adminindex" command -- the same behavior is now far … |
|
|
|
@8527
|
[8527]
|
08/24/08 22:26:37 |
mtredinnick |
Fixed #8491 -- Allow settings.LOCALE_PATH to be any sequence, not just a … |
|
|
|
@8488
|
[8488]
|
08/23/08 11:56:41 |
mtredinnick |
Fixed #7042 -- The management validation command nows alerts users to … |
|
|
|
@8442
|
[8442]
|
08/19/08 09:17:24 |
russellm |
Fixed #7908: Added validation checks on attempts to create ForeignKey? and … |
|
|
|
@8425
|
[8425]
|
08/17/08 12:35:33 |
mtredinnick |
Fixed #8239 -- Google App Engine has a restricted "imp" module, which … |
|
|
|
@8404
|
[8404]
|
08/16/08 00:03:40 |
russellm |
Fixed #7285: Improved inspectdb handling of dashes in table and field … |
|
|
|
@8403
|
[8403]
|
08/15/08 23:51:21 |
russellm |
Fixed #6935: Modified inspectdb to provide better handling for table names … |
|
|
|
@8401
|
[8401]
|
08/15/08 23:11:38 |
russellm |
Fixes #7845: Removed a piece of stale code that was causing ./manage.py … |
|
|
|
@8336
|
[8336]
|
08/13/08 09:36:40 |
russellm |
Refs #8138 -- Added a stealth option to the loaddata command so that the … |
|
|
|
@8323
|
[8323]
|
08/12/08 08:39:46 |
russellm |
Fixed #8246 -- Corrected the handling of settings files. Thanks to AdamG … |
|
|
|
@8296
|
[8296]
|
08/11/08 07:11:25 |
russellm |
Fixed #5461 -- Refactored the database backend code to use classes for the … |
|
|
|
@8282
|
[8282]
|
08/10/08 03:42:49 |
russellm |
Fixed #5943 -- Modified django-admin to behave like manage.py if settings … |
|
|
|
@8239
|
[8239]
|
08/08/08 13:51:34 |
jacob |
Fixed #8100: Jython, apparently, is now a TTY. |
|
|
|
@8234
|
[8234]
|
08/08/08 11:41:55 |
mtredinnick |
Fixed #5463 -- Allow alternate file extensions on files that are … |
|
|
|
@8228
|
[8228]
|
08/08/08 08:40:11 |
russellm |
Fixed #8120, #7997 -- Cleaned up the help messages displayed by … |
|
|
|
@8227
|
[8227]
|
08/08/08 07:27:40 |
russellm |
Fixed #5825 -- Modified the custom command loader to allow for explicit … |
|
|
|
@8223
|
[8223]
|
08/06/08 10:32:46 |
jacob |
Major refactoring of django.dispatch with an eye towards speed. The net … |
|
|
|
@8157
|
[8157]
|
07/31/08 02:53:55 |
russellm |
Fixed #8053 -- Corrected a bug with reset and m2m intermediate tables. … |
|
|
|
@8136
|
[8136]
|
07/29/08 07:41:08 |
russellm |
Fixed #6095 -- Added the ability to specify the model to use to manage a … |
|
|
|
@8133
|
[8133]
|
07/29/08 00:53:44 |
mtredinnick |
Fixed #7589 -- Added a way for post-table-creation SQL modifications to be … |
|
|
|
@8079
|
[8079]
|
07/25/08 22:01:33 |
mtredinnick |
Fix #7910 -- Added a missing import used when "django-admin.py … |
|
|
|
@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 … |
|
|
|
@7891
|
[7891]
|
07/11/08 10:08:09 |
russellm |
Fixed #7421 -- Corrected the condition used during syncdb to establish … |
|
|
|
@7889
|
[7889]
|
07/11/08 09:06:59 |
russellm |
Fixed #7597 -- Added code to force the re-opening of the cursor … |
|
|
|
@7888
|
[7888]
|
07/11/08 08:18:19 |
russellm |
Fixed #6017 -- Modified the Lax parser to allow --settings and the other … |
|
|
|
@7848
|
[7848]
|
07/06/08 07:55:24 |
mtredinnick |
Fixed #7643 -- Fixed an oversight from [7844].
Now makemessages works in … |
|
|
|
@7844
|
[7844]
|
07/06/08 01:39:44 |
mtredinnick |
Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup … |
|
|
|
@7803
|
[7803]
|
06/30/08 07:18:29 |
russellm |
Fixed #7572 -- Force the closure of the database connection at the end of … |
|
|
|
@7790
|
[7790]
|
06/29/08 23:46:59 |
mtredinnick |
Make sure we only create the minimum number of table indexes for … |
|
|
|
@7706
|
[7706]
|
06/19/08 09:38:56 |
russellm |
Fixed #6650 -- Added UTF-8 encoding to SQL output provided by management … |
|
|
|
@7704
|
[7704]
|
06/19/08 08:24:39 |
russellm |
Fixed #6719 -- Added a --traceback option to syncdb to provide a stack … |
|
|
|
@7653
|
[7653]
|
06/15/08 23:00:08 |
adrian |
Fixed #6497 -- Improved fixture error reporting by displaying the entire … |
|
|
|
@7652
|
[7652]
|
06/15/08 22:56:48 |
adrian |
Fixed #6654 -- Slightly refactored the way 'startproject' and 'startapp' … |
|
|
|
@7629
|
[7629]
|
06/12/08 19:08:50 |
russellm |
Fixed #7436 -- Corrected a fix from [7615] that broke some test cases. … |
|
|
|
@7623
|
[7623]
|
06/11/08 23:22:02 |
adrian |
Fixed #7421 -- Improved syncdb implementation not to check for exact … |
|
|
|
@7615
|
[7615]
|
06/11/08 09:01:35 |
russellm |
Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific … |
|
|
|
@7595
|
[7595]
|
06/08/08 03:21:18 |
russellm |
Fixed #4371 -- Improved error checking when loading fixtures. Code now … |
|
|
|
@7591
|
[7591]
|
06/08/08 00:38:13 |
jacob |
Fixed #6394: improved comment stripping in initial SQL files. Thanks, … |
|
|
|
@7568
|
[7568]
|
05/30/08 20:01:17 |
jacob |
Fixed #6820: flush no longer fails under PostgreSQL 8.3. WARNING: In the … |
|
|
|
@7477
|
[7477]
|
04/26/08 21:50:16 |
mtredinnick |
Merged the queryset-refactor branch into trunk.
This is a big internal … |
|
|
|
@7375
|
[7375]
|
03/27/08 17:07:40 |
ikelly |
Added inline Oracle tablespace SQL for unique_together constraints. |
|
|
|
@7320
|
[7320]
|
03/19/08 10:10:31 |
mtredinnick |
Fixed #6789 -- Added some small amount of extra protection for learners … |
|
|
|
@7316
|
[7316]
|
03/18/08 23:04:19 |
jacob |
Fixed a corner case in management.setup_environ (it was triggered under … |
|
|
|
@7294
|
[7294]
|
03/18/08 09:54:39 |
mtredinnick |
Added "svn:eol-style native" to every text file in the tree (*.txt, … |
|
|
|
@7215
|
[7215]
|
03/10/08 17:18:50 |
jacob |
Fixed #6374: cross-app and circular FK constraints are now detected and … |
|
|
|
@7202
|
[7202]
|
03/07/08 21:12:27 |
gwilson |
Fixed #6223 -- When determining if terminal supports color, don't call … |
|
|
|
@7199
|
[7199]
|
03/07/08 07:53:49 |
russellm |
Fixed #6420 -- Corrected the handling of the --traceback option in … |
|
|
|
@7145
|
[7145]
|
02/22/08 06:50:10 |
russellm |
Fixed #6436 -- Added check for absolute paths in fixture loading. Fixtures … |
|
|
|
@7106
|
[7106]
|
02/11/08 19:01:27 |
russellm |
Further clarification of help message for ./manage.py sqlall, this time … |
|
|
|
@7105
|
[7105]
|
02/11/08 18:48:37 |
russellm |
Clarified help message for ./manage.py sqlall |
|
|
|
@7037
|
[7037]
|
01/27/08 21:53:50 |
gwilson |
Fixed #6419 -- Fixed verbosity level checks in loaddata command that were … |
|
|
|
@6994
|
[6994]
|
01/04/08 14:26:13 |
ikelly |
Fixed the Oracle backend mangling colorized unique_together SQL. |
|
|
|
@6937
|
[6937]
|
12/17/07 05:09:56 |
mtredinnick |
Fixed [6932] so that "django-admin.py help dumpdata" works again. |
|
|
|
@6936
|
[6936]
|
12/17/07 05:09:32 |
mtredinnick |
Fixed #4431 -- Added a --traceback option for dumpdata and loaddata … |
|
|
|
@6932
|
[6932]
|
12/17/07 03:09:08 |
mtredinnick |
Fixed #6155 -- Fixed dumpdata to work with the default model manager … |
|
|
|
@6922
|
[6922]
|
12/17/07 00:53:15 |
mtredinnick |
Fixed #6110 -- Mark the python format serializer as for internal use only. … |
|
|
|
@6921
|
[6921]
|
12/17/07 00:02:35 |
mtredinnick |
Generic relations should not try to drop their related table in … |
|
|
|
@6883
|
[6883]
|
12/04/07 00:52:13 |
adrian |
Changed loaddata to display 'No fixtures found' and 'Loading XXX fixtures' … |
|
|
|
@6871
|
[6871]
|
12/03/07 23:53:33 |
adrian |
Undid [6718], as it broke 'django-admin.py runserver' for a reason I … |
|
|
|
@6870
|
[6870]
|
12/03/07 23:46:46 |
adrian |
Cleaned up some docstrings and removed some unnecessary long-line breaking … |
|
|
|
@6853
|
[6853]
|
12/02/07 17:26:01 |
mtredinnick |
Fixed #5002 -- Fixed a small problem when running via pdb. Thanks, … |
|
|
|
@6835
|
[6835]
|
12/02/07 12:10:07 |
mtredinnick |
Fixed #3323 -- More robust error handling for related objetcs. Thanks, … |
|
|
|
@6832
|
[6832]
|
12/02/07 09:27:44 |
mtredinnick |
Fixed #5743 -- Tweaked the exceptions raised when importing settings so … |
|
|
|
@6829
|
[6829]
|
12/02/07 09:17:14 |
mtredinnick |
Fixed #6038 -- Don't hide some types of errors in syncdb. Thanks, Thomas … |
|
|
|
@6767
|
[6767]
|
11/29/07 23:13:05 |
adrian |
Edited docstring changes from [6480] -- moved the intense parameter … |
|
|
|
@6718
|
[6718]
|
11/26/07 06:32:57 |
russellm |
Fixed #5943 -- Modified django-admin.py to work like manage.py whenever a … |
|
|
|
@6650
|
[6650]
|
11/04/07 00:05:24 |
mtredinnick |
Fixed #5729 -- For MySQL (only), always delay the creation of foreign … |
|
|
|
@6622
|
[6622]
|
10/27/07 11:09:52 |
gwilson |
Wrapped some long lines and orginized imports. |
|
|
|
@6621
|
[6621]
|
10/27/07 11:05:59 |
gwilson |
Fixed #5824 -- For the startapp command, pass the true project name to … |
|
|
|
@6620
|
[6620]
|
10/27/07 11:03:24 |
gwilson |
Added to docstring of setup_environ about what the function returns. |
|
|
|
@6591
|
[6591]
|
10/21/07 17:06:52 |
mtredinnick |
Fixed "django-admin.py --version" so that it doesn't print the version … |
|
|
|
@6590
|
[6590]
|
10/21/07 16:53:18 |
mtredinnick |
Fixed #3265 -- Made it a validation error to have field names with … |
|
|
|
@6528
|
[6528]
|
10/18/07 20:26:09 |
gwilson |
Django coding style fixes. |
|
|
|
@6483
|
[6483]
|
10/13/07 13:45:49 |
gwilson |
Removed unneeded use of len() in a couple expressions. |
|
|
|
@6482
|
[6482]
|
10/13/07 13:33:03 |
gwilson |
Removed an unused import and a duplicate import. |
|
|
|
@6481
|
[6481]
|
10/13/07 11:40:20 |
gwilson |
Removed trailing whitespace. |
|
|
|
@6480
|
[6480]
|
10/13/07 11:38:19 |
gwilson |
Added docstring to copy_helper function. |
|
|
|
@6479
|
[6479]
|
10/13/07 11:02:54 |
gwilson |
Removed unused itertools import and organized imports to adhere to PEP 8. |
|
|
|
@6478
|
[6478]
|
10/13/07 10:59:54 |
gwilson |
Some Django coding style fixes. |
|
|
|
@6456
|
[6456]
|
10/05/07 21:23:59 |
gwilson |
Refs #5690 -- Changed path joining to use os.pardir instead of '..'. |
|
|
|
@6404
|
[6404]
|
09/21/07 19:27:07 |
russellm |
Fixed #5566 -- Fixed typo from [6042]. Thanks to thomas@gumption.com and … |
|
|
|
@6403
|
[6403]
|
09/21/07 12:54:15 |
russellm |
Fixed misleading comment from [6402]. |
|
|
|
@6402
|
[6402]
|
09/21/07 12:52:36 |
russellm |
Fixed #5564 -- Fixed handling of the ProjectCommand? used by startapp. |
|
|
|
@6401
|
[6401]
|
09/21/07 11:52:32 |
russellm |
Clean up of the command line argument error processing from [6400]. |
|
|
|
@6400
|
[6400]
|
09/21/07 11:19:20 |
russellm |
Fixed #5516 -- Added the ability for applications to define their own … |
|
|
|
@6298
|
[6298]
|
09/15/07 12:56:36 |
ikelly |
Fixed two more instances of bug #4827 in the management code. |
|
|
|
@6291
|
[6291]
|
09/15/07 11:19:10 |
mtredinnick |
Fixed #5242 -- Fixed table processing for some databases with case … |
|
|
|
@6290
|
[6290]
|
09/15/07 11:18:44 |
mtredinnick |
Variable renaming. I didn't feel comfortable with the tricky re-aliasing … |
|
|
|
@6281
|
[6281]
|
09/15/07 06:19:50 |
mtredinnick |
Fixed #5443 -- Handle lack of os.access() and os.chmod() in Jython. … |
|
|
|
@6241
|
[6241]
|
09/14/07 17:49:01 |
adrian |
Negligible formatting change to [6211] |
|
|
|
@6231
|
[6231]
|
09/14/07 17:16:14 |
jacob |
Fixed #3381 - manage.py shell now respects PYTHONSTARTUP/.pythonrc.py. |
|
|
|
@6211
|
[6211]
|
09/14/07 14:55:24 |
jacob |
Fixed #5445: added some compatibility code for the lack of iter in … |
|
|
|
@6204
|
[6204]
|
09/14/07 14:17:15 |
adrian |
Fixed #5376 -- Added --addrport option to the 'testserver' command. … |
|
|
|
@6199
|
[6199]
|
09/14/07 13:29:34 |
adrian |
Fixed #5286 -- Fixed non-HTML output bug in adminindex command. Thanks, … |
|
|
|
@6195
|
[6195]
|
09/14/07 13:12:36 |
ikelly |
Fixed #5218: Made Oracle create autoinc triggers using the correct name … |
|
|
|
@6094
|
[6094]
|
09/10/07 23:37:23 |
adrian |
Got runserver auto-reloading working again by removing what appeared to be … |
|
|
|
@6093
|
[6093]
|
09/10/07 23:27:06 |
adrian |
Restored 'django-admin.py --help' |