Re: Partial indexes, PR help

2018-07-23 Thread Christophe Pettus
> On Jul 23, 2018, at 12:20, Mads Jensen wrote: > > Q(published__gt=datetime.date(2017, 10, 1)) > => > "table"."published" > '2017-10-01'::timestamp; > > is unfortunate because it turns the function mutable, and the index can > therefore not be created (exact error message can be seen in the

Partial indexes, PR help

2018-07-23 Thread Mads Jensen
Hi, I've opened a PR to add support for partial indexes in Django. It's on the right track, but I bumped into an issue that I need help with. On PostgreSQL, the cast that's introduced when doing something like: Q(published__gt=datetime.date(2017, 10, 1)) => "table"."publis

Re: 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 Tom Forbes
This mailing list is for the development of Django itself, not for support. Use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. On 15 April 2018 at 14:53:50, rahul verma (rahulverma6...@gmail.com) wrote:

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

Re: Improving usefulness of management command help output via reordering options

2018-04-06 Thread Adam Johnson
(To me at least. ) > > If you'd be happy to do the work for it then a Trac ticket + PR would be > the way to go. > (Assuming there are no objections.) > > Kind Regards, > > Carlton > > > On Friday, 6 April 2018 01:24:12 UTC+2, David Foster wrote: >> >> Curre

Re: Improving usefulness of management command help output via reordering options

2018-04-06 Thread Carlton Gibson
: > > Currently if you run a custom management command with --help, you will get > output that looks like: > > $ python3 manage.py import_layout_calendar --help > > usage: manage.py import_layout_calendar [-h] [--version] [-v {0,1,2,3}] > >

Improving usefulness of management command help output via reordering options

2018-04-05 Thread David Foster
Currently if you run a custom management command with --help, you will get output that looks like: $ python3 manage.py import_layout_calendar --help usage: manage.py import_layout_calendar [-h] [--version] [-v {0,1,2,3}] [--settings SETTINGS

Help required with bug #29024 (`TestContextDecorator` never exits if `setUp` fails in tests)

2018-02-12 Thread Shahbaj Sayyad
Hey guys i'm trying to solve bug https://code.djangoproject.com/ticket/29024 , the suggestion provided is that i use *addCleanup* inside *setUp* or use *setUpClass* and *tearDownClass*. I tried using *addCleanup* inside *setUp* function of *TestContextDecorator* but as the class

Need help with solving ticket #28619

2017-09-23 Thread Heba Khan
Hi everyone! I want to contribute to Django as part of my minor project that is a part of my curriculum. I encountered ticket #28619: https://code.djangoproject.com/ticket/28619 Please advise me on how to move ahead with this problem and fix it. Thank you very much in advance. -- You

Re: draft blog post for Oracle help

2017-05-04 Thread Jani Tiainen
Just a note - Oracle announced few days ago official 12c docker images available (for free) from docker store. So there is now alternative way to have oracle database for testing. See https://github.com/oracle/docker-images/tree/master/OracleDatabase for scripts and

Re: draft blog post for Oracle help

2017-05-04 Thread Mariusz Felisiak
I updated https://code.djangoproject.com/wiki/OracleTestSetup instruction. -- 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

Re: Please help me with "Writing your first patch for Django"

2016-12-18 Thread Adam Johnson
> > That appears to be the full stack trace since it errors out in the assert >> :D > > Oh yes, my bad, I'm used to pytest ;) > On Sunday, December 18, 2016 at 2:15:54 PM UTC, Florian Apolloner wrote: > > > > On Saturday, December 17, 2016 at 7:08:23 PM UTC+1, Adam Johnson wrote: >> >> Also you

Re: Please help me with "Writing your first patch for Django"

2016-12-18 Thread Florian Apolloner
On Saturday, December 17, 2016 at 7:08:23 PM UTC+1, Adam Johnson wrote: > > Also you might be experiencing failures specific to your operating system > and database setup - if you'd paste the stack traces we might be able to > figure more out. > That appears to be the full stack trace since

Re: Please help me with "Writing your first patch for Django"

2016-12-17 Thread Adam Johnson
Also you might be experiencing failures specific to your operating system and database setup - if you'd paste the stack traces we might be able to figure more out. On Sat, 17 Dec 2016 at 16:27, Tim Graham wrote: > 1. As the tutorial says, "Some tests are specific to a

Re: Please help me with "Writing your first patch for Django"

2016-12-17 Thread Tim Graham
1. As the tutorial says, "Some tests are specific to a particular database backend and will be skipped if not testing with that backend." No problem there. 2. Can you reproduce those failures on master? If not, it's nothing to worry about. On Saturday, December 17, 2016 at 10:49:21 AM UTC-5,

Please help me with "Writing your first patch for Django"

2016-12-17 Thread Carlos Mermingas
I absolutely love Django and I would like to contribute. After slowly reading some of the material on how to get started, I just went through the "Writing your first patch for Django" tutorial. I am using Python 3.5 and I have a few questions: *(1) When I run the tests, I get **4 failures and

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-12-16 Thread Tim Graham
| max_connections | 100 | >>>>> | max_user_connections | 0| >>>>> +--+--+ >>>>> 7 rows in set (0.04 sec) >>>>> >>>>> 2016-08-01 21:05 GMT-0

Re: Help with plugin development (esp. djangocms-helper)

2016-11-19 Thread Iacopo Spalletti
On 18/11/2016 02:52, Brian Rutledge wrote: > Ah, yes, tox. I have that installed globally. So, this was successful: > > $ git clone g...@github.com:divio/djangocms-style.git > $ cd djangocms-style > $ tox -e py27-latest > # ... > py27-latest: commands succeeded > congratulations :) > > $

Help with plugin development (esp. djangocms-helper)

2016-11-17 Thread Brian Rutledge
In the process of submitting a PR for djangocms-style , I ran into some snags with getting my development environment set up. I started by following the instructions under Running Tests ,

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-05 Thread Tim Graham
gt;> 2016-08-01T23:02:56.636617Z 0 [ERROR] [FATAL] InnoDB: Semaphore wait >>>> has lasted > 600 seconds. We intentionally crash the server because it >>>> appears to be hung. >>>> 2016-08-01 23:02:56 0x7f5fb75d8700 InnoDB: Assertion failure in thre

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-03 Thread gilberto dos santos alves
B: Assertion failure in thread >>> 140049074980608 in file ut0ut.cc line 920 >>> InnoDB: We intentionally generate a memory trap. >>> InnoDB: Submit a detailed bug report to http://bugs.mysql.com. >>> InnoDB: If you get repeated assertion failures or crashes, eve

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-03 Thread George-Cristian Bîrzan
Aside the obvious (hardware issues), which is I think unlikely if your datadir is on tmpfs, can you check the error logs for what queries were being executed when it crashes? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-02 Thread Erik Cederstrand
improperly built, > or misconfigured. This error can also be caused by malfunctioning hardware. > Attempting to collect some information that could help diagnose the problem. > As this is a crash and something is definitely wrong, the information > collection process might fail. &g

Re: Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-01 Thread gilberto dos santos alves
out forcing recovery. > 23:02:56 UTC - mysqld got signal 6 ; > This could be because you hit a bug. It is also possible that this binary > or one of the libraries it was linked against is corrupt, improperly built, > or misconfigured. This error can also be caused by malfunctioning hard

Need help with MySQL 5.7 crashing on Django's Jenkins

2016-08-01 Thread Tim Graham
his error can also be caused by malfunctioning hardware. Attempting to collect some information that could help diagnose the problem. As this is a crash and something is definitely wrong, the information collection process might fail. key_buffer_size=536870912 read_buffer_size=131072 max_used_

Re: Need Help

2016-07-17 Thread Jeremy Spencer
There is a whole section on the django website about starting to contribute. -- Jeremy Spencer www.jeremyspencer.me www.linkedin.com/in/jeremylspencer www.facebook.com/jeremyspencerllc On July 17, 2016 at 4:28:55 PM, Rizwan anjum

Re: Help Text Per Model Field Choice

2016-05-12 Thread Marc Tamlyn
late functionality in your app - such as the help text. I've also not yet written that package. So, I feel this is only one of a wide range of issues which spring from the simplicity of choices. It would be good to see a solution look at the range of problems and prior art. On 8 May 2016 at 12:53, David Sa

Help Text Per Model Field Choice

2016-05-08 Thread David Sanders
Hey all, I think it would be a greatly useful feature to be able to set help text for choices on a model field. For the default Select widget this would be rendered as the title attribute for each choice, which browsers show when you hover over a choice. This also makes it simple to render

Help needed & Status of DEP0005 (middleware handling)

2016-04-02 Thread Florian Apolloner
Hi, so here is a short update for DEP0005: I've moved from a branch on my private repository to a branch named dep0005 on Django to make it easier for core developers to push there and to allow others to easily make pull requests against it. The code as is works fine, the remaining tasks are

Re: help

2016-03-22 Thread Tim Graham
TIRUMALA RAO wrote: > > hi > i am S TIRUMALA RAO and really interested in django projects.if anyone > could help me out with what has to done. > > -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions t

help

2016-03-22 Thread SANGAPU TIRUMALA RAO
hi i am S TIRUMALA RAO and really interested in django projects.if anyone could help me out with what has to done. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this grou

Re: Help!!

2016-03-20 Thread Russell Keith-Magee
<chitra.si...@gmail.com> wrote: > Hi , > > I am new to open source and python, I am interested in doing open source > contribution. It will be great !! if some mentor can help me getting > started. > > regards > chitra > > -- > You received this message b

Re: Help!!

2016-03-20 Thread gilberto dos santos alves
ing open source > contribution. It will be great !! if some mentor can help me getting > started. > > regards > chitra > > -- > You received this message because you are subscribed to the Google Groups > "Django developers (Contributions to Django itself)" group. > T

Help!!

2016-03-20 Thread Chitra Sivakumar
Hi , I am new to open source and python, I am interested in doing open source contribution. It will be great !! if some mentor can help me getting started. regards chitra -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to D

Re: Help! ImportError: No module named ...

2016-02-24 Thread Daniele Procida
On Wed, Feb 24, 2016, Damián LLuch Castelli wrote: >Hi, It is the first time I write here. Sorry for the beginner question. This is not the correct place for questions like this. You'll get answers to questions like this on the django-users email list,

Help! ImportError: No module named ...

2016-02-24 Thread Damián LLuch Castelli
mport__(name) ImportError: No module named taskbuster.settings.testing if someone can help me. thanks. damian -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group

Re: Search Refiner - Can anyone skype and help me?

2016-01-25 Thread Asif Saifuddin
e been stuck > for so long now, I am really just in need of some direction and to get > someone to tell me roughly how I should be going about it. If anyone could > help me that would be greatly appreciated. Just message me and ill send > over my skype. Cheers > -- You receiv

Search Refiner - Can anyone skype and help me?

2016-01-25 Thread eZ_Harry
Hello, I have stuck making a search refiner for my website and have been stuck for so long now, I am really just in need of some direction and to get someone to tell me roughly how I should be going about it. If anyone could help me that would be greatly appreciated. Just message me and ill

Re: db.models.options help with a piece of code analysis.

2016-01-18 Thread Elton Pereira de Lima
Really, it's true! Thanks for help! -- 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-developer

Re: db.models.options help with a piece of code analysis.

2016-01-18 Thread charettes
FWIW, as Marteen pointed out, the `Meta` attribute is only available on abstract classes because of these lines . Simon Le lundi 18 janvier 2016 13:09:16 UTC-5, charettes a écrit

Re: db.models.options help with a piece of code analysis.

2016-01-18 Thread charettes
Hi Elton, >From what I understand the line you pointed at doesn't delete the model `Meta` attribute but the `_meta.meta` attribute which makes it possible for `Bar.Meta` to subclass `Foo.Meta` even if `Foo.Meta.abstract is not True`. Simon Le lundi 18 janvier 2016 12:34:29 UTC-5, Elton

Re: db.models.options help with a piece of code analysis.

2016-01-18 Thread Marten Kenbeek
Hi Elton, Django makes the Meta class of abstract models available as Foo.Meta. This allows you to define common Meta options on the abstract base class, and inherit the base Meta in your concrete child models. So the above example won't work as you noted, but this will: class

Re: db.models.options help with a piece of code analysis.

2016-01-18 Thread Elton Pereira de Lima
Hello charettes! Analyzing the code further, I saw that it was impossible for the Bar Meta class inherits from Foo.Meta because when this code is executed, the Meta class ceases to exist because of this line

Re: db.models.options help with a piece of code analysis.

2016-01-18 Thread Elton Pereira de Lima
Thanks for help! -- 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+unsubscr...@googlegroups.co

Re: db.models.options help with a piece of code analysis.

2016-01-15 Thread charettes
Hi Elton, >From a quick look this branch seems to handle attributes inherited from possible `Meta` bases. e.g. class Foo(models.Model): class Meta: app_label = 'app' class Bar(models.Model): class Meta(Foo.Meta): pass assert 'app_label' not in Bar.Meta.__dict__ assert

db.models.options help with a piece of code analysis.

2016-01-15 Thread Elton Pereira de Lima
What's up guys! I am studying the core of django and I came across a piece of code that confused me. https://github.com/django/django/blob/master/django/db/models/options.py#L192-L194 If meta_attr is a copy of self.meta .__ dict__, then when will the marked section will run? Thanks! -- You

Re: Help needed with the MySQL max index length problem for Django 1.10

2016-01-04 Thread Adam Johnson
This has always been an error on MySQL afaik, it would allow broken data integrity if it were just a warning. Moving the length below 191 does seem to be the safest fix. On Wednesday, December 30, 2015 at 1:52:27 PM UTC, Collin Anderson wrote: > > I think mysql used to just give a warning and

Re: Help needed with the MySQL max index length problem for Django 1.10

2015-12-30 Thread Collin Anderson
I think mysql used to just give a warning and maybe now it's an error? It can currently be reproduced with just a blank project (using django master, mysql 5.5.46-0ubuntu0.14.04.2): mysql -e'create database mb4test charset utf8mb4' django-admin startproject mb4test cd mb4test vi

Re: Help needed with the MySQL max index length problem for Django 1.10

2015-12-30 Thread Florian Apolloner
On Monday, December 21, 2015 at 5:32:43 PM UTC+1, Tim Graham wrote: > > "This patch breaks on MySQL installations using the utf8mb4 charset, > because it breaks the index length limit - it comes out at a maximum of 254 > * 4 = 1016 bytes whilst by default InnoDB can only index 767 bytes. I

Re: Help needed with the MySQL max index length problem for Django 1.10

2015-12-29 Thread Collin Anderson
Though wouldn't mind 180 either. On Tue, Dec 29, 2015 at 2:55 PM, Collin Anderson wrote: > I propose 150 to err on the longer side: > https://github.com/django/django/pull/5891 > > On Tuesday, December 29, 2015 at 5:28:01 AM UTC-5, Aymeric Augustin wrote: >> >> At that

Re: Help needed with the MySQL max index length problem for Django 1.10

2015-12-29 Thread Collin Anderson
I propose 150 to err on the longer side: https://github.com/django/django/pull/5891 On Tuesday, December 29, 2015 at 5:28:01 AM UTC-5, Aymeric Augustin wrote: > > At that point, I'd prefer picking an arbitrary length that makes sense for > the underlying data rather than one based on MySQL's

Re: Help needed with the MySQL max index length problem for Django 1.10

2015-12-29 Thread Aymeric Augustin
At that point, I'd prefer picking an arbitrary length that makes sense for the underlying data rather than one based on MySQL's current limitations. Name length sounds like an reasonable proxy for username length. A quick Google search turns up

Re: Help needed with the MySQL max index length problem for Django 1.10

2015-12-28 Thread Tim Graham
Ugh, I guess I'm in favor of max_length=191. It'll just be awkward to explain that one in the docs. On Monday, December 28, 2015 at 3:27:23 PM UTC-5, Collin Anderson wrote: > > Hi All, > > I finally looked at this more today. I started working on the INDEX > (col1(191)) solution from #18392,

Re: Help needed with the MySQL max index length problem for Django 1.10

2015-12-28 Thread Collin Anderson
Hi All, I finally looked at this more today. I started working on the INDEX (col1(191)) solution from #18392, but unfortunately I don't think we can use that solution in this case because it's a UNIQUE index. (I still think it's best solution for non-unique indexes.) I think these are our

Help needed with the MySQL max index length problem for Django 1.10

2015-12-21 Thread Tim Graham
I merged the often requested increase of User.username max_length to 254 characters [1] a few weeks ago, however, the ticket was reopened pointing out this issue: "This patch breaks on MySQL installations using the utf8mb4 charset, because it breaks the index length limit - it comes out at a

Re: Ask for help

2015-11-19 Thread Tim Graham
Please write to django-users (as I see you already did), this mailing list is for the development of Django itself. On Thursday, November 19, 2015 at 12:26:34 PM UTC-5, Cision Lee wrote: > > *I meet some errors when I migrate database, and the error code is > following:* > > Operations to

Ask for help

2015-11-19 Thread Cision Lee
*I meet some errors when I migrate database, and the error code is following:* > Operations to perform: > Synchronize unmigrated apps: staticfiles, messages > Apply all migrations: admin, contenttypes, api, auth, sessions > Synchronizing apps without migrations: > Creating tables... >

Re: draft blog post for Oracle help

2015-09-30 Thread Tim Graham
For what it's worth, on my machine `time ./tests/runtests.py` takes about ~40 minutes for the Oracle 11 VM and ~53 minutes for the Oracle 12 VM (averaged over 3 runs for each). On Thursday, September 24, 2015 at 8:53:05 PM UTC-4, Shai Berger wrote: > > Hi, > > On Friday 25 September 2015

Re: draft blog post for Oracle help

2015-09-24 Thread Shai Berger
Hi, On Friday 25 September 2015 00:34:21 Tim Graham wrote: > Thanks again for updating those instructions. Just a couple things: > I second that. > 1. The DATABASES setting should have an 'other' database as they did > before. > > 2. I think the settings also need to define the 'TEST' option

Re: draft blog post for Oracle help

2015-09-24 Thread Tim Graham
tSetup instruction is ready, > enjoy > > W dniu wtorek, 8 września 2015 14:14:44 UTC+2 użytkownik Tim Graham > napisał: >> >> Another place to help is to update the instructions on how to run the >> tests with the Oracle Developer Days VM. The current instructions are f

Re: draft blog post for Oracle help

2015-09-24 Thread Mariusz Felisiak
https://code.djangoproject.com/wiki/OracleTestSetup instruction is ready, enjoy W dniu wtorek, 8 września 2015 14:14:44 UTC+2 użytkownik Tim Graham napisał: > > Another place to help is to update the instructions on how to run the > tests with the Oracle Developer Days VM. Th

Re: Django help

2015-09-18 Thread Tim Graham
Hi Ketan, You might like to read the archives of the django-core-mentorship mailing list as similar inquiries have been made there. https://groups.google.com/forum/?fromgroups#!forum/django-core-mentorship Feel free to ping me (timograham) in #django-dev on IRC if you want to chat. Tim On

Django help

2015-09-18 Thread Ketan Mittal
Hi I am a Django newbie and wish to contribute to open source. Please guide me through the initial procedure. -- 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

Re: draft blog post for Oracle help

2015-09-08 Thread Tim Graham
Another place to help is to update the instructions on how to run the tests with the Oracle Developer Days VM. The current instructions are for version 11 of the VM, but now Oracle only provides a VM for version 12. https://code.djangoproject.com/wiki/OracleTestSetup On Tuesday, September 8

Re: draft blog post for Oracle help

2015-09-08 Thread Jani Tiainen
On 08.09.2015 14:08, Jani Tiainen wrote: All hands on deck.. ;) I wouldn't mind having an additional pair of hands to help. Normal backend is in rather good shape - all tests do pass. GIS backend on the other hand is having more or less fun-to-fix issues. I've made some progress to make

Re: draft blog post for Oracle help

2015-09-08 Thread Jani Tiainen
All hands on deck.. ;) I wouldn't mind having an additional pair of hands to help. Normal backend is in rather good shape - all tests do pass. GIS backend on the other hand is having more or less fun-to-fix issues. I've made some progress to make current backend even pass the tests. If you

