Well, ... I know about reverse_lazy
Sorry for not explaining myself good enough:
reverse_lazy can't do:
url( 'bar/foo/(?P[0-9]*)/', *RedirectView*( url=
*reverse_lazy*('foo_stuff')
),
url( 'foo/(?P[0-9]*)/', some_view_func, name = 'foo_stuff' ),
What a RedirectView supporting URL Names (..
Hello,
Django's development moved to GitHub 7 months ago, and it's a success!
No guidelines for pull requests were published, but usage patterns have
emerged. Here's what I've observed.
550 pull requests have been opened:
- 20% of them are still open. This figure is a slightly above rea
One major improvement I've seen is that when there's a small issue in a
commit (such a typo) a contributor often leaves an inline comment and it
can get fixed directly. This is a great workflow for simple issues.
Alex
On Sun, Nov 25, 2012 at 3:46 PM, Aymeric Augustin <
aymeric.augus...@polytechn
On Saturday, November 24, 2012 9:11:17 AM UTC-8, is_null wrote:
>
> Hello everybody,
>
>
> I can understand most of the points made here, expect just one, please
> bare with me. Several hackers on this list stated that it has "obviously
> not its place in Django". I don't understand why generic