Re: [Django] #20307: Word repeated in tutorial

2013-04-23 Thread Django
#20307: Word repeated in tutorial
-+-
 Reporter:  thomas.thurman@… |Owner:  nobody
 Type:   |   Status:  closed
  Cleanup/optimization   |  Version:  master
Component:  Documentation|   Resolution:  fixed
 Severity:  Normal   | Triage Stage:  Ready for
 Keywords:   |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by Simon Charette ):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"da89c7bbc0ad1a2e06caabf9e25acc700a43c37f"]:
 {{{
 #!CommitTicketReference repository=""
 revision="da89c7bbc0ad1a2e06caabf9e25acc700a43c37f"
 [1.5.x] Fixed #20307 -- Word repeated in tutorial.

 Replaced "the the" in the tutorial with "the".

 Backport of f17aa99 from master.
 }}}

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[django/django] da89c7: [1.5.x] Fixed #20307 -- Word repeated in tutorial.

2013-04-23 Thread GitHub
  Branch: refs/heads/stable/1.5.x
  Home:   https://github.com/django/django
  Commit: da89c7bbc0ad1a2e06caabf9e25acc700a43c37f
  
https://github.com/django/django/commit/da89c7bbc0ad1a2e06caabf9e25acc700a43c37f
  Author: Thomas Thurman 
  Date:   2013-04-23 (Tue, 23 Apr 2013)

  Changed paths:
M docs/intro/tutorial06.txt

  Log Message:
  ---
  [1.5.x] Fixed #20307 -- Word repeated in tutorial.

Replaced "the the" in the tutorial with "the".

Backport of f17aa99 from master.



-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[django/django] f17aa9: Fixed #20307 -- Word repeated in tutorial.

2013-04-23 Thread GitHub
  Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: f17aa998be1f197004ac5d708cc7bcc0c3362bf0
  
https://github.com/django/django/commit/f17aa998be1f197004ac5d708cc7bcc0c3362bf0
  Author: Thomas Thurman 
  Date:   2013-04-23 (Tue, 23 Apr 2013)

  Changed paths:
M docs/intro/tutorial06.txt

  Log Message:
  ---
  Fixed #20307 -- Word repeated in tutorial.

Replaced "the the" in the tutorial with "the".



-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #17795: kwargs not passed on by django.views.generic.edit import ProcessFormView

2013-04-23 Thread Django
#17795: kwargs not passed on by django.views.generic.edit import ProcessFormView
-+-
 Reporter:  ed.crewe@…   |Owner:  Fandekasp
 Type:   |   Status:  new
  Cleanup/optimization   |  Version:
Component:  Generic views|  1.4-beta-1
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for
Has patch:  1|  checkin
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  1|  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by bmispelon):

 * cc: bmispelon@… (added)


Comment:

 For reference, commit f04bb6d798b07aa5e7c1d99d700fa6ddc7d39e62 added this
 behavior to `TemplateView`.

 I'm wondering if it'd be a good idea to just add this behavior in
 `ContextMixin` instead of re-implementing it in each view.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #18170: [PATCH] Break-out password reset confirmation so that it is re-usable.

2013-04-23 Thread Django
#18170: [PATCH] Break-out password reset confirmation so that it is re-usable.
-+-
 Reporter:   |Owner:  nobody
  thomas.david.vaughan@… |   Status:  new
 Type:  New feature  |  Version:  1.4
Component:  contrib.auth |   Resolution:
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-
Changes (by bmispelon):

 * cc: bmispelon@… (added)


Comment:

 Personally, I'd be more favorable to an approach like #17209

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #20291: Add method to reload `AppCache`

2013-04-23 Thread Django
#20291: Add method to reload `AppCache`
---+--
 Reporter:  vzima  |Owner:  nobody
 Type:  New feature|   Status:  closed
Component:  Testing framework  |  Version:  master
 Severity:  Normal |   Resolution:  duplicate
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by vzima):

 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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #3591: add support for custom app_label and verbose_name

