descriptionAn improved admin interface for `ForeignKey` and `ManyToManyField`.
ownerJustin Bronn <jbronn@geodjango.org>
last changeWed, 13 Aug 2008 14:00:07 -0500
changes
10 months agoJustin BronnSome docstring changes and tweaks; made all string components unicode (for safer string interpolation). default tip
11 months agoJustin BronnRemoved unnecessary code.
11 months agoJustin BronnNo 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.
13 months agoJustin BronnLimited 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.
13 months agoJustin BronnFixed bug where `limited_related` fields are required notwithstanding if the related field `blank` keyword is set.
14 months agoJustin BronnAdded patch for those wishing not use `gis-newforms`.
14 months agoJustin BronnAdded a LICENSE file.
15 months agoJustin BronnFixed non-existant `ValidationError`; now correctly gets the `EmptyQuerySet` associated w/the related model.
15 months agoJustin BronnInitial Revision.
...
tags
...
branches
10 months agocd29cac59e92default
...