Timeline
03/22/2013:
- 21:02 Tickets #20048,20060 batch updated by
- fixed: In d35e621633640797d2db15ec2ff05ff97a3b80a6: […]
- 21:02 Changeset [d35e621]stable/1.5.x by
- [1.5.x] Fixed #20048, #20060 -- Modified tests for contrib apps …
- 20:57 Changeset [930af66]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to …
- 19:28 Ticket #13565 (Using syncdb with Oracle using synonyms causes ORA-00955.) closed by
- wontfix: My vote is managed=False, too. You will want to have this very likely …
- 19:25 Ticket #13688 (Ability to specify the field type for extra select) closed by
- wontfix: I agree to the use case, but not to any extension to .extra(). I would …
- 19:19 Ticket #10720 (OrderedManyToMany API Implementation) closed by
- wontfix: This can be implemented externally, and the demand isn't big enough to …
- 19:10 Ticket #11007 (Add django.db.Model.changes(self) that returns a dict of differences) closed by
- wontfix: Hmmh, this might be API bloat... If inspection of model fields were …
- 18:57 Ticket #10657 (Meta option 'ordering' causes problems with nullable fields) closed by
- fixed: This has been fixed a long time ago.
- 18:28 Ticket #9120 (Improve error reports for exceptions in models.loading.load_app) closed by
- fixed: This seems to be fixed in master, you get an informative exception if …
- 18:00 Ticket #18629 (Adding methods/attributes to date-based views) closed by
- needsinfo: Please reopen if you could provide specifics or a link to a work in …
- 18:00 Ticket #18632 (Cleanup on methods/attributes associated with editing views) closed by
- needsinfo: Please reopen if you could provide specifics or a link to a work in …
- 17:10 Ticket #13822 (ForeignKey's attname is counter-intuitive when referencing to a field ...) closed by
- wontfix: I don't think there's much value in this change at this point in the …
- 17:07 Ticket #18975 (Remove explicit support for bad practices) closed by
- wontfix: The backwards-incompatibility looks unavoidable.
- 17:05 Ticket #14051 (Signals for transaction commit/rollback) closed by
- fixed: With the new transaction management introduced in Django 1.6, this …
- 16:55 Ticket #10590 (Support nested fieldsets in administration) closed by
- wontfix: Thanks for the proposal, but there doesn't appear to be a lot of …
- 16:54 Ticket #16142 (Coming admin FilterSpec implementation limits querying functionality) closed by
- needsinfo: I cannot understand what this ticket is about :/
- 16:49 Ticket #11652 (Simultaneous editing of a record via the admin interface silently ...) closed by
- wontfix: This ticket doesn't contain a lot of details, and for this kind of …
- 16:44 Ticket #16350 (Admin messages should be capitalized to work well in other languages) closed by
- fixed: Fixed in f7d945e325fd8edd0d827e652fb410bb2589de02.
- 16:41 Changeset [f7d945e]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16350 -- Forced capitalization in template. This improves …
- 15:11 Ticket #17662 (Adds percentage filter to humanize module) closed by
-
wontfix:
|multiply
is a no go (look up "math filter" in this tracker if you … - 15:07 Ticket #18202 (inconsistent humanize naturaltime) closed by
- wontfix: I don't see a compelling argument for changing the current behavior, …
- 14:40 Ticket #14451 (add related_name to contrib.auth.models.User for 'groups') closed by
- wontfix: Actually, I cannot convinced myself there's enough value.
- 14:32 Ticket #10871 (Add input support to admin actions (with patch)) closed by
- wontfix: Comment 5 points out this was rejected in the past. To reverse that …
- 14:31 Ticket #19302 (Add option to disable Admin log (LogEntry)) closed by
- needsinfo: Please post the link to the discussion on django-developers and …
- 14:23 Ticket #17650 (BaseForm doesn't implement __contains__) closed by
- wontfix: No one addressed Alex' point on backwards compatibility.
- 14:22 Ticket #10659 (Properly handle Paste's MultiDict and UnicodeMultiDict in Django ...) closed by
- wontfix: After 4 years I assume that anyone who needed this wrote a wrapper to …
- 14:16 Ticket #19755 (Incremental filter) closed by
- wontfix: Since no one is sufficiently interested in the idea to write a patch, …
- 14:09 Ticket #12680 (Floating submitbuttons) closed by
- wontfix: Floating things aren't good for accessibility, especially on mobile …
- 14:08 Ticket #13900 (New admin feature: Delete and replace with existing object) closed by
- wontfix: Since the reporter apparently lost interest after the mailing list …
- 14:02 Ticket #18265 (request.user cached value does not track request.session change) closed by
-
wontfix: I'm sorry, but if replacing
request.session
isn't supported. It … - 13:58 Ticket #19265 (deprecate redirect_to_login) closed by
-
wontfix:
redirect_to_login
is meant to be called from a view function, if … - 13:38 Ticket #10402 (mysql backend connections left idle open) closed by
- worksforme: Unfortunately I have absolutely no idea where to start to diagnose …
- 13:30 Ticket #18456 (HttpRequest.get_full_path does not escape # sign in the url) closed by
- wontfix: In fact, the webserver urldecodes the requested path before putting it …
- 13:27 Ticket #11772 (ModelAdmin - added a model_modified hook for full CRUD support) closed by
-
wontfix:
model_modified
duplicates existing functionality for hooking on … - 13:23 Ticket #14587 (Model description on administrative interface) closed by
- wontfix: There isn't a lot of demand for this feature, and it can be achieved …
- 13:22 Ticket #12701 ("Tooltips" in admin list view) closed by
- needsinfo: "eventually" hasn't come yet, and I'm a bit skeptical about the …
- 13:08 Changeset [f7ca464]stable/1.5.x by
- [1.5.x] Added missing markup to docs. Backport of 93cffc3b37 from master.
- 12:51 Changeset [1363b41]stable/1.5.x by
- [1.5.x] Fixed docs template name typo Backport of a907fa088e from master
- 12:50 Changeset [93cffc3]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added missing markup to docs.
- 12:46 Changeset [0df59bc]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #935 from tomviner/master Docs template name typo
- 11:58 Changeset [deec020b]stable/1.5.x by
- [1.5.x] Fixed #20108 -- Fixed filepath_to_uri decoding error This was …
- 11:58 Ticket #20108 (filepath_to_uri raises UnicodeDecodeError on utf8 input) closed by
- fixed: In 164528acc8752f33a3af4c1255b24702a4c81240: […]
- 11:57 AdminNext edited by
- Link to latest version of django-admin-tools on PyPI (diff)
- 11:55 Changeset [164528a]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20108 -- Fixed filepath_to_uri decoding error This was a …
- 11:45 Changeset [dd897e4]stable/1.5.x by
- [1.5.x] Fixed #20094 - Be more careful when checking for Iterator …
- 11:42 Ticket #20094 (Models with `next` method on python 2.6) closed by
- fixed: In 829dc3c5a64d3fa203b8cc0055e83cf23addfee3: […]
- 11:31 Changeset [829dc3c5]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20094 - Be more careful when checking for Iterator Python 2.6 …
- 10:51 Ticket #20114 (Failures in tests in django.contrib.auth when using custom ...) created by
- My LOGIN_URL on one project is set to /accounts/signin/, and upon …
- 10:41 Ticket #20113 (Documentation on _ptr and _ptr_id use in multi-table inheritance) closed by
- duplicate: Duplicate of #11097
- 09:48 Ticket #20113 (Documentation on _ptr and _ptr_id use in multi-table inheritance) created by
- The documentation on "Multi-table inheritance" does not mention the …
- 06:44 Changeset [7206330c]stable/1.5.x by
- [1.5.x] Fixed #17935 - Clarified intro of topics/files.txt. Thanks …
- 06:44 Ticket #17935 (Media and Static files docs) closed by
- fixed: In f7795e968dd07323aa5bd16f9da0e60d97a75d0f: […]
- 05:01 Changeset [f7795e96]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17935 - Clarified intro of topics/files.txt. Thanks guettli …
- 04:14 Ticket #20112 (UnicodeDecodeError with not UTF-8 charset database connection) created by
- Here is my database connection […] […] In this ticket …
- 03:52 Ticket #20111 (Admin message levels are too ambigious) created by
- Currently admin uses messages.INFO level for both - info messages and …
03/21/2013:
- 21:36 Ticket #20110 (Unnecessary single quotes in examples) closed by
- invalid: Quotes are needed starting with 1.5, it seems you are reading the …
- 21:22 Ticket #20110 (Unnecessary single quotes in examples) created by
- It looks like documentation for "url" template tag in here …
- 14:08 Ticket #20090 (SubfieldBase/to_python handles both serialized and original string ...) closed by
- invalid: Thanks for the help (and confirmation jrief). This should take care of …
- 13:35 Ticket #20109 (django-admin.py does not correctly set DJANGO_SETTINGS_MODULE (patch ...) closed by
- worksforme: Hi, thanks for the report. The report doesn't make sense to me, …
- 13:33 Ticket #18461 (UnicodeDecodeError in sql logger) closed by
- fixed: Please reopen a new ticket with your specific issue.
- 13:06 Ticket #20109 (django-admin.py does not correctly set DJANGO_SETTINGS_MODULE (patch ...) created by
- The default manage.py script (created by django-admin.py …
- 11:55 Ticket #20107 (Error in example for "Using initial data with a formset") closed by
-
invalid: When passing initial data to a
FormSet
instance it's expected to be … - 10:57 Ticket #20105 (dictsort by obj and by obj_id gives varying results) closed by
- invalid: I'm going to mark this as invalid, since this is not a bug but only a …
- 10:17 Ticket #20108 (filepath_to_uri raises UnicodeDecodeError on utf8 input) created by
- The docs say "The path is assumed to be either UTF-8 or unicode." in …
- 10:00 Ticket #20107 (Error in example for "Using initial data with a formset") created by
- https://docs.djangoproject.com/en/1.5/topics/forms/formsets/#using-init …
- 08:03 Ticket #20095 (Tutorial page 02) closed by
- needsinfo
- 07:53 Ticket #20106 (A little optimazon--"0 errors found") closed by
- invalid: Hi, Thank you for your report but unfortunately, I think it is …
- 07:17 Ticket #20106 (A little optimazon--"0 errors found") created by
- When I ran "python manage.py validate", it gave me "0 errors found". I …
- 06:15 Ticket #20105 (dictsort by obj and by obj_id gives varying results) created by
- Hello there. Story: I've got a model: […] I've got a view: …
- 05:03 Changeset [a907fa08]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Docs template name mistake change_list_request.html doesn't exist, …
- 03:28 Ticket #20084 (Formsets should sign/verify max_num) closed by
- fixed: In f9ab543720532400e8b0d490cdbe67ea09ae9c17: […]
- 03:27 Changeset [f9ab543]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20084 -- Provided option to validate formset max_num on server. …
- 02:34 Ticket #20104 (Make versionchanged directive less prone to mis-use.) created by
- When the versionchanged directive is used like this: […] This is …
- 01:45 Ticket #20102 (None no longer matches zero-length string on CharField) closed by
- needsinfo
- 00:44 Ticket #20103 (None no longer matches zero-length string on CharField) closed by
- duplicate: Dupe of #20102.
03/20/2013:
- 23:44 Ticket #20103 (None no longer matches zero-length string on CharField) created by
- I've just updated from 1.5 stable to latest commit …
- 23:42 Ticket #20102 (None no longer matches zero-length string on CharField) created by
- I've just updated from 1.5 stable to latest commit …
- 19:26 Ticket #20100 (Broken link to the BSD licence in the wiki) closed by
- fixed: Thanks for the report. I've corrected the link. The main page of the …
- 19:25 WikiStart edited by
- Corrected link to BSD license (diff)
- 18:21 Ticket #18839 (Field.__init__() should call super() at end.) closed by
- fixed: In aaec4f2bd8a63b3dceebad7804c5897e7874833d: […]
- 18:20 Changeset [aaec4f2b]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18839 - Field.init() now calls super().
- 17:54 Ticket #901 (Reload method for models) closed by
- wontfix: For the fourth time in this thread: *please* do not reopen tickets …
- 17:50 Changeset [0ff12c28]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed unused import
- 17:46 Ticket #18972 (Refactor bundled WSGI server's chuking logic) closed by
- fixed: In a7960bcb3575fd9fcd5180986ddcdba1caa46dd5: […]
- 17:46 Changeset [a7960bc]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18972 -- Refactored bundled wsgi server's chunking algorithm. …
- 17:44 Ticket #20101 (bitwise or on queryset fails when using exlude over manytomany) closed by
- fixed: In 80e68ee2ffb44d90c66b48e2db18ec4e16c025b4: […]
- 17:43 Changeset [80e68ee2]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added tests for already fixed #20101 The ticket dealt with a case …
- 17:04 Ticket #20101 (bitwise or on queryset fails when using exlude over manytomany) created by
-
== description ==
In the case below, when doing a bitwise
or
of 2 … - 17:00 Ticket #20100 (Broken link to the BSD licence in the wiki) created by
- I'm sorry to be filing a bug, I'm unable to find the edit button on …
- 15:23 Ticket #20092 (Cache not isolated in tests) closed by
- duplicate: This seems like a duplicate of #11505.
- 13:32 Ticket #20097 (The field named as the USERNAME_FIELD should not be included in ...) closed by
-
invalid: Hi,
AbstractBaseUser does not have an
email` field so the following … - 11:40 Ticket #20099 (Allow filtering 404 reports by user agent) created by
- I get a lot of 404 reports to my inbox that are caused by various …
- 11:11 Changeset [add0dc02]stable/1.5.x by
- [1.5.x] Fixed #20096 -- Added link to the Greek localflavor app …
- 11:08 Ticket #20096 (Added localflavor for Greece (gr)) closed by
- fixed: In a9ee0e2970b5dcff63dce9db6dac9681355fc69d: […]
- 11:08 Changeset [a9ee0e29]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20096 -- Added link to the Greek localflavor app
- 11:02 Ticket #19972 (Changelist tables that are larger than the viewport slip under the ...) closed by
- fixed: In a45d06ca3dc994e48cfce815ab913cc188c4b30f: […]
- 11:00 Changeset [a45d06c]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19972 -- Fixed overflow issue in admin changelist pages. …
- 10:10 Ticket #20098 (Add validation for models with the same db_table) created by
- When declaring two models using a custom db_table setting in the Meta …
- 09:37 Ticket #20097 (The field named as the USERNAME_FIELD should not be included in ...) created by
- I've created a User model that subclasses AbstractBaseUser and …
- 08:00 Ticket #20096 (Added localflavor for Greece (gr)) created by
- Localflavor for Greece using new style localflavors: …
- 06:59 Ticket #20095 (Tutorial page 02) created by
- https://docs.djangoproject.com/en/1.5/intro/tutorial02/ I could be …
- 05:19 Ticket #20094 (Models with `next` method on python 2.6) created by
- I've identified a problem with the following commit …
- 04:43 Ticket #19895 (Second iteration over an invalid queryset returns an empty list ...) closed by
- fixed: In b91067d9aa42e31d4375e00a703beaacdb30d608: […]
- 04:43 Changeset [b91067d9]stable/1.5.x by
- [1.5.x] Revert "Fixed #19895 -- Made second iteration over invalid …
- 04:41 Changeset [23490a2]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Revert "Fixed 19895 -- Made second iteration over invalid queryset …
- 04:21 Changeset [ccb87f97]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Reordered AUTHORS in last name alphabetic order
03/19/2013:
- 23:06 Ticket #16319 (add success_message in ClassViews) closed by
- fixed: In 9a85ad89c20e88340cdba85b8e9f5806c95835db: […]
- 23:02 Changeset [9a85ad8]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16319 -- added SuccessMessageMixin to contrib.messages Thanks …
- 21:46 Ticket #13465 (non_field_errors should be mentioned in the form api docs) closed by
- duplicate: This looks like a duplicate of #14023 which was closed in …
- 21:16 Changeset [5938e701]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 python 3.2 syntax error and python 3 warning introduced by …
- 18:49 Ticket #20093 (Allow Model Cache Invalidation) closed by
- worksforme: Thanks for that, yeah that seems like a good idea. I also relived I …
- 17:59 DevelopersForHire edited by
- Adding self to list (diff)
- 17:58 Changeset [483e1b80]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refs #18586 -- Split out long custom_columns lookup test into multiple …
- 17:56 Ticket #20088 (Django admin log depends on User model having a field named id) closed by
- fixed: In 054ce2aa02c88221ffa5665a4b9a5739cbbd0a39: […]
- 17:56 Changeset [7a3409f]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #931 from …
- 17:43 Ticket #18003 (All naked excepts which raise an exception should include previous ...) closed by
- fixed: In bc4111ba68e5eede1f68882a16d68441a845e30b: […]
- 17:42 Changeset [bc4111ba]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18003 -- Preserved tracebacks when re-raising errors. Thanks …
- 17:36 Ticket #20093 (Allow Model Cache Invalidation) created by
- I propose allowing a model instance to have its fields refetched from …
- 17:30 Changeset [054ce2aa]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20088 -- Changed get_admin_log not to depend on User id field …
- 17:27 Ticket #17615 (Unique field validation with multi-table inheritance) closed by
- fixed: Replying to johan.holman@…: > I'm sorry didn't find the …
- 15:19 Ticket #15166 (Code error in ValidationError.update_error_dict) closed by
-
invalid:
Validation.update_error_dict
is only used inModel.full_clean
, … - 15:17 Ticket #13873 (Provide an explicit setting to skip tests for INSTALLED_APPS) closed by
- duplicate: I belive #17365 is the correct answer here, even if it isn't exactly …
- 14:57 Ticket #20092 (Cache not isolated in tests) created by
- Unlike the database, cache is not isolated in tests. I would argue …
- 12:35 Changeset [1fe90b28]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Reworded Mark Pilgrim section in AUTHORS. Removed the RIP, which …
- 11:24 Ticket #20091 (outer join regression over nullable foreign keys) created by
- We recently underwent an upgrade from Django 1.0.4 all the way to 1.5 …
- 10:54 Ticket #20090 (SubfieldBase/to_python handles both serialized and original string ...) created by
- When using a custom model field liked JSONField (a field that lets you …
- 09:18 Ticket #20088 (Django admin log depends on User model having a field named id) closed by
- duplicate: I think that's the same problem as #20049.
- 09:03 Ticket #20089 (Give reference from widget to its field) created by
- I needed to do some customization of Django's forms, and I needed a …
- 05:37 Ticket #20088 (Django admin log depends on User model having a field named id) created by
- See …
- 04:19 Ticket #11403 (Django Models - Default and Choices made to Table Schema) closed by
- needsinfo: This ticket is really about two different features: 1) storing default …
- 04:13 Ticket #16052 (MySQL: CharField's with utf8_bin collation return as str, should ...) closed by
- wontfix: Django gained a binary field in …
- 04:08 Ticket #20086 (UserCreationForm does not support custom models.) closed by
- invalid: This is documented: …
- 04:06 Ticket #17823 (Add nolock support to queryset API) closed by
- needsinfo
- 04:03 Ticket #9026 (Scripts receive invalid keyboard input under Windows with JVM) closed by
- wontfix: This bug has been around forever and obviously no one knows what to do …
- 03:59 Ticket #20087 (RSS updating issue) created by
- Hi, some RSS readers cannot update the latest post because of the …
- 03:53 Ticket #20086 (UserCreationForm does not support custom models.) created by
- Hey, It's my first ticket :) I've found out that UserCreationForm() …
Note: See TracTimeline
for information about the timeline view.