2013-04-23 Thread Django
#3591: add support for custom app_label and verbose_name
--+
 Reporter:  jkocherhans   |Owner:  adrian
 Type:  New feature   |   Status:  new
Component:  Core (Other)  |  Version:  master
 Severity:  Normal|   Resolution:
 Keywords:| Triage Stage:  Accepted
Has patch:  1 |  Needs documentation:  0
  Needs tests:  0 |  Patch needs improvement:  0
Easy pickings:  0 |UI/UX:  1
--+
Changes (by vzima):

 * cc: vlastimil@… (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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #20287: BaseContext (and it's subclasses) lack emulation of dictionary items()

2013-04-23 Thread Django
#20287: BaseContext (and it's subclasses) lack emulation of dictionary items()
-+-
 Reporter:  Keryn Knight |Owner:  nobody
   |   Status:  new
 Type:  New feature  |  Version:  master
Component:  Template system  |   Resolution:
 Severity:  Normal   | Triage Stage:  Accepted
 Keywords:   |  Needs documentation:  0
Has patch:  0|  Patch needs improvement:  0
  Needs tests:  0|UI/UX:  0
Easy pickings:  0|
-+-

Comment (by bmispelon):

 For reference, #18105 seems related.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[Django] #20308: File session backend does not work in Windows

2013-04-23 Thread Django
#20308: File session backend does not work in Windows
--+
 Reporter:  mlarente  |  Owner:  nobody
 Type:  Bug   | Status:  new
Component:  contrib.sessions  |Version:  1.5
 Severity:  Normal|   Keywords:
 Triage Stage:  Unreviewed|  Has patch:  0
Easy pickings:  0 |  UI/UX:  0
--+
 The file session backend does not work at all in Windows. The culprit is
 this code in `django.contrib.sessions.backends.file.SessionStore.save()`:

 {{{
 try:
 try:
 os.write(output_file_fd, self.encode(session_data).encode())
 finally:
 os.close(output_file_fd)
 os.rename(output_file_name, session_file_name)
 renamed = True
 finally:
 if not renamed:
 os.unlink(output_file_name)
 }}}

 The `os.rename` call cannot be used to replace a file directly in Windows
 ( http://docs.python.org/2/library/os.html#os.rename ). The result is that
 the files saved by the backends are always empty.

 I understand that Windows file handling might not be suited to use the
 file session backend. However, what's annoying is that it makes a test
 fail as well, even if I don't use the backend:

 {{{
 FAIL: test_clearsessions_command
 (django.contrib.sessions.tests.FileSessionTests)
 --
 Traceback (most recent call last):
   File "C:\[...]\site-packages\django\test\utils.py", line 220, in inner
 return test_func(*args, **kwargs)
   File "C:\[...]\site-packages\django\contrib\sessions\tests.py", line
 444, in test_clearsessions_command
 self.assertEqual(1, count_sessions())
 AssertionError: 1 != 2
 }}}

 I think this bug should either be fixed or the test be changed to be
 skipped in Windows (and the documentation should also mention that the
 file backend cannot be used in Windows).

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #20306: password change accepted, but password doesn't work (code.djangoproject.com)

2013-04-23 Thread Django
#20306: password change accepted, but password doesn't work
(code.djangoproject.com)
-+-
 Reporter:  monuszko |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  *.djangoproject.com  |  Version:  1.4
 Severity:  Normal   |   Resolution:  invalid
 Keywords:   | Triage Stage:
Has patch:  0|  Unreviewed
  Needs tests:  0|  Needs documentation:  0
Easy pickings:  0|  Patch needs improvement:  0
 |UI/UX:  0
-+-
Changes (by bmispelon):

 * status:  new => closed
 * cc: bmispelon@… (added)
 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0
 * resolution:   => invalid


Comment:

 Hi,

 I believe there is a problem here, but it's not the one you're describing.

 I agree with all your steps up until step 4 but I find that the password
 is changed successfully at this point.

 Here's what I found:

 * Once you've reset your password, django gives you a link this login
 page: https://www.djangoproject.com/accounts/login/

 * If you give a wrong username/password on this page, you see an error
 message. If you give the correct credentials, you get logged in and
 redirected to https://www.djangoproject.com/.

 * This page has no indication of whether you're actually logged in which
 makes it seem like it failed, but it actually worked.

 * To make matters worse, you're only logged in for
 **www**.djangoproject.com and not for **code**.djangoproject.com which
 adds to the confusion.

 I'm going to mark this as `invalid` because the password reset feature
 does work, even if your password contains non-ascii characters.

 However, I think there's room for improvement in the user-experience side
 of the process (as your ticket shows, it can be quite confusing), so if
 you have ideas on how to improve things, I encourage you to open another
 ticket for it.

 Thanks for your report.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #20307: Word repeated in tutorial

2013-04-23 Thread Django
#20307: Word repeated in tutorial
-+-
 Reporter:  thomas.thurman@… |Owner:  nobody
 Type:   |   Status:  new
  Cleanup/optimization   |  Version:  master
Component:  Documentation|   Resolution:
 Severity:  Normal   | Triage Stage:  Ready for
 Keywords:   |  checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  1|UI/UX:  0
-+-
Changes (by charettes):

 * has_patch:  0 => 1
 * version:  1.4 => master
 * type:  Bug => Cleanup/optimization
 * stage:  Accepted => Ready for checkin


Comment:

 The patch you've written nails it. Marking as RFC.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #20307: Word repeated in tutorial

2013-04-23 Thread Django
#20307: Word repeated in tutorial
--+
 Reporter:  thomas.thurman@…  |Owner:  nobody
 Type:  Bug   |   Status:  new
Component:  Documentation |  Version:  1.4
 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 thomas.thurman@…):

 Am I doing this right? I only meant to report this issue originally, but
 it turned out to be way easier to fix it than I'd imagined.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #4574: add CSS classes to rendered calendar

2013-04-23 Thread Django
#4574: add CSS classes to rendered calendar
-+-
 Reporter:  calvin@… |Owner:  xian
 Type:   |   Status:  new
  Cleanup/optimization   |  Version:  newforms-
Component:  contrib.admin|  admin
 Severity:  Normal   |   Resolution:
 Keywords:  nfa-someday  | Triage Stage:  Accepted
  javascript admin   |  Needs documentation:  0
Has patch:  1|  Patch needs improvement:  0
  Needs tests:  1|UI/UX:  1
Easy pickings:  1|
-+-

Comment (by anonymous):

 hello man

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #20307: Word repeated in tutorial

2013-04-23 Thread Django
#20307: Word repeated in tutorial
--+
 Reporter:  thomas.thurman@…  |Owner:  nobody
 Type:  Bug   |   Status:  new
Component:  Documentation |  Version:  1.4
 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
--+
Changes (by bmispelon):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * easy:  0 => 1
 * needs_docs:   => 0
 * type:  Uncategorized => Bug
 * stage:  Unreviewed => Accepted


-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[Django] #20307: Word repeated in tutorial

2013-04-23 Thread Django
#20307: Word repeated in tutorial
--+
 Reporter:  thomas.thurman@…  |  Owner:  nobody
 Type:  Uncategorized | Status:  new
Component:  Documentation |Version:  1.4
 Severity:  Normal|   Keywords:
 Triage Stage:  Unreviewed|  Has patch:  0
Easy pickings:  0 |  UI/UX:  0
--+
 https://docs.djangoproject.com/en/1.5/intro/tutorial06/ says:

 "For more details on settings and other bits included with the framework
 see the static files howto and the the staticfiles reference."

 "the the" should be "the".

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #19420: prefetch_related does not cache results when the model is inherited

2013-04-23 Thread Django
#19420: prefetch_related does not cache results when the model is inherited
-+-
 Reporter:  idanzalz@…   |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Database layer   |  Version:  1.4
  (models, ORM)  |   Resolution:
 Severity:  Normal   |  worksforme
 Keywords:  prefetch_related | Triage Stage:
  inheritence|  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by anonymous):

 Good to hear it works in 1.5, but worksforme is not the right resolution,
 since it is broken on 1.4 as reported.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #20291: Add method to reload `AppCache`

