<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Development on Bibhas Debnath</title><link>https://bibhasdn.com/tags/development/</link><description>Recent content in Development on Bibhas Debnath</description><generator>Hugo</generator><language>en-us</language><copyright>© Bibhas D</copyright><lastBuildDate>Fri, 13 Jan 2012 07:59:00 +0000</lastBuildDate><atom:link href="https://bibhasdn.com/tags/development/index.xml" rel="self" type="application/rss+xml"/><item><title>Avail Request Object in Django Form Validation</title><link>https://bibhasdn.com/posts/2012-01-13-avail-request-object-in-django-form-validation/</link><pubDate>Fri, 13 Jan 2012 07:59:00 +0000</pubDate><guid>https://bibhasdn.com/posts/2012-01-13-avail-request-object-in-django-form-validation/</guid><description>&lt;p&gt;It may sometime happen that to validate a form field you need to check the value with some existing value from the database related to the User or some other entity. But sadly Django doesn&amp;rsquo;t allow accessing the Request object in the clean() or clean_&amp;lt;FieldName&amp;gt;() methods. Here is a way around it - &lt;/p&gt;</description></item></channel></rss>