summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-10Fixed #3443 -- Updated Joe Heck's entry.Malcolm Tredinnick
2007-02-09Fixed #3449 -- fixed regression test results so that they all pass now. ThanksMalcolm Tredinnick
2007-02-09Fixed #3468 -- fixed typo in VariableDoesNotExist.__str__. Pointed out byMalcolm Tredinnick
2007-02-09Added a ``session`` attribute to the test Client, to make it easier to test i...Russell Keith-Magee
2007-02-07Fixes #3447, Refs #2160 -- Reverting change [4459] because it breaks admin. A...Russell Keith-Magee
2007-02-06Trivial whitespace chance to AUTHORS to test the trac commit hook. Refs #1 a...Jacob Kaplan-Moss
2007-02-06Fixed #3441: VariableDoesNotExist is now a bit lazier about rendering its err...Jacob Kaplan-Moss
2007-02-05newforms: Changed ChoiceField error message *not* to include user-provided inputAdrian Holovaty
2007-02-04Fixed #2160 -- Modified object save logic to check for ``pk is None``, rather...Russell Keith-Magee
2007-01-30Fixed #3320: upgraded django.utils.simplejson to simplejson version 1.5. Than...Jacob Kaplan-Moss
2007-01-29Fixed Python 2.4-ism in modeltests/test_client. Thanks for the find, Robert ...Jacob Kaplan-Moss
2007-01-29Improved newforms.models.save_for_instance() to set many-to-many values via I...Adrian Holovaty
2007-01-29Fixed #3389 -- Many-to-many sets can now be assigned with primary key valuesAdrian Holovaty
2007-01-29Fixed #3385 -- Fixed broken link in docs/design_philosophies.txtAdrian Holovaty
2007-01-28newforms: Changed database Field formfield() methods to pass help_text to the...Adrian Holovaty
2007-01-28Fixed #3255 -- Added help_text argument to newforms Field class.Adrian Holovaty
2007-01-28Fixed #3263 -- newforms form_for_model() and form_for_instance() now handle f...Adrian Holovaty
2007-01-27newforms: Added a unit test that tests dynamic field addition with base field...Adrian Holovaty
2007-01-27Fixed #3334 -- Changed newforms Form class construction so that appending to ...Adrian Holovaty
2007-01-27Fixed #3312 -- CheckboxSelectMultiple no longer uses duplicate ID attributes ...Adrian Holovaty
2007-01-27Fixed #3300 -- Changed newforms Select widget to collapse 'choices' into a li...Adrian Holovaty
2007-01-27Fixed a flaw in the serializers that prevented OneToOneFields being serialize...Russell Keith-Magee
2007-01-25Fixed #3098 -- Added db_table parameter to m2m fields, allowing the specifica...Russell Keith-Magee
2007-01-25Fixed #3215, #3081, #2749 -- Fixed problem with mistaken deletion of objects ...Russell Keith-Magee
2007-01-25Fixed #3302 -- Added small note to docs/django-admin.txt about ordering of in...Adrian Holovaty
2007-01-25Fixed #3299 -- Added 'site' to the list of INVALID_PROJECT_NAMES and improved...Adrian Holovaty
2007-01-25Fixed #2133 -- Invalid session cookie no longer causes fatal error. Thanks, g...Adrian Holovaty
2007-01-25Fixed #1336 -- USStateField no longer throws exception when data is NoneAdrian Holovaty
2007-01-24Fixed ReST error in docs/contributing.txtAdrian Holovaty
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...Adrian Holovaty
2007-01-24newforms: Implemented NullBooleanField and NullBooleanSelectAdrian Holovaty
2007-01-24Made tiny grammar change to docs/newforms.txt. Thanks, RexAdrian Holovaty
2007-01-23newforms: Added MultiValueField, SplitDateTimeField, MultiWidget, SplitDateTi...Adrian Holovaty
2007-01-23Fixed #2296 -- Documented required trailing slash for MEDIA_URL. Thanks, nwp@...Adrian Holovaty
2007-01-23Fixed #3127 -- Added i18n hooks to NullBooleanField. Thanks, automatthiasAdrian Holovaty
2007-01-23Fixed a couple more ReST errors I found in docs/generic_views.txtAdrian Holovaty
2007-01-23Fixed #3234 -- Fixed ReST error in docs/generic_views.txt. Thanks, paoloAdrian Holovaty
2007-01-23Fixed small inconsistency in docs/url_dispatch.txt 'New in Django development...Adrian Holovaty
2007-01-23Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo...Adrian Holovaty
2007-01-23Fixed #3282 -- Fixed incorrect statement in docs/tutorial03.txt. Thanks, dave...Adrian Holovaty
2007-01-23Fixed #3346 -- Documented that search_fields Admin option can use related mod...Adrian Holovaty
2007-01-22Changed database Field formfield() methods to take arbitrary kwargs, which ar...Adrian Holovaty
2007-01-22newforms: Added formfield_callback argument to form_for_model and form_for_in...Adrian Holovaty
2007-01-21Fixed #3196 -- Fixed inconsistency in setting choices on ChoiceFields dynamic...Adrian Holovaty
2007-01-21newforms: Fixed confusing behavior when setting choices for ChoiceFields and ...Adrian Holovaty
2007-01-21Added SortedDict.value_for_index() method in django.utils.datastructuresAdrian Holovaty
2007-01-20newforms: Moved flatatt function from widgets.py to util.pyAdrian Holovaty
2007-01-20newforms: Added attrs optional argument to BoundForm.label_tag()Adrian Holovaty
2007-01-20Fixed #3321 -- Fixed typo in docs/testing.txt (which still needs to be proofr...Adrian Holovaty
2007-01-20Fixed #3303 -- Cleaned some newforms clean() method implementations. Thanks f...Adrian Holovaty