2013-04-23 Thread Django
#20291: Add method to reload `AppCache`
---+--
 Reporter:  vzima  |Owner:  nobody
 Type:  New feature|   Status:  closed
Component:  Testing framework  |  Version:  master
 Severity:  Normal |   Resolution:  duplicate
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by aaugustin):

 That's #3591.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[Django] #20306: password change accepted, but password doesn't work (code.djangoproject.com)

2013-04-23 Thread Django
#20306: password change accepted, but password doesn't work
(code.djangoproject.com)
-+
 Reporter:  monuszko |  Owner:  nobody
 Type:  Bug  | Status:  new
Component:  *.djangoproject.com  |Version:  1.4
 Severity:  Normal   |   Keywords:
 Triage Stage:  Unreviewed   |  Has patch:  0
Easy pickings:  0|  UI/UX:  0
-+
 While trying to report the previous bug, I uncovered a bug with password
 change mechanism. Steps:

 0. Use Firefox, set character encoding to UTF-8

 1. Go to https://www.djangoproject.com/accounts/password/reset/

 2. Request a password change, check your mail, follow the password change
 link.

 3. Type in
 {{{
 Kołobrzeg
 }}}

 4. You will get a message saying the password has been changed
 successfully. However, you will not be able to log in using this password.

 The issue seems to be with unicode and/or polish characters. I
 deliberately chose a short word above, to rule out things like spaces not
 being accepted.

 Either the password change system should reject passwords with some
 characters while filling in the form, or it should accept them and they
 should work 100%.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[Django] #20305: Advanced tutorial (reusable apps) neglects static files

