Leighton Lilford
Leighton Lilford
patterns was deprecated in v3.10 iirc. try: ```python from django.conf.urls import include, url from django.contrib import admin admin.autodiscover() urlpatterns = [ url(r'^polls/', include('polls.urls', namespace="polls")), url(r'^admin/', include(admin.site.urls)), ]`
Hi all, Thanks for the analysis Mark - moment is definitely a sizeable portion of our bundle, and I have nothing against pursuing an alternative with a smaller footprint. I...
Hi, Unfortunately I dont think this would be natively supported but I'll leave this issue open as I dont think it would be too trickey to add the ability to...
Might be a good case to use https://lodash.com/docs/4.17.10#throttle
Hey, will take a look on the weekend. Pretty flat out at work but should have time then
@cristian-spiescu FYI: Looking at migrating to timescript [#249] Would put this in as a major version bump
We could do this, but would need to be targeted for the next major release