Re: End-user defined fields, how would you approach it?

2012-01-29 Thread Simon Charette
I've been working on a similar project which takes the django-dynamo project a bit further. It's undocumented ATM but you can find the code at: https://github.com/charettes/django-mutant -- You received this message because you are subscribed to the Google Groups "Django developers" group. To

Generic edit generic views don't create `fail_silently` messages anymore.

2012-02-29 Thread Simon Charette
Now deprecated generic create_update function based views (create_object, update_object, delete_object

django.forms.fields.Field.localize to default to settings.USE_L10N

2011-02-14 Thread Simon Charette
Hi, I encountered a problem with DecimalField and DECIMAL_SEPARATOR in the admin which lead me to a ticket [1] which was marked as worksforme. Well it wasn't quite workingforme so I tried to come up with a testcase since the ticket has none. I realised that the actual implementation of DecimalF

Re: django.forms.fields.Field.localize to default to settings.USE_L10N

2011-02-16 Thread Simon Charette
Thank you very much for your feedback, I was wondering what were the edge cases that motivated such a decision. Do you believe it makes sense to have such a switch at the Form level, say a localize keyword which it's fields would default to? The same could apply to ModelAdmin localize_forms. If so

Re: pb with search on website

2011-02-18 Thread Simon Charette
This addon[1] has not been updated since the doc were and doesn't work anymore. You can try this updated version[2] I use which works fine. [1] https://addons.mozilla.org/en-US/firefox/addon/django-docs-search/ [2] https://gist.github.com/813029 -- You received this message because you are sub

Re: Decision for ticket #6362 - Remove blank spaces with strip when validating the data

2011-07-14 Thread Simon Charette
How is that supposed to interact with the `cleaning` mechanism of the field? -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/BNMXjILUK7gJ. To post

Re: DJango doesn't work with Oracle 11g on Windows 8

2011-09-21 Thread Simon Charette
http://lmgtfy.com/?q=vcvarsall.bat -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/v6EuZV0jI6AJ. To post to this group, send email to django-devel

Re: API for introspecting models

2011-09-24 Thread Simon Charette
It might be worth it to look at this existing effort to document _meta: http://readthedocs.org/projects/django-model-_meta-reference/. Simon -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https:/

Re: First time contribution, tests fails.

2011-09-28 Thread Simon Charette
Hi Yasar! Are you sure you're at the latest trunk revision? (16911) I'm not getting any failures with this revision and the test_sqlite settings? http://dpaste.com/623028/ -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this dis