summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move the schema-evolution-ng branch into the attic.archive/attic/schema-evolution-ngattic/schema-evolution-ngJames Bennett2009-09-110-0/+0
* Created "schema-evolution-ng" branch for Victor Ng's schema evolution work.Jacob Kaplan-Moss2007-01-160-0/+0
* Fixed #3281 -- newforms: URLField now works properly with required=False and ...Adrian Holovaty2007-01-132-0/+7
* Fixed #3293 -- newforms: Changed IntegerField.clean() to return None if field...Adrian Holovaty2007-01-132-4/+6
* Fixed #3289 -- newforms: Added value_from_datadict method to MultipleHiddenInputAdrian Holovaty2007-01-132-2/+21
* newforms: Added unit tests for MultipleHiddenInputAdrian Holovaty2007-01-131-0/+40
* Fixed #3287: method columns in the admin changelist can now have a {{{boolean...Jacob Kaplan-Moss2007-01-122-3/+29
* Fixed #3290: DummyCache now conforms to the BaseCache interface correctly. Th...Jacob Kaplan-Moss2007-01-121-3/+3
* Fixed #1717: ContentType.objects.get_for_manager() is now cached for a small ...Jacob Kaplan-Moss2007-01-121-4/+10
* newforms: Added unit tests and docs explaining that clean_data will only ever...Adrian Holovaty2007-01-112-0/+29
* Fixed #3267 -- newforms: Changed database TextField to render as Textarea in ...Adrian Holovaty2007-01-102-4/+11
* Fixed #3266 -- newforms: Made RadioSelect accept funky characters. Thanks for...Adrian Holovaty2007-01-102-3/+8
* Fixed #3278 -- newforms: Fixed bug in DeclarativeFieldsMetaclass where it ina...Adrian Holovaty2007-01-102-4/+4
* Fixed #3269 -- Fixed typo in admin change_password.html template. Thanks, ramiroAdrian Holovaty2007-01-101-1/+1
* Fixed #3277 - fixed a couple of typoes in docs/testing.txt. Thanks, Jeremy.Jacob Kaplan-Moss2007-01-101-2/+2
* Fixed #3232 -- newforms: Added save_instance(), which saves a given bound for...Adrian Holovaty2007-01-092-22/+51
* newforms: Changed model auto-Form generation so that create() and apply_chang...Adrian Holovaty2007-01-092-27/+28
* Fixed #3193 -- newforms: Modified as_hidden() to handle MultipleChoiceField c...Adrian Holovaty2007-01-094-5/+31
* newforms: Added 'initial' parameter to Form, which lets initial data be speci...Adrian Holovaty2007-01-093-2/+105
* newforms: Fixed Unicode issue on Python 2.3 when a BoundField's __unicode__()...Adrian Holovaty2007-01-091-1/+1
* Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon.Jacob Kaplan-Moss2007-01-086-7/+6
* Fixed #3252 -- Fixed bugs in model_forms unit tests, related to recent newfor...Adrian Holovaty2007-01-081-6/+9
* Fixed #3229 -- Fixed reference in install.txt. Thanks again, deepfall@gmail.com.Russell Keith-Magee2007-01-061-1/+1
* Added note to docs/newforms.txt that points out ValidationError is a differen...Adrian Holovaty2007-01-051-0/+5
* Fixed #3236 -- Fixed some typos in docs/newforms.txt. Thanks, christoffer.car...Adrian Holovaty2007-01-051-5/+5
* Fixed #3229 -- Fixed typo in numbering in install.txt. Thanks, deepfall@gmail...Russell Keith-Magee2007-01-051-1/+1
* Fixed ReST error in docs/newforms.txt from [4288]Adrian Holovaty2007-01-051-1/+1
* Added a lot more to docs/newforms.txtAdrian Holovaty2007-01-051-104/+319
* More additions to docs/newforms.txtAdrian Holovaty2007-01-051-22/+152
* newforms: Changed Form.ignore_errors to Form.is_bound, which is more descript...Adrian Holovaty2007-01-052-6/+12
* Added first part of 'Using forms to validate data' section to docs/newforms.txtAdrian Holovaty2007-01-041-1/+47
* newforms: Changed Form so that clean_data only exists if a Form is valid. Tha...Adrian Holovaty2007-01-042-5/+13
* Fixed #2473 -- Added special case for '__in=[]' (empty set) queries, because ...Russell Keith-Magee2007-01-042-1/+24
* Fixed #3225: fixed a typo on docs/middleware.txt. Thanks, Collin GradyJacob Kaplan-Moss2007-01-031-3/+4
* Oops -- reverted accidentally commited material from [4280]Jacob Kaplan-Moss2007-01-031-72/+6
* Fixed #3226: removed some pre-magic-removal-isms in settings docs. Thanks, ub...Jacob Kaplan-Moss2007-01-032-9/+75
* Fixed #3223 -- Fixed typo in model API docs. Thanks, David van Mosselbeen.Russell Keith-Magee2007-01-031-1/+1
* Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to ac...Russell Keith-Magee2007-01-035-4/+139
* Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to ...Russell Keith-Magee2007-01-034-9/+66
* Fixes #3217 -- Added regression tests for options on the Admin metaclass. Inc...Russell Keith-Magee2007-01-033-0/+338
* Fixed problem with SelectDateWidget test caused by 2006/2007 year rollover. T...Russell Keith-Magee2007-01-031-3/+3
* Fixed #3216 -- Added shebang statement to daily_cleanup.pyAdrian Holovaty2007-01-021-0/+2
* Fixed typo in a docstring in django/contrib/admin/views/main.pyAdrian Holovaty2006-12-301-2/+2
* Fixed #3137 -- Added 'Clearing the session table' section to docs/sessions.txtAdrian Holovaty2006-12-301-0/+17
* Fixed #3151 -- Improved MySQL backend not to send 'SET NAMES utf8' before eve...Adrian Holovaty2006-12-302-3/+6
* Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch,...Adrian Holovaty2006-12-305-3/+105
* Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have it. T...Adrian Holovaty2006-12-300-0/+0
* Fixed #3203 -- Fixed setup.py bdist_wininst. Thanks for the patch, ymasudaAdrian Holovaty2006-12-301-1/+8
* Updated docstring in model_forms unit testAdrian Holovaty2006-12-301-1/+9
* Added a small note about decoupling to docs/newforms.txtAdrian Holovaty2006-12-301-0/+4