Timeline
05/25/2011:
- 20:05 Ticket #16099 (Development web server sometimes hangs with Chrome) created by
- I'm able to reproduce on the default Amazon ec2 tiny instance (Linux …
- 18:29 Ticket #16098 (Release notes for Django 1.2.3 are missing) created by
- This page is missing the 1.2.3 release notes: …
- 18:07 Ticket #2445 ([patch] allow callable values for limit_choices_to) reopened by
- I don't know if the previous update was a mistake or spam, but this is …
- 17:36 Ticket #2445 ([patch] allow callable values for limit_choices_to) closed by
- fixed
- 16:55 Ticket #16097 (Trac query builder is broken) closed by
-
fixed: Ok, fixed it by using Trac's
use_base_url_for_redirect
option and … - 16:41 Reports edited by
- (diff)
- 16:34 Ticket #16097 (Trac query builder is broken) created by
- Steps to reproduce: 1. Click 'View tickets' above 2. Click 'Update' …
- 12:31 Changeset [7f3eda2]stable/1.3.x by
- [1.3.X] Fixed #16004 - csrf_protect does not send cookie if view …
- 12:31 Changeset [afa09285]stable/1.3.x by
- [1.3.X] Changed utils/decorators.py tests to use RequestFactory …
- 12:22 Ticket #16096 (Template instances should have an origin attribute.) created by
- Templates are constructed with an optional origin argument; this is …
- 05:53 DevelopersForHire edited by
- (diff)
- 05:52 DevelopersForHire edited by
- (diff)
- 05:47 DjangoJobs edited by
- (diff)
- 00:14 Ticket #16094 (Documentation for Custom permissions is ambiguous.) created by
- The example in …
05/24/2011:
- 16:35 Ticket #16093 (Typo in "Performing raw SQL queries") created by
- http://docs.djangoproject.com/en/1.3/topics/db/sql/ has the following: …
- 16:33 Changeset [0065d8a1]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
- Made expected output platform-independent in a test for the template …
- 16:28 Ticket #16004 (csrf_protect does not send cookie if view returns TemplateResponse) closed by
- fixed: In [16276]: […]
- 16:28 Changeset [a482cc0b]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 #16004 - csrf_protect does not send cookie if view returns …
- 16:24 Ticket #2331 (Related Field has invalid lookup: icontains) closed by
- invalid: Ignore me. I am an idiot. Fixed. Re-resolving as invalid.
- 16:01 Ticket #2331 (Related Field has invalid lookup: icontains) reopened by
- I'm getting this in 1.3, some 2 years later than the last comment …
- 15:06 Ticket #16092 (QuerySet F() fields should be able to reference .extra() select keys) created by
- […] Disclaimer: I wrote the above code without testing it based on …
- 14:45 Ticket #16091 (typo in model instance docs) created by
- http://docs.djangoproject.com/en/1.3/ref/models/instances/#validating-o …
- 13:39 Changeset [d7036e5]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
- Made some small tweaks/fixes to documentation from IGNORABLE_404_URLS …
- 13:09 Ticket #16090 (typo in cbv docs) created by
- http://docs.djangoproject.com/en/1.3/ref/class-based-views/#django.view …
- 12:29 Ticket #16089 (Adding/Removing admin Inlines on the fly) created by
- Inlines are very useful for creating/updating related objects at the …
- 12:23 Ticket #16088 (Multi-database tests fail in ContentType) created by
- I have a multi-database setup: […] I have 2 routers, one handles …
- 10:54 Ticket #8408 (Add a new meta option: don't do count(*) in admin) reopened by
- Replying to lrekucki: > Replying to kmike: > …
- 08:21 Ticket #16087 (Add ResolverMatch object to test client responses.) created by
- The docs say that you can use the test client to "Test that the …
- 07:04 Ticket #16086 (Unicode string used for module name when doing imports.) created by
- The equivalence of ASCII strings whether they be held as standard byte …
- 06:45 Ticket #16085 (pagination documentary code raises error) closed by
- invalid: wrong version
- 06:42 Ticket #16085 (pagination documentary code raises error) created by
- about this doc page …
- 06:26 Ticket #16081 (export_selected_objects example doesn't work when selecting all) closed by
- duplicate: This is #15742.
- 04:17 Ticket #16080 (list_filter broken for fields with lenght 2) closed by
- fixed: In [16274]: […]
- 04:17 Changeset [4a4b6b2]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 #16080 -- Handle admin list filter items with two characters …
- 02:25 Ticket #5625 (Custom admin views get wrong 'Home' breadcrumb url) reopened by
- The bug is still alive in Django 1.3.
05/23/2011:
- 22:51 Ticket #16084 (makemessages command doesn't respect LOCALE_PATHS setting) created by
- The makemessages command won't check the paths in LOCALE_PATHS as …
- 17:08 Ticket #16083 (incorrect link in the class based views details docs) created by
- http://docs.djangoproject.com/en/1.3/ref/class-based-views/#django.view …
- 16:30 Ticket #16082 (Directory creation race condition in FileSystemStorage) created by
- My company recently encountered the following problem on a production …
- 13:54 Changeset [c0303f5d]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
- Workaround particularities of Python under Windows that interfere with …
- 13:20 Ticket #16081 (export_selected_objects example doesn't work when selecting all) created by
- In …
- 11:44 DjangoPoweredSites edited by
- removed spam (diff)
- 11:39 Ticket #15768 (The setUp() method FileStorageTests in ...) closed by
- fixed: Fixed in [16267].
- 11:08 Changeset [e683beb6]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
- Changed utils/decorators.py tests to use RequestFactory git-svn-id: …
- 11:08 Changeset [55c2c302]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
- Refactoring of 'fully_decorated' for clarity and removal of …
- 11:04 DjangoPoweredSites edited by
- (diff)
- 09:28 Ticket #16080 (list_filter broken for fields with lenght 2) created by
- Commit 16144 broke list_filter refering to model fields, when its name …
- 09:16 Ticket #16079 (Clarify that handler404 and handler500 only applies to project) created by
- The documentation states that you can define handler404 and handler500 …
- 09:12 DjangoPoweredSites edited by
- Update it (diff)
- 08:23 Ticket #16078 (Typo in the new signing docs) closed by
- fixed: In [16270]: […]
- 08:23 Changeset [4c4e46e6]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 #16078 -- Fixed a few typos in the signing documentation. …
- 08:06 Ticket #16078 (Typo in the new signing docs) created by
- The docs about signing say "BadSigature" instead of "BadSignature". …
- 08:00 Ticket #16077 (syncdb, PostgreSQL: models.IntegerField default value is absent in the ...) created by
- If some model has an IntegerField with option "default" set, then …
- 04:44 Ticket #16076 (Updated locale formats for hungarian language) created by
- The formats module for the hungarian language was very poor, so I …
- 03:04 Ticket #16075 (Django 1.3 new "localize" tag/filter doesn't work?) created by
- I've noticed that Django 1.3 introduced the new "localize" tag/filter. …
- 02:25 Ticket #16074 (Class-based views clash get_context_data) created by
- One of the best advantages of class-based views is the possibility to …
05/22/2011:
- 22:50 Ticket #16073 (Django admin save not sending post remove action with m2m changed signal) created by
- Hi all I'm trying to get a many to many model to update when I save a …
- 20:54 Changeset [18ecfad7]stable/1.3.x by
- [1.3.X] Fixes #16072 -- incorrect documentation for multiple …
- 20:52 Ticket #16072 (Using multiple expressions inside a blocktrans tag not working as ...) closed by
- fixed: In [16268]: […]
- 20:52 Changeset [17a6bb0]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 #16072 -- incorrect documentation for multiple expressions …
- 18:56 Ticket #8593 (Image upload in Windows changes filename to lowercase) closed by
- fixed: In [16267]: […]
- 18:56 Changeset [fcf7fbc6]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 #8593 -- better handling of safe_join case sensitivity on …
- 16:16 Ticket #16072 (Using multiple expressions inside a blocktrans tag not working as ...) created by
- According 1.3 docs, using multiple expressions inside a blocktrans tag …
- 14:25 Ticket #16070 (Urlize improperly quotes %) closed by
- duplicate: Duplication of #9655
- 13:58 Ticket #16071 (Update fix_ampersands documentation for behavior with existing entities) created by
- fix_ampersands doesn’t replace all ampersands with & entities; it …
- 12:00 Changeset [b9bdc96]stable/1.3.x by
- [1.3.X] Fixed #16056 - Memcached configuration mistake in docs; thanks …
- 11:59 Ticket #16056 (Memcached configuration mistake) closed by
- fixed: In [16265]: […]
- 11:59 Changeset [dab90dd4]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 #16056 - Memcached configuration mistake in docs; thanks …
- 11:44 Changeset [82b9fed]stable/1.3.x by
- [1.3.X] Fixed #16067 - Couple reST fixes in …
- 11:43 Ticket #16067 (Small reST markup issues in built-in templatetags doc) closed by
- fixed: In [16263]: […]
- 11:43 Changeset [6443adc]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 #16067 - Couple reST fixes in ref/templates/builtins.txt; thanks …
- 10:51 Changeset [909e0028]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
- Fix UnboundLocalError than could occur during ModelAdmin validation. …
- 10:46 Ticket #16070 (Urlize improperly quotes %) created by
- If urlize is given a URL with a percent sign in it, it will quote it: …
- 10:21 Ticket #16048 (GenericForeignKey always uses a default manager of a related model) closed by
- fixed: In [16261]: […]
- 10:21 Changeset [d95355b6]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 #16048 -- Use the base manager instead of the default manager to …
- 10:05 Ticket #6580 (Default argument to `getlist` on QueryDict) closed by
- fixed: In [16260]: […]
- 10:05 Changeset [fc8116cc]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 #6580 -- Added
default
parameter toMultiValueDict.getlist
… - 09:48 Ticket #6283 (NewForms labels are not conditionally escaped) closed by
- fixed
- 09:08 Ticket #15658 (reverse returns '//' for flatpage with URL '/') closed by
- invalid: Invalid. The initial '/' in the path is matched by the root …
- 08:45 Ticket #16069 (Object returned by get_or_create() is different from same object ...) closed by
- wontfix: The value is coerced to the database as a convenience to avoid the …
- 08:28 DjangoJobs edited by
- revert spam (diff)
- 08:09 Ticket #16069 (Object returned by get_or_create() is different from same object ...) created by
- If an IntegerField is initialized in the get_or_create 'defaults' …
- 06:02 Ticket #16068 (Ease access to request headers) created by
- In the current implementation of the HttpRequest class, one must parse …
- 05:41 Ticket #16020 (urlize() incorrectly escapes query string escapes) closed by
- duplicate: This is actually a duplicate of #9655.
- 05:31 Ticket #16067 (Small reST markup issues in built-in templatetags doc) created by
- Spotted a couple of small reST markup issues. See attached patch.
- 05:19 Ticket #16066 (fix_ampersands does not convert abbreviations followed by a semi-colon) closed by
-
wontfix:
fix_ampersands
does have some limitations in that it is not smart … - 02:16 DjangoJobs edited by
- (diff)
- 01:32 Ticket #16066 (fix_ampersands does not convert abbreviations followed by a semi-colon) created by
- In django/utils/html.py, unencoded_ampersands_re will not convert …
Note: See TracTimeline
for information about the timeline view.