Adrian Holovaty
|
a291952a7d
|
Refactored some small parts of core.management -- ManagementUtility.execute() no longer takes an argument, and ManagementUtility.__init__() now takes argv
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6091 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-11 04:24:35 +00:00 |
Gary Wilson Jr
|
aacb0cf055
|
Removed duplicate form tests added in the [changeset:5609 unicode merge].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6090 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-11 04:21:32 +00:00 |
Adrian Holovaty
|
a247c726c2
|
Changed core.management print_help() methods to accept a prog_name argument instead of an argv list, in an attempt to figure out why auto reloading stopped working
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-11 03:46:35 +00:00 |
Adrian Holovaty
|
c554858f6b
|
Renamed 'args' variables in django.core.management to 'argv' to be more clear, and removed an unneeded import
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6088 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-11 02:49:07 +00:00 |
Russell Keith-Magee
|
12146f34fd
|
Removed code that was recasting major errors found during application import. If an application can't be imported, it now throws a full stack trace with the problem, rather than reporting the problem as a one line message.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6087 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-10 07:00:46 +00:00 |
Adrian Holovaty
|
f15a5c7abb
|
Renamed a variable in ManagementUtility.execute() for clarity
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6086 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-10 04:33:24 +00:00 |
Adrian Holovaty
|
4453f65c78
|
Combined two paragraphs in docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-10 03:46:43 +00:00 |
Adrian Holovaty
|
49e4e4f9ce
|
Attempted to bold part of docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-10 03:46:06 +00:00 |
Adrian Holovaty
|
b82a44d270
|
Added 'How to document new features' to docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6083 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-10 03:42:33 +00:00 |
Russell Keith-Magee
|
3b6f032850
|
Fixed #5375 -- Added base command options to the options registered against dumpdata. Thanks for the fix, Matthew Flanagan <mattimustang@gmail.com>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6081 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-10 02:07:57 +00:00 |
Adrian Holovaty
|
3a3669e010
|
Fixed #5336 -- Altered an example in docs/fastcgi.txt. Thanks, Thomas Guttler
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-09 22:48:25 +00:00 |
Adrian Holovaty
|
5e19019bca
|
Added bullet to docs/contributing.txt about creating diffs from the top-level trunk directory
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-09 22:10:47 +00:00 |
Adrian Holovaty
|
84f6182494
|
Fixed broken link in docs/django-admin.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6077 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-09 22:01:33 +00:00 |
Adrian Holovaty
|
c853973110
|
Improved 'Examples of using different ports and addresses' section in docs/django-admin.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6076 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-09 22:00:30 +00:00 |
Adrian Holovaty
|
71504127fd
|
Fixed #5369 -- Refactored the django-admin.py help system, allowing each subcommand to register its own options. Thanks for the patch, Todd O'Bryan
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6075 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-09 21:57:59 +00:00 |
Adrian Holovaty
|
6f0bc3d02b
|
Fixed #5280 -- Fixed typo in docs/modpython.txt. Thanks, nsteinmetz@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6071 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-09 17:21:36 +00:00 |
Adrian Holovaty
|
9b07806aa1
|
Fixed #5340 -- Linked docs/templates.txt to docs/templates_python.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-09 17:18:36 +00:00 |
Gary Wilson Jr
|
a047f6a8fe
|
Fixed #5346 -- Fixed a couple typos in the model-api docs. Thanks, David Paccoud.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-08 19:30:16 +00:00 |
Gary Wilson Jr
|
b0e173ae3f
|
Fixed imports to adhere to PEP 8 and stripped trailing whitespace.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-08 19:26:15 +00:00 |
Gary Wilson Jr
|
7e57576ff7
|
Fixed #5232 -- Fixed the validation of `DecimalField` so that the negative sign is not counted as a digit. Thanks, Andrew Durdin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6067 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-08 19:24:46 +00:00 |
Gary Wilson Jr
|
ef088d5f36
|
Fixed imports to adhere to PEP 8 and stripped trailing whitespace.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6066 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-08 05:11:17 +00:00 |
Gary Wilson Jr
|
41b3a45fc5
|
Fixed #3557 -- Made `SlugField` inherit from `CharField` so that its `max_length` is properly set. Removed `get_manipulator_field_objs` method since it's already provided by `CharField`. Thanks, Russell Cloran.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6065 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-08 05:09:39 +00:00 |
Gary Wilson Jr
|
be39adeb28
|
Changed imports to adhere to PEP 8.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6058 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-07 04:11:20 +00:00 |
Gary Wilson Jr
|
da5ce52061
|
Fixed #3134 -- Made the `archive_year` generic view consistent with the other date-based generic views by not performing an `order_by()` on the passed queryset. This change is backwards-incompatible if you were relying on `archive_year` to do the ordering for you.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6057 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-07 04:09:59 +00:00 |
Russell Keith-Magee
|
e4342b7d28
|
Refs #5343 -- Reverted [6047]. Loading custom commands was causing the settings file to get read before the options could be processed to determine if a --settings option was present. Back to the drawing board (again)...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-05 14:01:31 +00:00 |
Adrian Holovaty
|
faaf2dad36
|
Updated docs/cache.txt section on 'dummy caching' to use the same example format as the other backends
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-04 22:44:35 +00:00 |
Russell Keith-Magee
|
9515b953f8
|
Fixed #5334 -- Added installation instructions for FreeBSD, and sorted the existing instructions by name. Thanks, Paul Bissex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-04 13:09:59 +00:00 |
Russell Keith-Magee
|
f25b8cdbcd
|
Fixed #5212, #5222 -- Added the ability for users to register their own commands with django-admin. A previous attempt at this was introduced in [5923]-[5925], and rolled out in [5929].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-04 12:59:49 +00:00 |
Gary Wilson Jr
|
4e476b44af
|
Removed trailing whitespace.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6046 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-04 00:54:40 +00:00 |
Gary Wilson Jr
|
2292ebb47f
|
Removed import that snuck into [6044].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-04 00:53:59 +00:00 |
Gary Wilson Jr
|
53372fcb07
|
Cleaned up some imports.
Fixed long lines.
Changed some docstrings to use "action words".
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-04 00:50:06 +00:00 |
Gary Wilson Jr
|
1da7b5cde7
|
Added test for unknown non-field error.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-04 00:48:19 +00:00 |
Russell Keith-Magee
|
d1d4d018bf
|
Fixed #5330 -- Added a fixture file that was missing from [6039].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6042 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-03 23:41:24 +00:00 |
Gary Wilson Jr
|
bce7de9647
|
Removed some duplication in the Django `TestCase` methods by introducing a `to_list` function for putting a value into a list if it's not already one.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6041 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-03 23:14:51 +00:00 |
Russell Keith-Magee
|
853f9c7db9
|
Fixed #5271 -- Fixed documentation reference to using the application name as an argument to manage.py validate. The recent management.py refactor exposed this error; it was silently ignored previously.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-03 13:13:10 +00:00 |
Russell Keith-Magee
|
3bf4ef0c77
|
Fixed #4988 -- In the test client, Added tracking of the client and request that caused a response so that the assertRedirects check can use the correct client when following a redirect. Well spotted, alex@gc-web.de.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6039 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-03 11:21:40 +00:00 |
Adrian Holovaty
|
afc6985267
|
Fixed #5292 -- Changed CSRF middleware to check for request.method == 'POST' instead of request.POST dictionary not being empty. Thanks, Jakub Wilk
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6038 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-03 06:18:48 +00:00 |
Adrian Holovaty
|
8e3507cd3e
|
Fixed #4923 -- Fixed error in docs/authentication.txt. Thanks, djangotrac.20.skel@spamgourmet.org
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-03 06:16:47 +00:00 |
Adrian Holovaty
|
41576fea71
|
Fixed #5263 -- Updated docstring for sqlite3 backend. Thanks, Paul Bx
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-02 20:04:44 +00:00 |
Adrian Holovaty
|
a07c1c5aa6
|
Fixed #5303 -- Fixed incorrect statement about PythonPath directive in docs/modpython.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-02 17:09:27 +00:00 |
Adrian Holovaty
|
a18b744aa6
|
Fixed #5318 -- Corrected typo in it_province localflavor. Thanks, francescod.calabrese@tiscali.it
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6033 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-02 17:06:26 +00:00 |
Adrian Holovaty
|
8ae1a78e47
|
Fixed #5319 -- Changed terminal colors in django.core.management.colors not to be used under Jython. Thanks, Marty Alchin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6032 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-09-02 17:05:13 +00:00 |
Russell Keith-Magee
|
5ad08583e1
|
Fixed #4968 -- Added assertRedirects handling for paths with GET data. Thanks for the patch, Ivan Sagalaev.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6031 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-31 11:37:28 +00:00 |
Adrian Holovaty
|
d09d1428f8
|
Fixed #5307 -- startproject/startapp now makes sure all files it creates are writeable. Thanks, Thomas Stromberg
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6028 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-31 04:35:03 +00:00 |
Adrian Holovaty
|
33ab65dd1e
|
Made negligible capitalization fix to docs/db-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6027 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-31 04:30:20 +00:00 |
Russell Keith-Magee
|
258af283fc
|
Fixed #4457 -- Corrected the handling of exceptions in the test client when the 500.html template is not available. Thanks to Chris Wager <cw264701@ohiou.edu> for his help in tracking down this problem.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6023 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-28 13:03:22 +00:00 |
Adrian Holovaty
|
44e620972d
|
Changed 'validate' and 'runserver' management commands to display the number of errors. This was previous behavior before the management.py refactoring
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-27 00:30:37 +00:00 |
Gary Wilson Jr
|
4ea2afa4d5
|
Fixed #5257 -- Fixed typo in tutorial from [6006]. Thanks, Collin Grady.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6020 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-26 01:16:19 +00:00 |
Gary Wilson Jr
|
1a1a58c9f8
|
Fixed #3184 -- Changed the `unordered_list` template filter to use a more simple format, while maintaining backwards compatibility with the old format. `unordered_list` now works with a simple list of items. Thanks for the patch, SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6019 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-26 01:11:20 +00:00 |
Adrian Holovaty
|
32c729be10
|
Added note to docs/django-admin.txt section on 'testserver' that the server does not detect changes to Python code
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6017 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-08-25 23:56:33 +00:00 |