Malcolm Tredinnick
26954aa3d0
Fixed #2790 -- Removed duplicate entry.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3797 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 13:46:11 +00:00
Malcolm Tredinnick
aa30761d51
Fixed #2789 -- Corrected typo from r3788.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3796 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 13:33:43 +00:00
Malcolm Tredinnick
d8b84cac91
Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3795 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 13:26:07 +00:00
Malcolm Tredinnick
96bc9ec79d
Fixed #2520 -- Fixed a problem with invalid SQL being generated by admin
...
interface in certain circumstances. Patch from favo@exoweb.net .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3794 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 13:10:46 +00:00
Malcolm Tredinnick
f88d58285b
Fixed #2546 -- Formatting fix in authentication docs. Thanks, SmileyChris.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 12:53:51 +00:00
Malcolm Tredinnick
4ca66711b5
Documented the always_test attribute for validator functions.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 12:46:35 +00:00
Malcolm Tredinnick
c3d7aad6d0
Fixed #2560 -- Add close() support to HttpResponse iterators. Thanks, Ivan
...
Sagalaev.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3791 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 12:32:00 +00:00
Malcolm Tredinnick
dc39762fde
Fixed #2578 -- Give a more accurate error message for admin.list_display_links
...
at model validation time. Patch from Christopher Lenz.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3790 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 12:22:32 +00:00
Malcolm Tredinnick
9e05fc1598
Fixed #2770 -- Fixed a database connection leak in
...
django.contrib.auth.handlers.modpython.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3789 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 12:01:15 +00:00
Malcolm Tredinnick
14be60c4cb
Fixed #2760 -- Fixed validation of negative float amounts in forms. Thanks,
...
James Bennett and Eddy Mulyono.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3788 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 03:42:31 +00:00
Malcolm Tredinnick
084d618519
Fixed #2749 -- Get the correct m2m_reverse_name() in generic relations. Thanks
...
to Jay Parlar and Chris Long for some good debugging here.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3787 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 03:26:13 +00:00
Malcolm Tredinnick
0fee26935d
Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic IP
...
addresses can now use bookmarklets. Thanks, Maximillian Dornseif.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3786 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 03:17:28 +00:00
Malcolm Tredinnick
8feee92045
Fixed #2685 -- Correctly process blank input for USStateField elements. Thanks,
...
dackze+django@gmail.com .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3785 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 03:10:49 +00:00
Malcolm Tredinnick
b46a093c45
Fixed #2678 -- Moved the list of profanities for the hasNoProfanities validator
...
into global_settings. Patch from Matt Croydon.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3784 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 02:48:19 +00:00
Malcolm Tredinnick
4f63ce5b4a
Fixed #2662 -- Changed dictfetchmany and dictfetchall to return iterators,
...
rather than a list, in order to save memory. Patch from Simon Willison.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3783 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 02:36:50 +00:00
Malcolm Tredinnick
4b5f0e2c87
Fixed #2657 -- Made some tweaks to Javascript quoting. Thanks, Alex Dedul.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3782 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 02:22:58 +00:00
Malcolm Tredinnick
3cf67a9920
Fixed #2649 -- Clarified behaviour of editable attribute on models. Thanks,
...
heckj@mac.com .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3781 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 01:54:10 +00:00
Malcolm Tredinnick
c430eb8273
Fixed #2640 -- Allow is_required for CheckboxField classes (defaults to False,
...
which was the previous behaviour). Thanks, torbjornthorsen@gmail.com .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3780 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 01:49:11 +00:00
Malcolm Tredinnick
6be701eba1
Fixed #2629 -- Added a permission_required decorator to
...
django.contrib.auth.decorator. Thanks, dummy@habmalnefrage.de .
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3779 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 01:44:28 +00:00
Malcolm Tredinnick
3efd4dcd2d
Fixed #2602 -- Include User Agent in broken link emails. Thanks, Ian Holsman.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3778 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-22 01:28:47 +00:00
Malcolm Tredinnick
8971760ab5
Fixed #2732 -- Allow first positional argument to runfastcgi() to be optional.
...
Patch from James Crasta.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3777 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-21 13:45:24 +00:00
Malcolm Tredinnick
f28f299413
Fixed #2758 -- Fixed some links in README.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3776 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-21 13:38:13 +00:00
Malcolm Tredinnick
31d764cadf
Fixed #2761 -- Apply escaping to values in form checkbox attributes.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3775 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-21 13:35:34 +00:00
Malcolm Tredinnick
e947fb2111
Fixed #2769 -- Applied some ReST formatting fixes. Thanks, ramiro.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3774 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-21 13:30:01 +00:00
Malcolm Tredinnick
d296e5e565
Fixed #2743 -- Made the value of a cycle tag accessible through the context.
...
Patch from Martin Glueck.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3773 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-21 13:09:00 +00:00
Malcolm Tredinnick
d85ee1c01e
Fixed #2556 -- Documented that simple_tag functions can take any number of
...
arguments, not just one.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3772 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-21 11:41:18 +00:00
Malcolm Tredinnick
d411a9a777
Updated the settings variables required to run the internal test suite. Also
...
fixed up the paths to existing tests and added a link to the documentation for
writing new tests for Django itself.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-21 11:19:34 +00:00
Russell Keith-Magee
a5f4a0255d
Clarified development stream status of some of the django-admin command line arguments
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3763 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-15 09:30:35 +00:00
Adrian Holovaty
927ec3fe7b
Fixed #2732 -- Fixed error in FastCGI docs and added keyword-arg support in a FastCGI function. Thanks for the patch, James Crasta
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3759 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-14 15:37:11 +00:00
Russell Keith-Magee
45399b4b13
Updated documentation for ChangeManipulators to reflect use of flatten_data() rather than __dict__ to populate form data.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3758 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-14 13:31:50 +00:00
Adrian Holovaty
3c5782287e
Fixed #2702 -- Fixed LazyUser to store cache as attribute of request, not class. Thanks for the patch, jkocherhans
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3754 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-12 17:30:47 +00:00
Adrian Holovaty
086992c739
Fixed #2689 -- Got 'manage.py diffsettings' working again. Thanks for the patch, Jeong-Min Lee
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3751 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-11 18:42:56 +00:00
Adrian Holovaty
ecf6a35112
Fixed #2700 -- Improved introspection for MySQL. Thanks for the patch, serbaut@gmail.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3750 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-11 18:41:05 +00:00
Adrian Holovaty
eaaebf5752
Added ant9000@netwise.it to AUTHORS
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3749 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-11 18:39:11 +00:00
Adrian Holovaty
69375bf9c9
Fixed #2680 -- Made small correction to DateTimeShortcuts.js that was causing problems in newest Mozilla security update for Debian. Thanks, ant9000@netwise.it
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3748 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-11 18:38:20 +00:00
Adrian Holovaty
9b5807a3fe
Fixed #2687 -- Fixed bug in docs/authentication.txt. Thanks, Collin Grady
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3747 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-11 18:32:45 +00:00
Adrian Holovaty
521c6a2652
Fixed #2699 -- Added quote_name() call to MySQL introspection.py. Thanks for the patch, serbaut@gmail.com
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3746 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-11 18:31:46 +00:00
Georg Bauer
2535c91c5b
fixed #2617 : added finnish translation
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3745 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-11 14:53:36 +00:00
Georg Bauer
45ce6c3d82
fixed #2668 : updated russian translation
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3744 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-11 14:50:52 +00:00
Georg Bauer
86a848e7cc
fixed #2597 : updated polish translation
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3743 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-11 14:49:46 +00:00
Georg Bauer
fc937bd464
fixed #2589 : updated norwegian translation
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3742 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-11 14:48:28 +00:00
Georg Bauer
a08322fbc2
fixed #2551 : updated es_AR translation
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3741 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-11 14:46:20 +00:00
Russell Keith-Magee
36added124
Fixes #2669 -- Added check on import of tests.py to differentiate between an absent tests.py, and an existent tests.py with an import error in it.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3740 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-09 14:58:46 +00:00
Russell Keith-Magee
5b34781f28
Clarified some minor issues in test system documentation.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3737 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-08 13:10:57 +00:00
Adrian Holovaty
e9b19df3ee
Added staff_member_required and permission check to django.contrib.admin.views.auth.user_add_stage() -- thanks, Robert Bunting
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3736 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-08 05:38:38 +00:00
Adrian Holovaty
8aa6a94e1a
Renamed 'func' argument in django.utils.functional.curry to reduce possibility that it will clash with a keyword argument name. Thanks for pointing this out, Michael Spencer
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3735 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-07 18:26:00 +00:00
Russell Keith-Magee
5a9839c547
Fixes #2653 -- Modified related field utility methods to return None as the related name for symmetrical m2m fields on self. Updated validators and unit tests to account for the new behavior.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3734 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-07 13:29:56 +00:00
Adrian Holovaty
29ba3e337b
Optimized django.utils.functional.curry. Thanks for the patch, Martin Glueck
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3733 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-07 04:21:11 +00:00
Jacob Kaplan-Moss
6152b325aa
Made psycopg2 backend actually support dictfetch* methods.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3727 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-05 16:12:36 +00:00
Russell Keith-Magee
6f87b17a0d
Fixes #2658 -- Modified SQLite cursor close() method for in-memory databases, making the lifespan of an in-memory database equal to the life of the process, rather than the life of the cursor. Thanks, Ned Batchelder.
...
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3723 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-05 13:32:08 +00:00