summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-10newforms-admin: Changed the 'fields' option on ModelAdmin to 'fieldsets'. 'fi...Joseph Kocherhans
2007-09-09newforms-admin: Fixed #4491. Thanks Honza Kral.Joseph Kocherhans
2007-09-09newforms-admin: Switched edit inline rendering to just use an include instead...Joseph Kocherhans
2007-09-09newforms-admin: Refactored edit inline support classes.Joseph Kocherhans
2007-09-07Made SlugField subclass CharField.Joseph Kocherhans
2007-09-07Pulled a fieldset tag out of the stacked edit inline template. Some design wo...Joseph Kocherhans
2007-09-07Added Simon Litchfield to AUTHORS in reference to [6053].Joseph Kocherhans
2007-09-07Fixed typo in formsets. Thanks Simon Litchfield.Joseph Kocherhans
2007-09-07Fixed #4867. FormSet.is_valid() now returns False when the FormSet is not bou...Joseph Kocherhans
2007-09-05newforms-admin: Merged to [6050]Adrian Holovaty
2007-09-02newforms-admin: Fixed #5250 -- Added translation hook to 'Delete' in admin ed...Adrian Holovaty
2007-08-31newforms-admin: Exposed orderable and deletable arguments in inline_formset.Russell Keith-Magee
2007-08-31newforms-admin: Made import visibility of formsets and Media consistent with ...Russell Keith-Magee
2007-08-30newforms-admin: Fixed #4761 -- Moved default definition of filter_horizontal ...Russell Keith-Magee
2007-08-25newforms-admin: Merged to [6015]Adrian Holovaty
2007-08-25newforms-admin: Merged to [6013]Adrian Holovaty
2007-08-24newforms-admin: Fixed #4810, Refs #4571 -- Reversed the logic for the type ch...Russell Keith-Magee
2007-08-24newforms-admin: Fixed #4571 -- Clarified type check to allow multiple class r...Russell Keith-Magee
2007-08-24newforms-admin: Fixed #4450 -- Added URL override for user password changes i...Russell Keith-Magee
2007-08-24newforms-admin: Fixed #4524 -- Fixed object deletion in the admin interface. ...Russell Keith-Magee
2007-08-24newforms-admin: Fixed #5231 -- Corrected some entries in the admindocs views ...Russell Keith-Magee
2007-08-20Fixed #5211 -- Added paths starting with '/' to the list of paths that are pr...Russell Keith-Magee
2007-08-20newforms-admin: Merged to [5983]Adrian Holovaty
2007-08-18newforms-admin: Fixed #5199 -- Corrected is_bound logic for formsets. Well sp...Russell Keith-Magee
2007-08-18newforms-admin: Fixed #4418 -- Added the ability for widgets, forms, and Admi...Russell Keith-Magee
2007-08-18Fixed #5196 -- Merged over changes to validation.py that didn't get merged co...Russell Keith-Magee
2007-08-17newforms-admin: Merged from trunk up to [5916]Russell Keith-Magee
2007-08-09newforms-admin: Fixed handling of file uploads in inline formsets.Russell Keith-Magee
2007-08-07newforms-admin: Modified handling of request.POST and request.FILES to match ...Russell Keith-Magee
2007-08-07newforms-admin: merge to [5827]Russell Keith-Magee
2007-08-07Merged revisions 4350-4357,4359-4365,4371-4372,4374-4377,4380-4386,4388,4390-...Russell Keith-Magee
2007-07-07newforms-admin: Changed to using ugettext() for translations.Malcolm Tredinnick
2007-07-07newforms-admin: Merged from trunk up to [5625]. This includes the UnicodeMalcolm Tredinnick
2007-07-03newforms-admin: Merged to [5595]Adrian Holovaty
2007-07-03newforms-admin: Fixed #4696 -- Fixed incorrect error message for AdminSite.re...Adrian Holovaty
2007-07-03newforms-admin: Fixed #4661 - formset forms can give false errors for add_for...Joseph Kocherhans
2007-07-03newforms-admin: Changed BoundInlineObject and templates to treat deletion, or...Joseph Kocherhans
2007-07-01newforms-admin: Changed _get_add_forms() and _get_change_forms() so they don'...Adrian Holovaty
2007-07-01newforms-admin: Corrected small error in _get_add_forms() docstringAdrian Holovaty
2007-07-01newforms-admin: Fixed typo in docstrings in newforms/models.pyAdrian Holovaty
2007-07-01newforms-admin: Negligible comment formatting changeAdrian Holovaty
2007-07-01newforms-admin: Changed project_template urls.py to use the new style for inc...Adrian Holovaty
2007-07-01newforms-admin: Merged to [5571]Adrian Holovaty
2007-07-01newforms-admin: Fixed #4732 -- Moved admin.utils to admindocs.utils. Thanks, ...Adrian Holovaty
2007-06-20newforms-admin: Fixed #4629. Implemented raw_id_fields for inlines.Joseph Kocherhans
2007-06-20newforms-admin: Extracted a base class for functionality common to both inlin...Joseph Kocherhans
2007-06-15newforms-admin: Fixed #4570. Added deafult 'inlines' attribute to ModelAdmin.Joseph Kocherhans
2007-06-15newforms-admin: Fixed a bug where each inline would get the prefix 'form'. Th...Joseph Kocherhans
2007-06-15newforms-admin: Fixed Form.is_empty method to allow an empty SplitDateTimeFie...Joseph Kocherhans
2007-06-15newforms-admin: Merged to trunk [5473].Joseph Kocherhans