Timeline
04/15/2011:
- 21:00 Ticket #15834 (Django ORM transforming inner join to outer joins depending on Q() ordering) closed by
- duplicate: This does sound exactly like #12252, and since the version is set to …
- 19:50 Ticket #15838 (assertFieldOutput should be integrated to the general test framework) created by
-
assertFieldOutput
is currently defined in … - 19:50 Ticket #15837 (Consolidate localflavor tests) created by
- Localflavor tests are spread out between two locations: …
- 18:30 Ticket #15836 (Raw query documentation indicates wrong type for params) created by
- Pretty trivial, but the documentation (and example) indicate that the …
- 17:17 Ticket #15835 (middleware.process_response(): TemplateResponse.render() isn't called) created by
- When you return a TemplateResponse from a middleware's …
- 16:49 Ticket #15573 (runtests.py sets incorrect SITE_ID when using Oracle) closed by
- fixed: In [16027]: […]
- 16:49 Changeset [d3c08fd8]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15573: Forced the default site id to be 1 when creating test …
- 12:22 Ticket #15797 (*_COOKIE_DOMAIN settings should reject values that won't work in ...) closed by
- invalid: I'm going to close as invalid, essentially for the same reasons as …
- 11:02 Ticket #15834 (Django ORM transforming inner join to outer joins depending on Q() ordering) created by
- Hi, I don't have the time yet to completely isolate the …
- 05:37 DevelopersForHire edited by
- Added Nelson Monteiro (diff)
04/14/2011:
- 22:26 Ticket #15833 (Exclude not working with ForeignKey in admin Inlnes) created by
- I have a simple model: […] Using that model as an inline, I want …
- 20:30 Ticket #15831 (Migration 1.2.5 to 1.3 breaks Apps) closed by
- needsinfo: There haven't been any intentional changes to form behavior, and you …
- 16:32 Ticket #15832 (Use Babel instead of xgettext for handling .po files.) created by
-
Currently
makemessages
converts templates to pseudo-Python which is … - 16:09 DevelopersForHire edited by
- (diff)
- 16:07 DevelopersForHire edited by
- (diff)
- 14:11 Ticket #4065 (Ability to disable admin pagination) reopened by
- It is still not trivial to turn off pagination. This makes …
- 12:30 DevelopersForHire edited by
- (diff)
- 11:30 Ticket #15831 (Migration 1.2.5 to 1.3 breaks Apps) created by
- We have the impression, that the form save behavior was revamped and …
- 11:25 Ticket #15830 (Document i18n of localflavor) created by
-
django.contrib.localflavor
has its own catalog of translations, … - 10:10 Ticket #15829 (Provide item to sitemap template) created by
- #14041 added the ability to provide a custom template for generating a …
- 07:42 Ticket #15828 (multiple inheritance in TestCases does not work with unittest2) created by
- Using multiple base testcases used to work in django 1.1 but stopped …
- 05:05 Ticket #15827 (the OneToOneField in Profile should be named 'user') created by
- In the docs on Profile, it is not mentioned that the OneToOneField to …
- 02:04 Ticket #15826 (TestCase assertions should work with TemplateResponse) created by
- When using assertContains for testing class based generic views or …
- 00:10 Ticket #15825 (File-based caching doesn't cull truly randomly) created by
- The culling algorithm in filebased.py uses an essentially random …
- 00:00 Ticket #15824 (Modpython should catch EPIPE (produces 500 Internal Server Error)) created by
- When a browser client is receiving a page and decides to go away for …
04/13/2011:
- 15:44 Ticket #15823 (incorrect join condition when combining Q objects) created by
- Originally described the issue in …
- 14:11 Ticket #15822 (Remove references to the postgresql (v1) database backend) created by
- The postgresql backend was removed, but some references remained in …
- 09:44 Ticket #15821 (Django 1.3 release notes links to wrong "security issues" page) created by
- In …
- 08:03 Ticket #15579 (Please add support to delete specialization , while preserving base ...) reopened by
- My apologies -- it appears that your original report was correct. I …
- 06:28 Changeset [13bb0698]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixes Paginator.validate_number not raising a PageNotAnInteger …
- 06:19 Ticket #15818 (PostgreSQL autocommit mode breaks initial insert) closed by
- duplicate: Sounds like #12180.
- 06:02 Ticket #15819 (Admin searches should use distinct, if query involves joins) closed by
- needsinfo: Please provide more specifics. Search is available on changelist …
- 03:48 Ticket #15820 (inline admin formset uses incorrect form) created by
- I have the (somewhat simplified) following code: […] The problem …
- 03:40 Ticket #15819 (Admin searches should use distinct, if query involves joins) created by
- If search on inline relation in django-admin I've got multiple same …
- 03:36 Ticket #15818 (PostgreSQL autocommit mode breaks initial insert) created by
- Settings used: […] Code to reproduce: […] Stacktrace when …
- 03:18 Ticket #15817 (ImageField having [width|height]_field set sytematically compute the ...) created by
- This bug is directly related to the ticket #11084 and …
04/12/2011:
- 20:10 Ticket #15816 (Typo in utils reference doc) created by
- See patch attached.
- 18:49 Ticket #15810 (Easy rename of apps in admin) closed by
- duplicate: Closing as a duplicate of #3591. The bigger issue here is app …
- 18:32 Ticket #15815 (Support memcached binary protocol in PyLibMCCache) created by
- As per http://sendapatch.se/projects/pylibmc/#example-usage , …
- 17:30 Ticket #15814 (Add a test util to abstract the process of using a test template loader) created by
- 17:21 DjangoBranches edited by
- (diff)
- 15:27 Ticket #15813 (STATES_NORMALIZED dict for India does not include all states) created by
- I got bit today by an inconsitency in the implementation of the …
- 12:24 Ticket #15812 (SortedDict.update() should accept tuples or generators) created by
- dict.update() accepts dictionaries, tuples of pairs, lists of pairs, …
- 10:26 Ticket #15811 (Lazy doesn't take into account methods defined in parents) created by
- Example: […] This results in a TypeError I got a patch ready but …
- 10:15 Ticket #15810 (Easy rename of apps in admin) created by
- usage: […]
- 08:18 Ticket #15809 (Add optional obj parameter to ModelAdmin.has_add_permission) closed by
- invalid: damnit, just ignore it... I was wrong about the usage of that function.
- 08:05 Ticket #15809 (Add optional obj parameter to ModelAdmin.has_add_permission) created by
- If one is to overwrite has_add_permission it may sometimes help to …
- 07:52 Ticket #15808 (CSRF token cookie does not utilize the "Secure" or "HttpOnly" flag) created by
- I have observed that the CSRF token will not utilize the Secure or …
- 07:30 DevelopersForHire edited by
- freelancer in germany added (diff)
- 05:31 Ticket #15807 (order by 'pk' alias doesn't work with inherited models when parent has ...) created by
- Consider the following models: […] Trying to get the Child …
- 01:50 Ticket #15806 (Error in filebased cache culling) created by
- In line 115 of filebased.py we have: […] In case of …
- 00:28 Ticket #15805 (assertFieldOutput should not use assertRaisesRegexp) created by
-
The fact that
assertFieldOutput
usesassertRaisesRegexp
causes …
Note: See TracTimeline
for information about the timeline view.