Closed wo0dyn closed 7 years ago
Hi @wo0dyn !
As the url
tag is part of the built-in templatetags (django/template/defaulttags.py), there should be nothing to import.
Rendering this template would raise an error like 'url' is not a registered library.
You can simply get rid of the load url
.
Oh s…! Thank you very much @hsmett. I will amend the PR.
You may add some tests? :p
You may add some tests? :p
Spotted. 👍 I thought it was too simple to write a test… My mistake. 😉
Is it still OK for you guys? @hsmett @Natim
Yes it is good to me, also it is generally a bad idea to squash commits because it removes all the work of collaboration that we have been doing. Your work, then @hsmett reviews and then my reviews doesn't appear if you squash the commit. While it was a process that lasted 17 hours, we don't have any track of it anymore.
More about that has been written by @benoitbryon back in the days:
it is generally a bad idea to squash commits because it removes all the work of collaboration that we have been doing
Oops, sorry about that. 😕
FYI, here is a small set of commits from my reflog prior to rebasing:
It isn't a big deal I think.
More about that has been written by @benoitbryon back in the days
Thanks for the blog posts. Will read that later.
We had this warning: