1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/docs/topics
Stratos Moros 5d80d30a23 remove mention of djangoproject.com from cbv topic
The class based views topic mentions that the djangoproject.com weblog
is built using the date-based generic views, but looking at the code,
it actually uses the deprecated pre-1.3 function based generic views.
2012-05-18 13:25:15 +03:00
..
_images
db Fixed broken URLs introduced in 1adc87cd32. 2012-05-03 12:42:56 -03:00
forms Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
http Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
i18n Updated time zone FAQ with timezone.localize. 2012-05-06 09:50:30 +02:00
auth.txt Fixed #18301 -- Fixed url name in password reset example. 2012-05-11 20:15:30 +02:00
cache.txt
class-based-views.txt remove mention of djangoproject.com from cbv topic 2012-05-18 13:25:15 +03:00
conditional-view-processing.txt
email.txt
files.txt
index.txt
install.txt Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
logging.txt
pagination.txt
security.txt
serialization.txt Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
settings.txt Fix issue #18267 - document settings.configured property. 2012-05-16 16:13:39 +03:00
signals.txt Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
signing.txt Replaced print statement by print function (forward compatibility syntax). 2012-04-30 20:45:03 +02:00
templates.txt Fixed #16335 -- Clarified an unintuitive behavior. 2012-05-10 22:34:03 +02:00
testing.txt Fixed the syntax used for the Python repl examples in docs and docstrings. 2012-05-05 09:54:30 -05:00