Django dynamic form creation

2020-03-19 Thread Rahul Roshan
_name', 'total_amount') > labels = { > 'bill_name': 'Enter the Expenditure', > 'total_amount': 'Enter the total amount', > } > > SplitFormSet = modelformset_factory( > Split, > fie

please help me i am trying to solve it from 5 days but still did not get the solution so please help me here is problem

2018-04-15 Thread rahul verma
https://github.com/rahul6612/flying-store/issues/1? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsu

New Release of IBM_DB_DJANGO (1.0.7)

2014-11-21 Thread Rahul
stallation steps and help details, visit - http://code.google.com/p/ibm-db/wiki/ibm_db_django_README Try this out and let us know you valuable feedback. Cheers, Rahul Priyadarshi Download Express-C for free, go to: --- http://www.ibm.com/software/data/db2/ex

Re: 3rd-party database backends: Do you need a "can_introspect_null" feature flag?

2014-06-17 Thread Rahul
DB2 backend can introspect the nullability correctly, but it can't introspect BooleanField. It introspect Boolean field as SmallIntegerField but in the test case if can_introspect_boolean_field=False then it checks only for IntegerField. By including introspect_boolean_field_as_smallInteger an

Re: Database-dependant tests and third-party backends

2014-05-19 Thread Rahul
DECIMAL datatype of DB2 also doesn't supports max_digits 38 and decimal_places = 30. In DB2 precision range defined between 1 to 31 and In firebird range is 1 to 18(ref http://www.promotic.eu/en/pmdoc/Subsystems/Db/FireBird/DataTypes.htm) It would be good if max_digits and decimal_places can be

Re: Database-dependant tests and third-party backends

2014-05-19 Thread Rahul
I have created a ticket #22653 ( https://code.djangoproject.com/ticket/22653 ), for the issue I have mentioned. -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an em

Re: Database-dependant tests and third-party backends

2014-05-11 Thread Rahul
d_refs iii) fixtures_regress.TestFixtures.test_loaddata_forward_refs_split_fixtures Thanks, Rahul -- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegr

New Release of IBM_DB_DJANGO (1.0.6)

2014-02-07 Thread Rahul
and let us know you valuable feedback. Cheers, Rahul Priyadarshi Download Express-C for free, go to: --- http://www.ibm.com/software/data/db2/express/download.html?S_CMP=ECDDWW01&S_TACT=ACDB2011 -- You received this message because you are subscribed to th

New Release of IBM_DB_DJANGO (1.0.5)

2013-05-10 Thread Rahul
g new discussion at http://groups.google.co.in/group/ibm_db. For prerequisites, installation steps and help details, visit - http://code.google.com/p/ibm-db/wiki/ibm_db_django_README Try this out and let us know you valuable feedback. Cheers, Rahul Priyadarshi Download Express-C for free,

Re: Django sanctioned extensions

2013-03-11 Thread Rahul
s way committer can raise a ticket against specific backend if any changes required in that. Thanks, Rahul Priyadarshi On Saturday, March 9, 2013 10:19:30 AM UTC+5:30, Russell Keith-Magee wrote: > > > On Fri, Mar 8, 2013 at 11:23 AM, >wrote: > >> from thread "Moving da

New Release of IBM_DB_DJANGO (1.0.4)

2012-05-16 Thread Rahul
elp details, visit - http://code.google.com/p/ibm-db/wiki/ibm_db_django_README Try this out and let us know you valuable feedback. Have fun. Cheers, Rahul Priyadarshi Download Express-C for free, go to: --- - http://

ibm_db_django-1.0.2 IBM Dataservers backend support for Django 1.3 Released

2011-03-30 Thread Rahul
sites, installation steps and help details, visit - http://code.google.com/p/ibm-db/wiki/ibm_db_django_README Try this out and let us know you valuable feedback. Have fun. Cheers, Rahul Priyadarshi Download Express-C for

Re: Problem due to contenttype cache

2011-03-07 Thread Rahul
Hi carl, I have file a ticket for this. For details please find it on http://code.djangoproject.com/ticket/15568 Thanks, Rahul Priyadarshi On Mar 5, 9:27 am, Carl Meyer wrote: > On Mar 4, 5:55 am, Rahul wrote: > > > > > When i ran test cases of multiple_databases model

Problem due to contenttype cache

2011-03-04 Thread Rahul
ng same error here as well. Could you please let me know if you wants to let it gives error for this test case for InnoDB or I am running this wrong way. Thanks, Rahul Priyadarshi -- You received this message because you are subscribed to the Google Groups "Django developers" group. T

