2 years agoReST-ified the docs. default tip
Justin Bronn <jbronn@geodjango.org> [Thu, 13 Aug 2009 12:41:22 -0500] rev 14
ReST-ified the docs.

2 years agoAdded the widgets/fields to the global `__init__` module; renamed `forms` module to better-named `fields` module.
Justin Bronn <jbronn@geodjango.org> [Thu, 13 Aug 2009 12:13:02 -0500] rev 13
Added the widgets/fields to the global `__init__` module; renamed `forms` module to better-named `fields` module.

2 years agoPass kwargs to `super` call.
Justin Bronn <jbronn@geodjango.org> [Thu, 13 Aug 2009 10:54:55 -0500] rev 12
Pass kwargs to `super` call.

2 years agoMay now disable the `add` and `search` icons for limited related fields.
Justin Bronn <jbronn@geodjango.org> [Thu, 13 Aug 2009 10:29:45 -0500] rev 11
May now disable the `add` and `search` icons for limited related fields.

2 years agoOk, think it's now fixed for 1.1.
Justin Bronn <jbronn@geodjango.org> [Fri, 17 Jul 2009 14:18:50 -0500] rev 10
Ok, think it's now fixed for 1.1.

2 years agoStill broken, but it's a start.
Justin Bronn <jbronn@geodjango.org> [Fri, 17 Jul 2009 11:59:22 -0500] rev 9
Still broken, but it's a start.

3 years agoSome docstring changes and tweaks; made all string components unicode (for safer string interpolation).
Justin Bronn <jbronn@geodjango.org> [Wed, 13 Aug 2008 14:00:07 -0500] rev 8
Some docstring changes and tweaks; made all string components unicode (for safer string interpolation).

3 years agoRemoved unnecessary code.
Justin Bronn <jbronn@geodjango.org> [Sat, 26 Jul 2008 14:02:25 -0500] rev 7
Removed unnecessary code.

3 years agoNo 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.
Justin Bronn <jbronn@geodjango.org> [Sat, 26 Jul 2008 13:47:14 -0500] rev 6
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.

3 years agoLimited 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.
Justin Bronn <jbronn@geodjango.org> [Fri, 30 May 2008 15:14:25 -0500] rev 5
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.