descriptionAn improved admin interface for `ForeignKey` and `ManyToManyField`.
ownerJustin Bronn <jbronn@geodjango.org>
last changeThu, 13 Aug 2009 12:41:22 -0500
changes
6 months ago Justin Bronn ReST-ified the docs. default tip
6 months ago Justin Bronn Added the widgets/fields to the global `__init__` module; renamed `forms` module to better-named `fields` module.
6 months ago Justin Bronn Pass kwargs to `super` call.
6 months ago Justin Bronn May now disable the `add` and `search` icons for limited related fields.
7 months ago Justin Bronn Ok, think it's now fixed for 1.1.
7 months ago Justin Bronn Still broken, but it's a start.
19 months ago Justin Bronn Some docstring changes and tweaks; made all string components unicode (for safer string interpolation).
19 months ago Justin Bronn Removed unnecessary code.
19 months ago Justin Bronn No longer requires patching of the Django code. However, all related objects now must also use the `LimitedRelatedAdmin`, which was not required prior. Added a README, and got rid of deprecation warnings due to merge of NFA in trunk.
21 months ago Justin Bronn Limited related fields now have an "add" button as well so users won't have to go through the search interface to add a related object.
...
tags
...
branches
6 months ago 8d73ffecf361 default
...