Re: [Django] #24988: Document raising a dictionary of ValidationErrors

2015-08-02 Thread Django
#24988: Document raising a dictionary of ValidationErrors
-+-
 Reporter:  michaeljohnbarr  |Owner:
 Type:   |  adambrenecki
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  1.8
 Severity:  Normal   |   Resolution:
 Keywords:  ValidationError  | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by adambrenecki):

 * has_patch:  0 => 1


Comment:

 Would something like this do the job?
 https://github.com/django/django/pull/5088

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/073.15d2e42c4733bce43d2514cf9c35f87c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #25208: Admin site NoReverseMatch

2015-08-02 Thread Django
#25208: Admin site NoReverseMatch
---+--
 Reporter:  albus12138 |  Owner:  nobody
 Type:  Bug| Status:  new
Component:  contrib.admin  |Version:  1.8
 Severity:  Normal |   Keywords:  admin NoReverseMatch
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  0  |  UI/UX:  0
---+--
 When I try to open a url not exist, it will raise a 500 internal server
 error instead of 404.
 e.g.
 path: /admin/dasdk
 error: NoReverseMatch: Reverse for 'search' with arguments '()' and
 keyword arguments '{}' not found. 0 pattern(s) tried: []

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.aeca133e4eefa82e1adc4b2012dfc9c2%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24988: Document raising a dictionary of ValidationErrors

2015-08-02 Thread Django
#24988: Document raising a dictionary of ValidationErrors
-+-
 Reporter:  michaeljohnbarr  |Owner:
 Type:   |  adambrenecki
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  1.8
 Severity:  Normal   |   Resolution:
 Keywords:  ValidationError  | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by adambrenecki):

 * owner:  nobody => adambrenecki
 * status:  new => assigned


--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/073.738b5bbb5078373e9bb4ade85fb50fed%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25191: Better error output for assertXMLEqual

2015-08-02 Thread Django
#25191: Better error output for assertXMLEqual
-+-
 Reporter:  shelldweller |Owner:
 Type:   |  caioariede
  Cleanup/optimization   |   Status:  assigned
Component:  Testing framework|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by caioariede):

 Pull request: https://github.com/django/django/pull/5086

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.8fa6ebbe0fb99bd93d72f95c8b6bb7be%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #24080: Sqlite segmentation fault regression when running tests (since 1.7.2)

2015-08-02 Thread Django
#24080: Sqlite segmentation fault regression when running tests (since 1.7.2)
---+
 Reporter:  stevejalim |Owner:  nobody
 Type:  Bug|   Status:  new
Component:  Testing framework  |  Version:  master
 Severity:  Normal |   Resolution:
 Keywords:  sqlite | Triage Stage:  Accepted
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+
Changes (by caioariede):

 * cc: caioariede (added)


--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.1c2e085ba13df7471a634190abbbe0bb%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25191: Better error output for assertXMLEqual

2015-08-02 Thread Django
#25191: Better error output for assertXMLEqual
-+-
 Reporter:  shelldweller |Owner:
 Type:   |  caioariede
  Cleanup/optimization   |   Status:  assigned
Component:  Testing framework|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by caioariede):

 * owner:  nobody => caioariede
 * status:  new => assigned


--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.51976910581c6f335dc877f9be789fd6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25136: Add an example with Count('X', distinct=True) to the queries topic guide

2015-08-02 Thread Django
#25136: Add an example with Count('X', distinct=True) to the queries topic guide
-+-
 Reporter:  mdomans  |Owner:
 Type:   |  caioariede
  Cleanup/optimization   |   Status:  assigned
Component:  Documentation|  Version:  1.8
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-

Comment (by caioariede):

 Pull request: https://github.com/django/django/pull/5085

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.d9e828a12a2aa21611361bdfeb0f60be%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #25172: System checks don't respect database routers

2015-08-02 Thread Django
#25172: System checks don't respect database routers
-+-
 Reporter:  delinhabit   |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (System |  Version:  1.7
  checks)|
 Severity:  Normal   |   Resolution:
 Keywords:  system-checks| Triage Stage:  Accepted
  multi-database |
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by delinhabit):

 Sure. Here it is: https://github.com/django/django/pull/5084

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/068.9ef07d1492229c2995f61504fe804487%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #15760: Feature: JS Hooks for Dynamic Inlines

2015-08-02 Thread Django
#15760: Feature: JS Hooks for Dynamic Inlines
-+-
 Reporter:  mlavin   |Owner:
 Type:  New feature  |   Status:  new
Component:  contrib.admin|  Version:  master
 Severity:  Normal   |   Resolution:
 Keywords:  inlines jquery   | Triage Stage:  Accepted
  callback   |
Has patch:  1|  Needs documentation:  1
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  1
-+-
Changes (by RamezIssac):

 * needs_docs:  0 => 1


Comment:

 PR is created already, with tests that pass! but missing documentation.

 Any Idea on where this feature documentation should go in the Django admin
 documentation.

 After the hint i'll write down the documentation in the hinted location
 and it is ready for review.

 Thanks.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/064.187f863cbea2429665b5cca6b354c775%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.