2013-04-23 Thread Django
#20305: Advanced tutorial (reusable apps) neglects static files
---+
 Reporter:  monuszko   |  Owner:  nobody
 Type:  Bug| Status:  new
Component:  Documentation  |Version:  1.5
 Severity:  Normal |   Keywords:
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  1  |  UI/UX:  0
---+
 This page:
 https://docs.djangoproject.com/en/1.5/intro/reusable-apps/

 teaches how to produce packages, but the resulting package doesn't include
 static/ subdirectory. I tracked it to an omission in MANIFEST.in. It's
 missing this line:

 {{{
 recursive-include polls/static *
 }}}

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[Django] #20304: Does not work the feed of the kate editor

2013-04-23 Thread Django
#20304: Does not work the feed of the kate editor
-+
 Reporter:  pmartin  |  Owner:  jezdez
 Type:  Bug  | Status:  new
Component:  *.djangoproject.com  |Version:  1.4
 Severity:  Normal   |   Keywords:
 Triage Stage:  Unreviewed   |  Has patch:  0
Easy pickings:  0|  UI/UX:  0
-+
 Does not work the feed of the kate editor blog.

 The feed URL is the next:

 http://kate-editor.org/tag/django/feed/

 The posts does not appear here the django community:

 https://www.djangoproject.com/community/blogs/

 I republished two times... but this does not works.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #20240: Django community RSS aggregator

2013-04-23 Thread Django
#20240: Django community RSS aggregator
---+--
 Reporter:  gtaylor|Owner:  nobody
 Type:  Uncategorized  |   Status:  closed
Component:  Uncategorized  |  Version:  1.4
 Severity:  Normal |   Resolution:  fixed
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--
Changes (by jezdez):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 I've deleted both feeds, please resubmit them.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Django] #20291: Add method to reload `AppCache`

2013-04-23 Thread Django
#20291: Add method to reload `AppCache`
---+--
 Reporter:  vzima  |Owner:  nobody
 Type:  New feature|   Status:  closed
Component:  Testing framework  |  Version:  master
 Severity:  Normal |   Resolution:  duplicate
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  0  |UI/UX:  0
---+--

Comment (by vzima):

 Is there a ticket for that? I can't find any relevant one.

-- 
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.
For more options, visit https://groups.google.com/groups/opt_out.