- Language: en
104 results for next in the development version
-
What to read next
- … next So you’ve read all the introductory material and have decided you’d like …
-
Writing your first contribution for Django
- … next to it. Please don’t do it for this tutorial, but on the next …
-
Django 1.5 release notes
- … next_page_number When using object pagination , the previous_page_number() and next_page_number …
-
Writing your first Django app, part 5
- … next time you make a change, either when you add a new feature or fix a bug. So let’s do that …
-
Writing your first Django app, part 8
- … next? The beginner tutorial ends here. In the meantime, you might want to check out some …
-
Django 1.1 release notes
- … next? We’ll take a short break, and then work on Django 1.2 will begin …
-
Using the Django authentication system
- … next . If next isn’t provided, it redirects to settings.LOGIN_REDIRECT_URL (which defaults to /accounts/profile …
-
Generic date views
- … next_week %} -- {% endif %} {% if next_week %} Next week: {{ next_week | date :"W" }} of year …
-
How to release Django
- … next expected release ( example commit ). Create a stub release note for the next feature release …
-
Paginator
- … next or previous page. Page. next_page_number () [source] Returns the next page number. Raises …