Re: draft blog post for Oracle help

2015-09-07 Thread Mariusz Felisiak
Hi everybody, I would like to volunteer to help maintain Oracle and Oracle GIS backend. I have been developing (commercial) apps with Django framework and oracle backend for 8 years now. I am familiar with the problems associated with it because few times I have been forced to find ways

Re: draft blog post for Oracle help

2015-08-19 Thread Shai Berger
Hi all, On Wednesday 19 August 2015 15:06:17 Marc Tamlyn wrote: > Hi Jani, > > Thanks so much for sticking your hand up to help maintain Oracle! It is an > important part of our ecosystem. > I would like to add my voice in thanking Jani, and also Josh, for standing up for Oracle

Re: draft blog post for Oracle help

2015-08-19 Thread Marc Tamlyn
Hi Jani, Thanks so much for sticking your hand up to help maintain Oracle! It is an important part of our ecosystem. Marc On 19 August 2015 at 07:45, Josh Smeaton <josh.smea...@gmail.com> wrote: > I'll also stick my hand up to be involved with the Oracle backend, but not > th

Re: draft blog post for Oracle help

2015-08-19 Thread Josh Smeaton
09:12:17 -0700 (PDT) > Tim Graham <timog...@gmail.com > wrote: > > > I've drafted a blog post to advertise our need for Oracle expertise. > Please > > take a look and give feedback before it's published. T

