Timeline
12/24/2012:
- 19:02 Ticket #19519 (Django fails to close db connections at end of request-response cycle) created by
- Under some circumstances (I'll get to guesses about this in the end), …
- 17:26 Changeset [b70498d6]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated installation FAQ entry on Python versions. The 1.7 line is a …
- 16:13 Ticket #19514 (form.fields.keyOrder is not supported for AdminForm) closed by
- wontfix: The admin has a much more powerful way of specifying field order for …
- 16:06 Changeset [8738da03]stable/1.5.x by
- [1.5.x] Updated Python versions supported FAQ entry.
- 16:03 Ticket #19518 (Deprecation of localflavor not documented) created by
-
django.contrib.localflavor
was deprecated in … - 15:13 Changeset [3b32e5cc]stable/1.5.x by
- [1.5.x] Expanded tests added when fixing #14529. To make sure changes …
- 15:12 Changeset [3ad34c2]stable/1.5.x by
- [1.5.x] Fixed #19505 -- A more flexible implementation for …
- 15:10 Ticket #19206 (Stale tmp files after running the testsuite.) closed by
- duplicate: This is a duplicate of #17215. Let's follow up over there.
- 14:48 Changeset [ad769ef]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Expanded tests added when fixing #14529. To make sure changes in …
- 14:40 Changeset [5489fc47]stable/1.5.x by
- [1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516 Backport …
- 14:38 Changeset [f56f6cfa]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed links to DATABASE ENGINE setting. refs #19516
- 14:30 Ticket #19517 (Add support for X-Forwarded-Port to HttpRequest.get_host when ...) created by
- The use case is an app served on ports 80, 443 (SSL) and 444 (SSL) …
- 13:32 Ticket #17758 (Do not depend on dict order in test suite) closed by
- fixed: All known issues are fixed now. Please re-re-open if you find more.
- 13:30 Changeset [cd914175]stable/1.5.x by
- [1.5.x] Prevented caching of streaming responses. The test introduced …
- 13:28 Changeset [1c8be95a]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Prevented caching of streaming responses. The test introduced in …
- 13:13 Ticket #19505 (Clean up implementation of admin post-save redirects) closed by
- fixed: In 35d1cd0b28d1d9cd7bffbfbc6cc2e02b58404415: […]
- 12:44 Changeset [35d1cd0b]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19505 -- A more flexible implementation for customizable admin …
- 11:46 Ticket #19516 (Fix broken sphinx references in docs) created by
- I'd like to add -n (Run in nit-picky mode, warn about all missing …
- 11:40 Ticket #19515 (Increase the max_length of Redirect.old_path/new_path) created by
-
In
django.contrib.redirects
the theold_path
andnew_path
have … - 07:28 Ticket #19511 (Thread safe bound method weakrefs) closed by
- fixed: Did you attach the wrong patch here?
- 07:22 Ticket #19510 (Thread safe template cache) closed by
- duplicate: #19511 seems to be a duplicate but it contains more info so I'll close …
- 07:06 Changeset [ef98ae29]stable/1.5.x by
- [1.5.X] Fixed #19204 -- Replaced python2-style exception syntax. …
- 07:06 Ticket #19204 (Python2-style exception syntax is still used in django.utils.unittest ...) closed by
- fixed: In 4a71b842662162e0892a9269179421ff2191adba: […]
- 07:05 Changeset [4a71b842]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19204 -- Replaced python2-style exception syntax. Thanks to …
- 05:05 Ticket #19514 (form.fields.keyOrder is not supported for AdminForm) created by
- When you have redefined ModelAdmin and redefined ModelForm for …
- 04:26 Changeset [1114d820]stable/1.5.x by
- [1.5.x] Fixed a randomly failing test under Python 3. Refs #17758. …
- 04:25 Changeset [e8f07f0]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a randomly failing test under Python 3. Refs #17758.
- 03:29 Ticket #17758 (Do not depend on dict order in test suite) reopened by
- Thanks Luke! I just set up the CI server to run the test suite under …
- 02:02 Ticket #19513 (update() after annotate(val=Sum(...)) crashes on PostgreSQL & Oracle) created by
- An QuerySet operation like: …
12/23/2012:
- 20:58 Ticket #17758 (Do not depend on dict order in test suite) closed by
- fixed: I think this is fixed now. However, these things keep crawling out of …
- 20:21 Changeset [2164cd00]stable/1.5.x by
- [1.5.x] Fixed HTML comparisons of class="foo bar" and class="bar foo" …
- 20:21 Changeset [00aea69]stable/1.5.x by
- [1.5.x] Fixed a dependence on set-ordering in tests Backport of …
- 20:20 Changeset [b362a55]stable/1.5.x by
- [1.5.x] Made admin generated changelist URLs independent of dict …
- 20:20 Changeset [5f07d24]stable/1.5.x by
- [1.5.x] Sort HTML attributes on generated forms Backport of …
- 20:19 Changeset [cade3405]stable/1.5.x by
- [1.5.x] Don't rely on dictionary ordering in tests Backport of …
- 20:19 Changeset [95b4f34b]stable/1.5.x by
- [1.5.x] Use HTML parser to compare html snippets Backport of …
- 20:19 Changeset [515cf94b]stable/1.5.x by
- [1.5.x] Use new TestCase methods for equality comparisons Backport of …
- 20:18 Changeset [5eba0534]stable/1.5.x by
- [1.5.x] Add assertJSONEqual method to TestCase Backport of …
- 20:18 Changeset [f2a7b52]stable/1.5.x by
- [1.5.x] Add assertInHTML method to TestCase Backport of …
- 20:11 Changeset [8bc410b4]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed HTML comparisons of class="foo bar" and class="bar foo" in tests …
- 20:00 Ticket #19512 (Aggregate or Annotaion on previously Annotated values) created by
- […] This query is going to raise `AttributeError: 'ExpressionNode' …
- 19:33 Changeset [1ae64e9]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a dependence on set-ordering in tests
- 19:33 Changeset [c31c2c9]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made admin generated changelist URLs independent of dict ordering
- 18:47 Changeset [6b9f1302]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Sort HTML attributes on generated forms
- 18:45 Changeset [b9fc7014]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Don't rely on dictionary ordering in tests
- 18:26 Changeset [585aa11]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Use HTML parser to compare html snippets
- 18:24 Changeset [8d35fd4]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Use new TestCase methods for equality comparisons
- 18:18 Changeset [089d9ca1]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add assertJSONEqual method to TestCase
- 18:15 Changeset [dc70451]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add assertInHTML method to TestCase
- 15:49 DjangoResources edited by
- (diff)
- 12:12 Ticket #19511 (Thread safe bound method weakrefs) created by
- I'm often getting this traceback: […] I suspect this has something …
- 11:57 Ticket #19510 (Thread safe template cache) created by
- I've come across a problem that pops up some times, when a thread …
- 00:57 DjangoResources edited by
- (diff)
12/22/2012:
- 17:23 IrcFAQ edited by
- Update broken djangoplugables link. (diff)
- 12:02 Ticket #15516 (Update the ticket life cycle diagram) closed by
- fixed: In 9d62220e008c5e1b03e3026aaa97afac2e4eb67b: […]
- 12:01 Changeset [9d62220]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15516 -- Updated the ticket life cycle diagram.
- 12:00 DevelopersForHire edited by
- added Clearcode (diff)
- 09:39 Changeset [903892be]stable/1.5.x by
- [1.5.x] Fixed #19497 -- Refactored testing docs. Thanks Tim Graham …
- 09:08 Changeset [38f725d]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Better name for a new testing documentation link.
- 09:04 Changeset [3aba929]stable/1.5.x by
- [1.5.x] Fixed #19509 -- Fixed crypt/bcrypt non-ascii password encoding …
- 09:04 Ticket #19509 (UnicodeEncodeError on bcrypt passwords with cyrillic) closed by
- fixed: In 0dc3fc954f53d5b03b864e63b309acfdbb40dbf9: […]
- 09:04 Changeset [0dc3fc95]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19509 -- Fixed crypt/bcrypt non-ascii password encoding Also …
- 07:51 Ticket #19509 (UnicodeEncodeError on bcrypt passwords with cyrillic) created by
- I think there are problems, and with other non-standard characters. …
- 07:49 Ticket #19468 (django doesn't encode request.path correctly in python3) closed by
- fixed: In 1e4a27d08790c96f657d2e960c8142d1ca69aede: […]
- 07:45 Changeset [9919638]stable/1.5.x by
- [1.5.x] Fixed #19468 -- Decoded request.path correctly on Python 3. …
- 06:32 Changeset [1e4a27d0]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19468 -- Decoded request.path correctly on Python 3. Thanks …
- 05:13 Ticket #19508 (Implement URL decoding according to RFC 3987) created by
- Since #5738, when Django fails to decode an URL because it isn't valid …
- 04:06 Ticket #19487 (WSGI environ contains unicode strings) closed by
- fixed: In db22145afb9623fdcaa4269b5eefa045320e028e: […]
- 04:06 Changeset [db22145a]stable/1.5.x by
- [1.5.x] Fixed #19487 -- Used str in the test client's WSGI environ. …
- 03:38 Changeset [d9a0b6ab]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19487 -- Used str in the test client's WSGI environ. This …
12/21/2012:
- 21:21 AdminNext created by
- created page based on HydroAdmin, clean up, added more admin apps
- 19:01 Ticket #19497 (Refactor testing docs) closed by
- fixed: In d19109fd37e75ccf29d2ca64370102753dbc7c5b: […]
- 18:59 Changeset [d19109f]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19497 -- Refactored testing docs. Thanks Tim Graham for the …
- 14:53 Changeset [c4a9e5b]stable/1.4.x by
- [1.4.X] Fixed #19506 - Remove 'mysite' prefix in model example. …
- 14:53 Changeset [91af9230]stable/1.5.x by
- [1.5.X] Fixed #19506 - Remove 'mysite' prefix in model example. …
- 14:53 Ticket #19506 (Minor Error in 1.4 ePub Doc?) closed by
- fixed: In 52a2588df69e5252bee98e76e8d3a2aa37bce23c: […]
- 14:52 Changeset [52a2588d]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19506 - Remove 'mysite' prefix in model example. Thanks Mike …
- 12:56 Changeset [a0155f35]stable/1.5.x by
- [1.5.x] Refactored proxy model skipping in get_default_columns() The …
- 10:08 Ticket #19507 (django.db doesn't wrap / replace psycopg2.InterfaceError) created by
-
django.db currently only wraps the backend's
DatabaseError
and … - 07:20 Ticket #19506 (Minor Error in 1.4 ePub Doc?) created by
- Hi, I am the proverbial "newby"; I hope that I am being of assistance …
- 07:10 Ticket #14976 (Add is_html flag to contrib.messages) closed by
- fixed: We added support for safe strings in cookie storage in #19387. I think …
- 06:36 Changeset [9e71830]stable/1.5.x by
- [1.5.x] Added compatibility with legacy message length Added …
- 03:10 Changeset [be10289d]stable/1.5.x by
- [1.5.x] Fixed #19387 -- Preserved SafeData status in contrib.messages …
- 03:09 Ticket #19387 (CookieStorage does not encode/decode SafeData properly) closed by
- fixed: In e277301c2c96915ba1408d57a866bc65e51de95a: […]
- 03:09 Changeset [e277301c]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19387 -- Preserved SafeData status in contrib.messages Thanks …
- 03:04 Ticket #19505 (Clean up implementation of admin post-save redirects) created by
- The implementation in 0b908b92a2ca4fb74a103e96bb75c53c05d0a428 to fix …
Note: See TracTimeline
for information about the timeline view.