summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-11Move the schema-evolution-ng branch into the attic.archive/attic/schema-evolution-ngJames Bennett
2007-01-16Created "schema-evolution-ng" branch for Victor Ng's schema evolution work.Jacob Kaplan-Moss
2007-01-13Fixed #3281 -- newforms: URLField now works properly with required=False and ...Adrian Holovaty
2007-01-13Fixed #3293 -- newforms: Changed IntegerField.clean() to return None if field...Adrian Holovaty
2007-01-13Fixed #3289 -- newforms: Added value_from_datadict method to MultipleHiddenInputAdrian Holovaty
2007-01-13newforms: Added unit tests for MultipleHiddenInputAdrian Holovaty
2007-01-12Fixed #3287: method columns in the admin changelist can now have a {{{boolean...Jacob Kaplan-Moss
2007-01-12Fixed #3290: DummyCache now conforms to the BaseCache interface correctly. Th...Jacob Kaplan-Moss
2007-01-12Fixed #1717: ContentType.objects.get_for_manager() is now cached for a small ...Jacob Kaplan-Moss
2007-01-11newforms: Added unit tests and docs explaining that clean_data will only ever...Adrian Holovaty
2007-01-10Fixed #3267 -- newforms: Changed database TextField to render as Textarea in ...Adrian Holovaty
2007-01-10Fixed #3266 -- newforms: Made RadioSelect accept funky characters. Thanks for...Adrian Holovaty
2007-01-10Fixed #3278 -- newforms: Fixed bug in DeclarativeFieldsMetaclass where it ina...Adrian Holovaty
2007-01-10Fixed #3269 -- Fixed typo in admin change_password.html template. Thanks, ramiroAdrian Holovaty
2007-01-10Fixed #3277 - fixed a couple of typoes in docs/testing.txt. Thanks, Jeremy.Jacob Kaplan-Moss
2007-01-09Fixed #3232 -- newforms: Added save_instance(), which saves a given bound for...Adrian Holovaty
2007-01-09newforms: Changed model auto-Form generation so that create() and apply_chang...Adrian Holovaty
2007-01-09Fixed #3193 -- newforms: Modified as_hidden() to handle MultipleChoiceField c...Adrian Holovaty
2007-01-09newforms: Added 'initial' parameter to Form, which lets initial data be speci...Adrian Holovaty
2007-01-09newforms: Fixed Unicode issue on Python 2.3 when a BoundField's __unicode__()...Adrian Holovaty
2007-01-08Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.Jacob Kaplan-Moss
2007-01-08Fixed #3252 -- Fixed bugs in model_forms unit tests, related to recent newfor...Adrian Holovaty
2007-01-06Fixed #3229 -- Fixed reference in install.txt. Thanks again, deepfall@gmail.com.Russell Keith-Magee
2007-01-05Added note to docs/newforms.txt that points out ValidationError is a differen...Adrian Holovaty
2007-01-05Fixed #3236 -- Fixed some typos in docs/newforms.txt. Thanks, christoffer.car...Adrian Holovaty
2007-01-05Fixed #3229 -- Fixed typo in numbering in install.txt. Thanks, deepfall@gmail...Russell Keith-Magee
2007-01-05Fixed ReST error in docs/newforms.txt from [4288]Adrian Holovaty
2007-01-05Added a lot more to docs/newforms.txtAdrian Holovaty
2007-01-05More additions to docs/newforms.txtAdrian Holovaty
2007-01-05newforms: Changed Form.ignore_errors to Form.is_bound, which is more descript...Adrian Holovaty
2007-01-04Added first part of 'Using forms to validate data' section to docs/newforms.txtAdrian Holovaty
2007-01-04newforms: Changed Form so that clean_data only exists if a Form is valid. Tha...Adrian Holovaty
2007-01-04Fixed #2473 -- Added special case for '__in=[]' (empty set) queries, because ...Russell Keith-Magee
2007-01-03Fixed #3225: fixed a typo on docs/middleware.txt. Thanks, Collin GradyJacob Kaplan-Moss
2007-01-03Oops -- reverted accidentally commited material from [4280]Jacob Kaplan-Moss
2007-01-03Fixed #3226: removed some pre-magic-removal-isms in settings docs. Thanks, ub...Jacob Kaplan-Moss
2007-01-03Fixed #3223 -- Fixed typo in model API docs. Thanks, David van Mosselbeen.Russell Keith-Magee
2007-01-03Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to ac...Russell Keith-Magee
2007-01-03Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to ...Russell Keith-Magee
2007-01-03Fixes #3217 -- Added regression tests for options on the Admin metaclass. Inc...Russell Keith-Magee
2007-01-03Fixed problem with SelectDateWidget test caused by 2006/2007 year rollover. T...Russell Keith-Magee
2007-01-02Fixed #3216 -- Added shebang statement to daily_cleanup.pyAdrian Holovaty
2006-12-30Fixed typo in a docstring in django/contrib/admin/views/main.pyAdrian Holovaty
2006-12-30Fixed #3137 -- Added 'Clearing the session table' section to docs/sessions.txtAdrian Holovaty
2006-12-30Fixed #3151 -- Improved MySQL backend not to send 'SET NAMES utf8' before eve...Adrian Holovaty
2006-12-30Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch,...Adrian Holovaty
2006-12-30Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have it. T...Adrian Holovaty
2006-12-30Fixed #3203 -- Fixed setup.py bdist_wininst. Thanks for the patch, ymasudaAdrian Holovaty
2006-12-30Updated docstring in model_forms unit testAdrian Holovaty
2006-12-30Added a small note about decoupling to docs/newforms.txtAdrian Holovaty