summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-06-15newforms-admin: Got StackedInline and TabularInline working. The templates st...Joseph Kocherhans
2007-06-07newforms-admin: Fixed #4258 and #4477 -- Changed admin index page to group by...Adrian Holovaty
2007-06-07newforms-admin: Merged to [5439]Adrian Holovaty
2007-05-24newforms-admin: Merged to [5325]Joseph Kocherhans
2007-05-24newforms-admin: Cleaned up FormSet internals and renamed formset.form_list to...Joseph Kocherhans
2007-05-20newforms-admin: Merged to [5300]Adrian Holovaty
2007-05-15newforms-admin: Merged to [5243]. There are 3 failing tests in regressiontest...Joseph Kocherhans
2007-05-12newforms-admin: Merged to [5194]Adrian Holovaty
2007-04-28newforms-admin: Fixed #2818 -- Filtered out duplicate results when searching inMalcolm Tredinnick
2007-04-28newforms-admin: Fixed #1576 -- Fixed SQL generation when using descendingMalcolm Tredinnick
2007-04-09newforms-admin: Merged to [4961]Adrian Holovaty
2007-04-07newforms-admin: Rewrote most of FormSets and associated tests. They now handl...Joseph Kocherhans
2007-04-07newforms-admin: Converted django.contrib.sites model admin options to use new...Adrian Holovaty
2007-04-07newforms-admin: Converted django.contrib.redirects model admin options to use...Adrian Holovaty
2007-04-07newforms-admin: Converted django.contrib.flatpages model admin options to use...Adrian Holovaty
2007-04-07newforms-admin: Converted django.contrib.comments model admin options to use ...Adrian Holovaty
2007-04-07newforms-admin: Converted django.contrib.auth model admin options to use new ...Adrian Holovaty
2007-04-07newforms-admin: Merged to [4945]Adrian Holovaty
2007-04-07newforms-admin: Added temporary hack to the admin 'submit_row' template tag s...Adrian Holovaty
2007-04-07newforms-admin: Updated admin urls.py to reflect the status of the conversion...Adrian Holovaty
2007-04-07newforms-admin: Implemented the rest of the admin site (model-specific pages)...Adrian Holovaty
2007-04-07newforms-admin: Fixed bug in ModelAdmin.save_add()Adrian Holovaty
2007-04-06newforms-admin: Merged to [4939]Adrian Holovaty
2007-03-28newforms-admin: Initial implementation of FormSet.Joseph Kocherhans
2007-03-25newforms-admin: Merged to [4823]Adrian Holovaty
2007-03-25newforms-admin: Fixed #3803 -- Fixed bug in ModelAdmin queryset_add() and que...Adrian Holovaty