Re: draft blog post for Oracle help

2015-08-19 Thread Jani Tiainen
advertise our need for Oracle expertise. Please > take a look and give feedback before it's published. Thanks! > > Django team seeks help maintaining Oracle and Oracle GIS backends > --- > &g

draft blog post for Oracle help

2015-08-13 Thread Tim Graham
I've drafted a blog post to advertise our need for Oracle expertise. Please take a look and give feedback before it's published. Thanks! Django team seeks help maintaining Oracle and Oracle GIS backends

Re: Help needed with Oracle GIS backend

2015-08-06 Thread Tim Graham
As we approach 1.9 alpha in about a month and half, no one has stepped up to offer help fix the Oracle GIS backend. Should we use another platform like the djangoproject.com blog to make a final plea for help? On Monday, March 30, 2015 at 9:34:10 AM UTC-4, Jani Tiainen wrote: > > On Thu,

Re: Looking for Django mentor to help with an ongoing project.

2015-05-19 Thread Fabio Caritas Barrionuevo da Luz
Hi, this mailing list is about the development of django itself, please post to django-users instead. Em terça-feira, 19 de maio de 2015 12:25:13 UTC-3, SB escreveu: > > Hi, > We are a group of students and are putting together a website

Looking for Django mentor to help with an ongoing project.