Re: Delete cascade up for Inherited models

2011-02-23 Thread Rahul
Thanks carl for updating me about this fix. I was using 1.3-beta-1 version of django. When i run it with latest trunk version it works fine. Thanks, Rahul Priyadarshi On Feb 24, 9:16 am, Carl Meyer wrote: > Hi Rahul, > > On Feb 21, 12:56 am, Rahul wrote: > > > When i

Delete cascade up for Inherited models

2011-02-20 Thread Rahul
baseFeatures. Wondering if there a hook exists through which i can change the parent to child execution of sql to child to parent through our DB2 Django adaptor. Any help would be appreciated Thanks, Rahul Priyadarshi -- You received this message because you are subscribed to the Google Groups &q

Re: Question on ForeignKey (on_delete=DO_NOTHING)

2011-02-06 Thread Rahul
I have ran the test suit in debugging mode also, and what i observed is sqlflush worked perfectly. I am currently investigating into this, if found something, will update you same. Thanks, Rahul Priyadarshi On Feb 4, 10:54 pm, Carl Meyer wrote: > On Feb 4, 3:41 am, Rahul wrote: > >

Re: Question on ForeignKey (on_delete=DO_NOTHING)

2011-02-04 Thread Rahul
ag in DatabaseFeatures then for full test suit also both test cases of "contenttypes" app works fine. But i am not able to figure out why this test case was failing when we were not sets supports_transaction flag. Thanks, Rahul Priyadarshi On Feb 2, 7:18 pm, Carl Meyer wrote: > Hi Rahul,

Re: Question on ForeignKey (on_delete=DO_NOTHING)

2011-02-02 Thread Rahul
hy this insert does not get executed when i run the complete test suite, but does when i run the indiviual test suite standalone. Any tips on above behavior or where should i look to resolve this would be appreciated. Thanks, Rahul Priyadarshi On Jan 31, 4:53 pm, Rahul wrote: > Carl, >

Re: Question on ForeignKey (on_delete=DO_NOTHING)

2011-01-31 Thread Rahul
t i still see lots of errors related to pkey/fkey dependencies out of sync :-(. Digging into that and if i am stuck will post some queries again thanks Rahul Priyadarshi On Jan 25, 9:15 am, Carl Meyer wrote: > On Jan 24, 3:51 am,Rahul wrote: > > > Can you let me know how i can specify that

Re: Question on ForeignKey (on_delete=DO_NOTHING)

2011-01-24 Thread Rahul
Can you let me know how i can specify that this test case should not be run, when i run the inbuilt unit test-cases. Currently i just run them like this 'python runtests.py --setting=settings' thanks Mario -- You received this message because you are subscribed to the Google Groups "Django deve

Question on ForeignKey (on_delete=DO_NOTHING)

2011-01-23 Thread Rahul
ev/ref/models/fields/#django.db.models.ForeignKey.on_delete Thus i assume that Django does not mandate that a database backend support referential integrity. However in your test suite, you have test cases that are expecting 'IntegrityError' in the case of DO_NOTHING. Can you shed some light on thi

New Release of ibm_db_django(1.0.1)

2010-09-01 Thread Rahul
help details, visit - http://code.google.com/p/ibm-db/wiki/ibm_db_django_README Try this out and let us know you valuable feedback. Have fun. Cheers, Rahul Priyadarshi Download Express-C for free, go to: --- -

New Release of ibm_db_django(1.0) is out of beta

2010-07-19 Thread Rahul
http://groups.google.co.in/group/ibm_db. For prerequisites, installation steps and help details, visit - http://code.google.com/p/ibm-db/wiki/ibm_db_django_README Try this out and let us know you valuable feedback. Have fun. Thanks, Rahul Priyadarshi Get Started with DB2 Express-C

ibm_db_django now supports Django-1.2

2010-03-29 Thread Rahul
d let us know you valuable feedback. Thanks, Rahul Priyadarshi Get Started with DB2 Express-C 9.7.1 DB2 9.7 is now available. Download Express-C for free, go to: https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?sourc

Problem with history view in admin page

2009-11-23 Thread Rahul
of the cases "XXX_ID" field is expected to be INTEGER. Is there any specific reason why "OBJECT_ID" defined as "TextField" in LogEntry model in "django\contrib\admin\models.py". The original post of this problem is available on http://groups.google.com/gr