summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Collapse)Author
2006-11-07Fixed #2913: CursorDebugWrapper no longer double-tuple-izes parameters. ↵Jacob Kaplan-Moss
Thanks, artdent@freeshell.org git-svn-id: http://code.djangoproject.com/svn/django/trunk@4045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Fixed #2914: filesizeformat no longer dies on invalid values. Thanks, ↵Jacob Kaplan-Moss
dev@simon.net.nz git-svn-id: http://code.djangoproject.com/svn/django/trunk@4044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Fixed #2921: deserialization no longer failes on NULL primary keys. Thanks, ↵Jacob Kaplan-Moss
mir@noris.de. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4043 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Fixed #2701: Added "fields" argument to serializers.serialize. Thanks, Deryck.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4042 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Fixed #2575: ObjectPaginator now accepts a "orphans" option to prevent pages ↵Jacob Kaplan-Moss
with only a few items. Thanks, SmileyChris. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4041 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Fixed #2452: comments can now be put within initial SQL files. Thanks, ↵Jacob Kaplan-Moss
Pawel J. Sawicki. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Fixed #2364: added NumberIsInRange validator. Thanks, Matt McClanahan.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4039 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Fixed #2343: Library.inclusion_tag now accepts a list of template names ↵Jacob Kaplan-Moss
along with a single name. Thanks, mderk@yandex.ru git-svn-id: http://code.djangoproject.com/svn/django/trunk@4038 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Implemented [4035] (improvement in URL validation) in django.newformsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Fixed #2923: FileFields can now be modified on windows. Thanks, radek.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4036 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Fixed #2934: greatly improved the accuracy if the isExistingURL check. Also ↵Jacob Kaplan-Moss
introduced a new setting, URL_VALIDATOR_USER_AGENT, which is the User-Agent that the validator will use to check for URL existance. Thanks, Jeremy. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Fixed #2972: prepopulate_from now works with multiple slugs on the same ↵Jacob Kaplan-Moss
field. Thanks, Archatas. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Fixed $2973: added minspare/maxspare/maxchildren options to runfcgi. ↵Jacob Kaplan-Moss
Thanks, James Crasta. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4033 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-07Fixed #2975: dateparse.js now correctly handles the last day of the year. ↵Jacob Kaplan-Moss
Thanks, wangbin@exoweb.net. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4032 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-06Fixed #2899: added defaults for data and error_dict params to FormWrapper. ↵Jacob Kaplan-Moss
Thanks, john@sneeu.com. git-svn-id: http://code.djangoproject.com/svn/django/trunk@4029 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-06Fixed #1021: unique_together should now get validated correctly. Thanks, ↵Jacob Kaplan-Moss
wam@cisco.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@4028 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-04django.newforms: Implemented hook for validation not tied to a particular ↵Adrian Holovaty
field. Renamed to_python() to clean() -- it's just...cleaner. Added Form.as_table(), Form.as_url(), Form.as_table_with_errors() and Form.as_ul_with_errors(). Added ComboField. Updated all unit tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3978 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-03fixed #2974: updated pt_BR translationsGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-03Removed fossilized remnant of pre-magic removal m2m code. Thanks for the ↵Russell Keith-Magee
report, Baurzhan Ismagulov. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3963 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-02Fixes #2918 -- Clarified the db_prep_save logic for DateField and ↵Russell Keith-Magee
DateTimeField to prevent accidental conversion of non-datetime objects into strings, because SQLite doesn't appear to check for valid date format in a string used on an UPDATE of a datetime column. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3960 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-02Added ChoiceField, MultipleChoiceField to django.newformsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3959 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-02Implemented SelectMultiple in django.newforms.widgetsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3958 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-01Added PasswordInput, HiddenInput, FileInput, Select to django.newforms.widgetsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3956 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-01Added URLField to django.newforms.fieldsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3955 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-31Fixes #2969 -- Added maxRequests option for FCGI servers. Thanks, Michael ↵Russell Keith-Magee
Radziej. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3954 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary ↵Adrian Holovaty
instead of empty string, for stricter compliance with Python library reference. Thanks for the patch, Yasushi Masuda git-svn-id: http://code.djangoproject.com/svn/django/trunk@3951 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-30Fixes #2966 -- Added extra_context parameter to direct_to_template generic ↵Russell Keith-Magee
view to keep it aligned with capabilities of other generic views. Thanks, wam-djangobug@wamber.net. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3950 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-30Fixes #2965 -- Added i18n for joiner used in validation error messages. ↵Russell Keith-Magee
Thanks, ramiro. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3949 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-30Fixes #2964 -- Fixed typo in regex in docstring for redirect_to. Thanks, ↵Russell Keith-Magee
wam-djangobug@wamber.net. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3948 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-28Split django.newforms into forms, fields, widgets, util. Also moved unit ↵Adrian Holovaty
tests from docstrings to a standalone module in tests/regressiontests/forms, to save docstring memory overhead, keep code readable and fit our exisitng convention git-svn-id: http://code.djangoproject.com/svn/django/trunk@3945 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-28Added django.newforms -- work-in-progress of the new framework for ↵Adrian Holovaty
forms/validators/manipulators git-svn-id: http://code.djangoproject.com/svn/django/trunk@3944 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-27Fixed #2956 -- Made 'django-admin.py startproject' tolerant of filesystem ↵Adrian Holovaty
arrangements that cannot accept file-permission changes. Thanks for the patch, masonsimon+django@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3941 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-27Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% ↵Adrian Holovaty
templatetag %} templatetag. Thanks for the patch, Jeong-Min Lee git-svn-id: http://code.djangoproject.com/svn/django/trunk@3938 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-25Fixed ngettext bug in comments post viewJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-25fixed #2942: updated 'ja' translationGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3934 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-25Reverted [3919] because it requires mod_python 3.2.10+Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3933 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-24Fixed #2932 -- Added more details to the warning message in 'manage.py ↵Adrian Holovaty
reset'. Thanks for the patch, pb@e-scribe.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3932 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-24Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ↵Adrian Holovaty
patch, mccutchen@gmail.com and Hawkeye git-svn-id: http://code.djangoproject.com/svn/django/trunk@3931 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-24Fixed #2890 -- Added default values of False for auth.User is_staff and ↵Adrian Holovaty
is_superuser. Thanks for the suggestion, dummy@habmalnefrage.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3930 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-24Fixed #2826 -- Added .is_authenticated() check before login() in comments viewsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-24Fixed #2865 -- Reverted [3866] (problem with mod_python SERVER_PORTAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-24Fixed #2898 -- Added missing ngettext import to django.db.models.fields.relatedAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3926 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-24Fixed #2925 -- Added missing exception import to admin.views.auth. Thanks, ↵Adrian Holovaty
SmileyChris git-svn-id: http://code.djangoproject.com/svn/django/trunk@3925 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-24Fixed #2937 -- Added __eq__, __ne__ and __hash__ for AnonymousUser. Thanks, ↵Adrian Holovaty
favo@exoweb.net git-svn-id: http://code.djangoproject.com/svn/django/trunk@3924 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-24Fixed #2943 -- Changed admin select filter box to work properly with ↵Adrian Holovaty
multi-byte characters in verbose_name. Thanks, mtsuyuki@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3922 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-24Fixed #2955 -- Fixed incorrect verbose-name display in admin delete_stage ↵Adrian Holovaty
message. Thanks for the patch, mattimustang@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3921 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-24Changed django.core.handlers.modpython ModPythonRequest.is_secure() to use ↵Adrian Holovaty
req.is_https(). Thanks, Jeremy Dunck git-svn-id: http://code.djangoproject.com/svn/django/trunk@3919 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-17Fixes #2915 -- Fixed typo in validation error message. Thanks, Matt Riggott.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3908 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-16fixed #2911: added polish to the default languagesGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3905 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-16fixed #2851: updated turkish language filesGeorg Bauer
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3904 bcc190cf-cafb-0310-a4f2-bffc1f526a37