2015-05-19 Thread SB
Hi, We are a group of students and are putting together a website in Django. Our experience with Django is somewhat limited and we are looking for someone with experience in Django that would be able to review what we did and give us feedback and tips on what the best approach would be. --

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-05-10 Thread Kevin Glavin
Later than expected, but here we go folks: https://github.com/archen/django-tests There are some barebones instructions for contributing and direction. Feel free to reach out to me directly for any assistance or questions so I can better document the process for anyone else interested in

Need help running Django's test suite on Oracle 12

2015-05-07 Thread Tim Graham
We have some instructions to help contributors run the Django test suite on Oracle, however, these instructions are for Oracle 11 and the virtual machine image provided by Oracle now uses Oracle 12c. I've tried to update the instructions, but it seems there are some changes in Oracle 12 related

Re: Idea/request for help: Django Developers Community Survey

2015-05-07 Thread Tim Graham
The survey is now "live". I saved the original responses separately, but some questions have been added or changed, so please respond again if you are willing. Thanks again for everyone's help and feedback in constructing the questions and I look forward to sharing the results. O

Re: Idea/request for help: Django Developers Community Survey

2015-05-02 Thread Tim Graham
I made a few edits based on recent feedback. I'll publicize it via the djangoproject.com some time next week. On Wednesday, April 29, 2015 at 1:59:20 AM UTC-4, Markus Holtermann wrote: > > It's an amazing idea. Thanks for putting it up, Aymeric and Tim! > > Can we add a question regarding usage

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-05-02 Thread Kevin Glavin
;> I also wrote a container transformation library for converting >>> docker-compose files to AWS ECS task.json files. >>> https://github.com/ambitioninc/container-transform >>> >>> I think docker-compose could be a great fit for this, I'd be happy to >>&

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-05-02 Thread Pradeek J
tion library for converting >> docker-compose files to AWS ECS task.json files. >> https://github.com/ambitioninc/container-transform >> >> I think docker-compose could be a great fit for this, I'd be happy to >> help out. >> >> -Micah Hausler >> &

