descriptionAn improved admin interface for `ForeignKey` and `ManyToManyField`.
ownerJustin Bronn <jbronn@geodjango.org>
last changeThu, 13 Aug 2009 12:41:22 -0500
changes
12 months ago Justin Bronn ReST-ified the docs. default tip
12 months ago Justin Bronn Added the widgets/fields to the global `__init__` module; renamed `forms` module to better-named `fields` module.
12 months ago Justin Bronn Pass kwargs to `super` call.
12 months ago Justin Bronn May now disable the `add` and `search` icons for limited related fields.
13 months ago Justin Bronn Ok, think it's now fixed for 1.1.
13 months ago Justin Bronn Still broken, but it's a start.
2 years ago Justin Bronn Some docstring changes and tweaks; made all string components unicode (for safer string interpolation).
2 years ago Justin Bronn Removed unnecessary code.
2 years 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.
2 years 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
12 months ago 8d73ffecf361 default
...