DEP201 / Simplified URL routing progress report

2017-06-11 Thread Sjoerd Job Postmus
Hi all, I finally had some more time to continue on the WIP implementation of DEP201, and spent it on getting two missing items working: * Showing the supplied argument to `path` in the technical 404 page. * Making `path` work with "lazy" (think `ugettext_lazy`) arguments. I also (finally) rese

Re: Consider making asgi_rabbitmq an official Django project.

2017-06-11 Thread Artem Malyshev
Hi Andrew, I'm very glad to hear it's considered useful. If you look at recent master you can see that I've added documentation and comments to the code. Exact commit https://github.com/proofit404/asgi_rabbitmq/commit/9add0b8fec10ff93f8a813838f4f8ad87fde7e1f Also, I found the second maintaine

Re: Default to BigAutoField

2017-06-11 Thread emorley
On Saturday, 10 June 2017 10:33:35 UTC+1, Claude Paroz wrote: > > Another idea is to leverage the system check framework (--deploy part) to > warn when the max id is over 50% of available range. > I was about to suggest the same. Seems like something worth doing regardless of whether we change t

Re: migrate id field from integer to biginter (probable bug)

2017-06-11 Thread Josh Schneier
Opened a bug here: https://code.djangoproject.com/ticket/28298 and have a working patch here: https://github.com/django/django/pull/8628 -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from