Re: Any Windows users who could help setting up Jenkins slaves?

2015-04-30 Thread Łukasz Rekucki
support to our continuous integration. Do >> we have anyone with experience setting up Windows slaves for Jenkins who >> could help with this? > > -- > You received this message because you are subscribed to the Google Groups > "Django developers (Contributions to Django its

Re: Any Windows users who could help setting up Jenkins slaves?

2015-04-30 Thread Markus Holtermann
etting up Windows slaves for Jenkins who > could help with this? > -- 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 em

Any Windows users who could help setting up Jenkins slaves?

2015-04-30 Thread Tim Graham
It would be nice to add Windows support to our continuous integration. Do we have anyone with experience setting up Windows slaves for Jenkins who could help with this? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to D

Re: Idea/request for help: Django Developers Community Survey

2015-04-28 Thread Markus Holtermann
It's an amazing idea. Thanks for putting it up, Aymeric and Tim! Can we add a question regarding usage of test frameworks (i.e., unittest2, py.test, nose) similar to "Which popular third-party apps do you rely on?" For example "Which test frameworks do you use?" - "unittest2, py.test, nose,

Re: Idea/request for help: Django Developers Community Survey

2015-04-27 Thread Thorsten Sanders
I wrote in that thread too why I dont like such fast releases and at least someone else asked too to give more options on that one question, on the developer mailing list its kinda only some people who are writing not reflecting all the developers such an survey maybe reach more of them and

