Re: Extending contrib.admindocs functionality

2015-06-05 Thread Žan Anderle
Good point. Yeah, I opened a ticket, but forgot to add it here. https://code.djangoproject.com/ticket/24917 Dne petek, 05. junij 2015 00.51.15 UTC+2 je oseba Marc Tamlyn napisala: > > This seems like a good idea to me. I'm not convinced that the original use > case for admin docs (documenting

App config on the default template for app creation

2015-06-05 Thread Mounir Messelmeni
Will it be better to add apps.py and app_config on the __init__.py file when we run ./manage.py startapp? I think this way users will know more about this feature and can also give a proper name to their apps. -- You received this message because you are subscribed to the Google Groups

Re: Making management forms for formsets optional

2015-06-05 Thread Patryk Zawadzki
Playground: https://github.com/django/django/pull/4797 -- Patryk Zawadzki I solve problems. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from

Making management forms for formsets optional

2015-06-05 Thread Patryk Zawadzki
Hi folks, I've talked to Marc about fixing the case where a formset will raise an uncaught ValidationError when instantiated with a missing or broken management form. This has caused us great pain when dealing with vulnerability scanners that tend to POST random crap to each endpoint they find as