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