summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-17newforms-admin: Merged from trunk up to [7021].Joseph Kocherhans
2008-01-02newforms-admin: Fixed #5827 -- Added missing import to django/contrib/admin/s...Adrian Holovaty
2008-01-02newforms-admin: Fixed #6005 -- Fixed double calling of Media() in newforms/wi...Adrian Holovaty
2007-12-19newforms-admin: Merged from trunk up to [6952].Joseph Kocherhans
2007-12-06newforms-admin: Modified the contrib.admin widget tests to allow for deployme...Russell Keith-Magee
2007-12-03newforms-admin: Merged changes from trunk up to [6863].Joseph Kocherhans
2007-12-02newforms-admin: Made some _meta lookups more direct.Joseph Kocherhans
2007-12-02newforms-admin: Missed a _get_pk_val() call in [6840].Joseph Kocherhans
2007-12-02newforms-admin: Small cleanup of a bunch of _get_pk_val() calls.Joseph Kocherhans
2007-12-02newforms-admin: Removed formset_for_queryset. BaseModelFormSet's constructor ...Joseph Kocherhans
2007-12-02newforms-admin: Fixed #5828. You can leave inline add forms empty again. Than...Joseph Kocherhans
2007-12-02newforms-admin: Fixed #5919. The admin add stage with inlines works again.Joseph Kocherhans
2007-12-01newforms-admin: Should have been part of [6811].Joseph Kocherhans
2007-12-01newforms-admin: Moved some views to contrib.auth. Based largely on a patch by...Joseph Kocherhans
2007-12-01newforms-admin: Fixed a bug where has_add_permission wasn't in the admin's ad...Joseph Kocherhans
2007-12-01newforms-admin: Fixed #5447. has_X_permission now works correctly.Joseph Kocherhans
2007-12-01newforms-admin: Fixed #6078. Blank spaces in the chnage list are now marked s...Joseph Kocherhans
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