Re: Kickstarter for Django Admin?

2013-04-08 Thread Serge G. Spaolonzi
go-hyperadmin-dockitresource) to be used by > the same clients because the functionality emitted by the document store is > described as links. If you want more functionality exposed then it is a > matter of getting your resource to emit the proper links. > -- Serge G. Spaolonzi Cobalys

Re: Kickstarter for Django Admin?

2013-03-31 Thread Serge G. Spaolonzi
example). Currently the admin app is website interface to CRUD operations, I think the admin app could be improved and turned into a CRUD engine independent of the presentation that exposes a interface that could be implemented or extended from any presentation form (android, html, rest calls). Reg

Question about DecimalFields and admin widgets.

2012-06-28 Thread Serge G. Spaolonzi
Hi, I wonder why does't the DecimalFields implement an Admin Widget like the other Fields?. I am working in a application based in the Admin site and I am in trouble trying to add some style to the decimal fields because they are rendered like a plain input text field with no class associated. F

Re: (Model)Forms localize=True violates DRY

2012-06-22 Thread Serge G. Spaolonzi
current locale. As I understand USE_L10N sets the default behavior application wise for the localization. Regards Serge G. Spaolonzi On Fri, Jun 22, 2012 at 9:16 AM, Karen Tracey wrote: > On Fri, Jun 22, 2012 at 7:23 AM, Klaas van Schelven < > klaasvanschel...@gmail.com> wrote:

Ticket #18471: Add a localization field option in Model Fields.

2012-06-13 Thread Serge G. Spaolonzi
of my code. Should I post a pull request from Github? Thanks -- Serge G. Spaolonzi Cobalys Systems - Web Development | Django | jQuery se...@cobalys.com · +(598) 96492712 · http://www.cobalys.com -- You received this message because you are subscribed to the Google Groups "Django develo