django/docs/topics
Aymeric Augustin 93240b7d90 Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the corresponding Python objects in templates.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17894 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-10 20:49:45 +00:00
..
_images Added a diagram of the hierarchy of our TestCase subclasses to the testing docs. 2012-02-27 19:04:33 +00:00
db Fixed #16233 -- Added link to multiple databases docs from custom sql alias section. Thanks charlax for the report. 2012-04-06 09:17:37 +00:00
forms Removed deprecated URLField.verify_exists. 2012-03-31 13:55:03 +00:00
http Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric Augustin for the review. 2012-03-31 10:34:11 +00:00
i18n Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the corresponding Python objects in templates. 2012-04-10 20:49:45 +00:00
auth.txt Fixed #17841 -- Clarified caching note about authentication backends. Thanks auzigog for the proposal and lukegb for the patch. 2012-03-16 19:30:00 +00:00
cache.txt
class-based-views.txt Fixed #16074 -- Added ContextMixin to class-based generic views to handle get_context_data. Thanks emyller, Luke Plant, Preston Holmes for working on the ticket and patch. 2012-04-06 21:24:33 +00:00
conditional-view-processing.txt
email.txt Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients() description. Thanks Stéphane Raimbault for the report and the patch. 2012-04-10 20:00:18 +00:00
files.txt
generic-views-migration.txt
generic-views.txt Replaced http by https in djangoproject.com links 2012-03-13 17:53:31 +00:00
index.txt
install.txt Fixed #17983 -- Re-fixed the ln syntax by adding a trailing slash to the destination directory. 2012-03-31 18:55:23 +00:00
logging.txt Fixed #17900 -- StreamHandler output defaults to stderr. Thanks c4m3lo for the report. 2012-03-15 07:56:01 +00:00
pagination.txt
security.txt Quick edit of docs/topics/security.txt to catch some basic formatting problems and reword an awkward section 2011-12-17 02:48:27 +00:00
serialization.txt Fixed #13914 -- Added natural keys to User and Group models in auth contrib app. Thanks, jbochi and closedbracket. 2012-02-04 12:48:01 +00:00
settings.txt Fixed #17028 - Changed diveintopython.org -> diveintopython.net 2011-11-19 22:57:20 +00:00
signals.txt
signing.txt
templates.txt
testing.txt Removed documentation for SMTPConnection, which was removed at r15978. 2012-03-31 12:08:39 +00:00