Re: Idea/request for help: Django Developers Community Survey

2015-04-27 Thread Tino de Bruijn
Hi, Mark, I tend to do the same. Your proposed split of that question makes sense to me. Maybe a bit onto the details, but the last question about leaving an email adres ("If you'd like to enter your name and email address so we can follow-up if we have any questions about your responses. Please

Re: Idea/request for help: Django Developers Community Survey

2015-04-27 Thread Mark Bailey
I think the survey is a great idea. Following on from Shai's question "one big project, or many small ones?"... I am the latter, so the "which version" doesn't really work for me even with multiple answers allowed. I tend to: . Start each new project with the latest stable version. . Upgrade

Re: Idea/request for help: Django Developers Community Survey

2015-04-26 Thread Tim Graham
The idea of the release schedule question is to form consensus on the options that have already been proposed in the "1.9 release planning " thread. If you have a different idea, please propose it there. On Sunday,

Re: Idea/request for help: Django Developers Community Survey

2015-04-26 Thread Thorsten Sanders
I like the idea of an survey, but find the release question with only 3 options quite limited, how about to allow there to put own numbers instead of giving fixed answers or at least an other field? Am 25.04.2015 14:29, schrieb Tim Graham: Aymeric and I put together a draft:

Re: Idea/request for help: Django Developers Community Survey

2015-04-26 Thread Wim Feijen
Hi, "How often would you like to see new major version of Django released?" currently lists three options, which are close to one another. I would like to have: 12 months, as well as an open option. Is it an idea to add those? Detailed release schedules are not necessary, in my opinion. "I

Re: Idea/request for help: Django Developers Community Survey

2015-04-26 Thread Shai Berger
Hi, On Saturday 25 April 2015 15:29:30 Tim Graham wrote: > Aymeric and I put together a draft: > > https://docs.google.com/forms/d/1Owv-Y_beohyCm9o2xPamdBnvjreNYoWai3rDloKZxW > w/viewform > > All questions are optional so you can just click through it to view the > questions. We'll probably

Re: Idea/request for help: Django Developers Community Survey

2015-04-25 Thread Carl Meyer
On 04/25/2015 06:29 AM, Tim Graham wrote: > Aymeric and I put together a draft: > > https://docs.google.com/forms/d/1Owv-Y_beohyCm9o2xPamdBnvjreNYoWai3rDloKZxWw/viewform > > All questions are optional so you can just click through it to view the > questions. We'll probably clear any responses

Re: Idea/request for help: Django Developers Community Survey

2015-04-25 Thread Marc Tamlyn
I would suggest IRC and/or Github should be options on the "I follow Django development" question. I'd also suggest we ask a couple of open ended questions along the line of "What's your favourite thing about Django" and "What's your least favourite thing about Django". I've found interesting

Re: Idea/request for help: Django Developers Community Survey

2015-04-25 Thread Tim Graham
Aymeric and I put together a draft: https://docs.google.com/forms/d/1Owv-Y_beohyCm9o2xPamdBnvjreNYoWai3rDloKZxWw/viewform All questions are optional so you can just click through it to view the questions. We'll probably clear any responses before its finalized anyway. Let us know if you think

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-04-23 Thread Florent Pastor
son files. >> https://github.com/ambitioninc/container-transform >> >> I think docker-compose could be a great fit for this, I'd be happy to >> help out. >> >> -Micah Hausler >> >> >> On Friday, April 17, 2015 at 7:27:17 PM UTC-4, Tim Graham wrote:

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-04-22 Thread Kevin Glavin
to AWS ECS task.json > files. https://github.com/ambitioninc/container-transform > I think docker-compose could be a great fit for this, I'd be happy to help > out. > -Micah Hausler > On Friday, April 17, 2015 at 7:27:17 PM UTC-4, Tim Graham wrote: >> >> In 2012, Jul

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-04-22 Thread Micah Hausler
to AWS ECS task.json files. https://github.com/ambitioninc/container-transform I think docker-compose could be a great fit for this, I'd be happy to help out. -Micah Hausler On Friday, April 17, 2015 at 7:27:17 PM UTC-4, Tim Graham wrote: > > In 2012, Julien Phalip started the djangoco

Re: Idea/request for help: Django Developers Community Survey

2015-04-22 Thread Federico Capoano
Great idea. The questions look good enough to me. I love django-apps or libraries shipped in python packages. One of the reason I love Django is the fact that it didn't frenetically add stuff to the framework just because it's cool. The good thing of python packages is that you can get some

Re: Request for help: building a docker/vagrant platform for running Django's test suite

2015-04-21 Thread Tommy Beadle
I have a decent amount of Docker experience. Doing something like this definitely sounds like a reasonable thing to do with Docker. I'd be willing to help out. On Tue, Apr 21, 2015 at 1:25 PM, Tim Graham <timogra...@gmail.com> wrote: > Hi John, > > Kevin and I are goin

<    1   2   3   4   5   >