summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-15fixed #2999: updated greek translationGeorg Bauer
2006-11-13Fixed typo in 'incorrect backend' database error messageAdrian Holovaty
2006-11-10Fixed bug in [4058], in django/core/mail.py. Thanks, Igor GoryachevAdrian Holovaty
2006-11-10Fixed typo in docs/templates_python.txtAdrian Holovaty
2006-11-10Fixed #2997 -- Fixed URLField validation in django.newforms. Thanks, jkocherhansAdrian Holovaty
2006-11-10Fixed typo in docs/templates.txtAdrian Holovaty
2006-11-10Fixed #3000 -- Fixed typo in docs/testing.txt. Thanks, Bastian KleineidamAdrian Holovaty
2006-11-10Fixed #3007 -- Fixed Python 2.4-ism from [4051] in django/core/mail.py. Also ...Adrian Holovaty
2006-11-07Fixed typo in docs/templates.txtAdrian Holovaty
2006-11-07Formatting fixes from the past round of checkinsAdrian Holovaty
2006-11-07Fixed #2991: Added Message-ID header to messages sent from Django. Thanks, Gr...Jacob Kaplan-Moss
2006-11-07Fixed #2800: the ifchanged tag now can optionally take paramaters to be check...Jacob Kaplan-Moss
2006-11-07Fixed #2848: broken doctest in comment app. Thanks, dummy@habmalnefrage.deJacob Kaplan-Moss
2006-11-07Fixed #2866: Added DATABASE_OPTIONS setting which gets passed as extra kwargs...Jacob Kaplan-Moss
2006-11-07Fixed #2875: made urlresolvers.get_mod_func() deal with non-qualified callbac...Jacob Kaplan-Moss
2006-11-07Fixed #2894: XML deserializer now correctly handles null primary keys.Jacob Kaplan-Moss
2006-11-07Fixed #2913: CursorDebugWrapper no longer double-tuple-izes parameters. Than...Jacob Kaplan-Moss
2006-11-07Fixed #2914: filesizeformat no longer dies on invalid values. Thanks, dev@sim...Jacob Kaplan-Moss
2006-11-07Fixed #2921: deserialization no longer failes on NULL primary keys. Thanks, ...Jacob Kaplan-Moss
2006-11-07Fixed #2701: Added "fields" argument to serializers.serialize. Thanks, Deryck.Jacob Kaplan-Moss
2006-11-07Fixed #2575: ObjectPaginator now accepts a "orphans" option to prevent pages ...Jacob Kaplan-Moss
2006-11-07Fixed #2452: comments can now be put within initial SQL files. Thanks, Pawel...Jacob Kaplan-Moss
2006-11-07Fixed #2364: added NumberIsInRange validator. Thanks, Matt McClanahan.Jacob Kaplan-Moss
2006-11-07Fixed #2343: Library.inclusion_tag now accepts a list of template names along...Jacob Kaplan-Moss
2006-11-07Implemented [4035] (improvement in URL validation) in django.newformsAdrian Holovaty
2006-11-07Fixed #2923: FileFields can now be modified on windows. Thanks, radek.Jacob Kaplan-Moss
2006-11-07Fixed #2934: greatly improved the accuracy if the isExistingURL check. Also ...Jacob Kaplan-Moss
2006-11-07Fixed #2972: prepopulate_from now works with multiple slugs on the same field...Jacob Kaplan-Moss
2006-11-07Fixed $2973: added minspare/maxspare/maxchildren options to runfcgi. Thanks,...Jacob Kaplan-Moss
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