summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-07Fixed #2975: dateparse.js now correctly handles the last day of the year. Th...Jacob Kaplan-Moss
2006-11-07Fixed #2987: cleaned up the syndication documentation a bit, thanks to dev@si...Jacob Kaplan-Moss
2006-11-06Fixed #2899: added defaults for data and error_dict params to FormWrapper. T...Jacob Kaplan-Moss
2006-11-06Fixed #1021: unique_together should now get validated correctly. Thanks, wam...Jacob Kaplan-Moss
2006-11-04django.newforms: Implemented hook for validation not tied to a particular fie...Adrian Holovaty
2006-11-03fixed #2974: updated pt_BR translationsGeorg Bauer
2006-11-03Removed fossilized remnant of pre-magic removal m2m code. Thanks for the repo...Russell Keith-Magee
2006-11-02Fixes #1378 -- Added svn:ignore "*.pyc" to some directories that were missing...Russell Keith-Magee
2006-11-02Fixes #2971 -- Fixed inor typo in example in authentication documentation. Th...Russell Keith-Magee
2006-11-02Fixes #2918 -- Clarified the db_prep_save logic for DateField and DateTimeFie...Russell Keith-Magee
2006-11-02Added ChoiceField, MultipleChoiceField to django.newformsAdrian Holovaty
2006-11-02Implemented SelectMultiple in django.newforms.widgetsAdrian Holovaty
2006-11-01Updated forms unit tests to reflect new fields and widgets from [3955] and [3...Adrian Holovaty
2006-11-01Added PasswordInput, HiddenInput, FileInput, Select to django.newforms.widgetsAdrian Holovaty
2006-11-01Added URLField to django.newforms.fieldsAdrian Holovaty
2006-10-31Fixes #2969 -- Added maxRequests option for FCGI servers. Thanks, Michael Rad...Russell Keith-Magee
2006-10-30Added note to docs/generic_views.txt that extra_context is new in Django deve...Adrian Holovaty
2006-10-30Fixed #2963 -- Fixed bug in docs/static_files.txt. Thanks, Collin GradyAdrian Holovaty
2006-10-30Fixed #2968 -- Changed arguments to __import__ to use empty dictionary instea...Adrian Holovaty
2006-10-30Fixes #2966 -- Added extra_context parameter to direct_to_template generic vi...Russell Keith-Magee
2006-10-30Fixes #2965 -- Added i18n for joiner used in validation error messages. Thank...Russell Keith-Magee
2006-10-30Fixes #2964 -- Fixed typo in regex in docstring for redirect_to. Thanks, wam-...Russell Keith-Magee
2006-10-30Fixes #2967 -- Fixed some typos in tutorial 4. Thanks, ramiro.Russell Keith-Magee
2006-10-28Changed forms unit tests to reflect the fact that render() does not use the t...Adrian Holovaty
2006-10-28Split django.newforms into forms, fields, widgets, util. Also moved unit test...Adrian Holovaty
2006-10-28Added django.newforms -- work-in-progress of the new framework for forms/vali...Adrian Holovaty
2006-10-27Fixed #2956 -- Made 'django-admin.py startproject' tolerant of filesystem arr...Adrian Holovaty
2006-10-27Fixed #2958 -- Pointed out in docs/modpython.txt that we use <Location> inste...Adrian Holovaty
2006-10-27Fixed #2961 -- Added 'opencomment' and 'closecomment' options to {% templatet...Adrian Holovaty
2006-10-25Fixed ngettext bug in comments post viewJacob Kaplan-Moss
2006-10-25fixed #2942: updated 'ja' translationGeorg Bauer
2006-10-25Reverted [3919] because it requires mod_python 3.2.10+Adrian Holovaty
2006-10-24Fixed #2932 -- Added more details to the warning message in 'manage.py reset'...Adrian Holovaty
2006-10-24Fixed #648 -- Added comment syntax to template system: {# #}. Thanks for the ...Adrian Holovaty
2006-10-24Fixed #2890 -- Added default values of False for auth.User is_staff and is_su...Adrian Holovaty
2006-10-24Fixed #2826 -- Added .is_authenticated() check before login() in comments viewsAdrian Holovaty
2006-10-24Fixed #2854 -- Fixed inconsistency in docs/tutorial02.txt. Thanks, ymasudaAdrian Holovaty
2006-10-24Fixed #2865 -- Reverted [3866] (problem with mod_python SERVER_PORTAdrian Holovaty
2006-10-24Fixed #2898 -- Added missing ngettext import to django.db.models.fields.relatedAdrian Holovaty
2006-10-24Fixed #2925 -- Added missing exception import to admin.views.auth. Thanks, Sm...Adrian Holovaty
2006-10-24Fixed #2937 -- Added __eq__, __ne__ and __hash__ for AnonymousUser. Thanks, f...Adrian Holovaty
2006-10-24Fixed #2940 -- Clarified docs/settings.txt entry about MANAGERS. Thanks, matt...Adrian Holovaty
2006-10-24Fixed #2943 -- Changed admin select filter box to work properly with multi-by...Adrian Holovaty
2006-10-24Fixed #2955 -- Fixed incorrect verbose-name display in admin delete_stage mes...Adrian Holovaty
2006-10-24Made small edits to docs/templates_python.txtAdrian Holovaty
2006-10-24Changed django.core.handlers.modpython ModPythonRequest.is_secure() to use re...Adrian Holovaty
2006-10-23Fixes #2950 -- Removed reference to a 'Summer 2006' release of v1.0Russell Keith-Magee
2006-10-23Fixed #2941 -- Fixed a typo pointed out by jeff@nokrev.com.Malcolm Tredinnick
2006-10-23Fixed #2854 -- Incorporated a small suggestion which might make it clearer whereMalcolm Tredinnick
2006-10-23Fixed #2931 -- Use request.method == 'POST' where appropriate in the examples.Malcolm Tredinnick