summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-11-30newforms-admin: Merged from trunk up to [6782].Joseph Kocherhans
2007-11-30newforms-admin: Fixed #6722. Admin widgets are now marked safe.Joseph Kocherhans
2007-11-30newforms-admin: Fixed #6059. Javascript in the admin is no longer escaped.Joseph Kocherhans
2007-11-30newforms-admin: Merged from trunk up to [6775].Joseph Kocherhans
2007-11-30newforms-admin: Merged trunk revision [6671].Joseph Kocherhans
2007-11-30newforms-admin: Fixed grammar error in docstring of AdminFileWidget from [6457]Adrian Holovaty
2007-11-30newforms-admin: Merged from trunk up to [6670]. This is just before auto-esca...Joseph Kocherhans
2007-11-07newforms-admin: Updated InlineAdminFormSet following form_for_queryset change.Russell Keith-Magee
2007-11-06newforms-admin: Merged to [6652]Joseph Kocherhans
2007-11-06newforms-admin: Fixed #5733. Added formset_for_queryset. This is backwards in...Joseph Kocherhans
2007-11-06newforms-admin: Fixed #5758 -- Added a check to ensure that an inline model f...Russell Keith-Magee
2007-10-26newforms-admin: Added some files missing from [6613]Joseph Kocherhans
2007-10-26newforms-admin: Merged to [6612]Joseph Kocherhans
2007-10-13newforms-admin: Removed some unnecessary code.Joseph Kocherhans
2007-10-13newforms-admin: Extracted a method to get the ForeignKey from one model to an...Joseph Kocherhans
2007-10-10newforms-admin: Fixed #5720. render_change_form now belongs to ModelAdmin and...Joseph Kocherhans
2007-10-06newforms-admin: Merged to [6458]Joseph Kocherhans
2007-10-06removed accidentally check in changeChristian Metts
2007-10-06newforms-admin: Added link to current file for file-based widgets in the adminChristian Metts
2007-09-26newforms-admin: Changed the user add url to use the custom user add view again.Joseph Kocherhans
2007-09-25newforms-admin: Removed unused import.Joseph Kocherhans
2007-09-25newforms-admin: Changed RelatedFieldWidgetWrapper's deepcopy method to just r...Joseph Kocherhans
2007-09-25newforms-admin: Fixed #5353. Added FormSet validation hook. Separated a few t...Joseph Kocherhans
2007-09-25newforms-admin: Fixed bug in many-to-many raw_id widget display.Joseph Kocherhans
2007-09-25newforms-admin: Merged to [6416]Joseph Kocherhans
2007-09-24newforms-admin: Blocked [6391]. The url tag won't work with multiple admin si...Joseph Kocherhans
2007-09-24newforms-admin: Fixed a deepcopy bug in RelatedFieldWidgetWrapper. This shoul...Joseph Kocherhans
2007-09-17newforms-admin: Fixed merge conflict in AUTHORS file.Joseph Kocherhans
2007-09-17newforms-admin: Merged to [6370].Joseph Kocherhans
2007-09-15newforms-admin: Merged to [6332].Joseph Kocherhans
2007-09-15Added 'Multiple admin sites in the same URLconf' section to docs/admin.txtAdrian Holovaty
2007-09-15newforms-admin: Added more to docs/admin.txtAdrian Holovaty
2007-09-15newforms-admin: Fixed #4963. We now use force_unicode instead of str for crea...Joseph Kocherhans
2007-09-15newforms-admin: Added intro to docs/admin.txtAdrian Holovaty
2007-09-15newforms-admin: Removed dependency on _meta.admin in get_deleted_objects.Joseph Kocherhans
2007-09-15newforms-admin: Fixed a bug in ManyToManyRawIdWidget where a list of integers...Joseph Kocherhans
2007-09-15newforms-admin: Backing out [6321] temporarily. It should have been 2 differn...Joseph Kocherhans
2007-09-15Fixed a bug in ManyToManyRawIdWidget where a list of integers needed to be co...Joseph Kocherhans
2007-09-15newforms-admin: Fixed #5401 -- make-messages.py works again. Thanks, Petr Mar...Adrian Holovaty
2007-09-15newforms-admin: Removed Model code and tests related to inner Admin classes. ...Joseph Kocherhans
2007-09-15newforms-admin: Added jdetaeye to AUTHORS. Forgot in [6301].Joseph Kocherhans
2007-09-15newforms-admin: Fixed #5407. Javascript problems with raw_id fields. Thanks C...Joseph Kocherhans
2007-09-15newforms-admin: Added docs/admin.txt, a placeholder for documenting all of th...Adrian Holovaty
2007-09-15newforms-admin: Fixed #5488. inlines with multiple ForeignKeys to the same pa...Joseph Kocherhans
2007-09-14newforms-admin: Fixed a stupid typo.Joseph Kocherhans
2007-09-14newforms-admin: Fixed a problem with [6232] where an exception was raised if ...Joseph Kocherhans
2007-09-14newforms-admin: Fixed ordering for ModelAdmin.queryset. Refs #4926, but that ...Joseph Kocherhans
2007-09-14newforms-admin: Fixed #4699. Really this time. AllValuesFilterSpec uses the M...Joseph Kocherhans
2007-09-14newforms-admin: Fixed #4958 -- Translated field labels now show. Thanks, Honz...Adrian Holovaty
2007-09-14newforms-admin: Fixed #5251 -- 'Show in Web' links now work properly again. T...Adrian Holovaty