Timeline
05/01/2008:
- 21:38 Ticket #7153 (_resolve_lookup could do a better job of resolving callables and ...) created by
- Right now callables are run only if they are object methods and …
- 21:38 Ticket #7152 (Insufficient validation of db_column and db_table when declaring models) created by
- db_column and db_table can contain special characters like %s which …
- 19:08 Ticket #7146 (Initial SQL data should accept plain python!!!) closed by
- invalid: Initial SQL is intended to allow table-modifying statements to be …
- 14:35 IrcFAQ edited by
- added note on errors (diff)
- 13:46 Ticket #7150 (patch to implement view pemission in admin) closed by
- wontfix: New patches for the admin should made against newforms-admin, and it …
- 13:39 NewformsAdminBranch edited by
- (diff)
- 13:24 Ticket #7126 (select_related(field) doesn't correctly SELECT GIS fields on MySQL/Oracle) closed by
- fixed: fixed: (In [7512]) gis: Fixed #7126 (with tests); moved GeoQuery and …
- 13:08 Ticket #7151 (Management UnBoundLocalError error on local variable 'args' ...) created by
- With a malformed command like: […] Django management/__init__.py …
- 12:23 Ticket #7150 (patch to implement view pemission in admin) created by
- I'm not in the mood of rewriting a full backoffice because of …
- 12:12 Ticket #7149 (Multiple OneToOne Models __really__ changed/Broke in Refactor) created by
- It now appears that only ONE one-to-one Sub table is allowed for …
- 10:53 IrcFAQ edited by
- added a couple links re admin customization (diff)
- 10:25 Ticket #7148 (Small typo in docstring for WhereNode in django/db/models/sql/where.py) created by
- The WhereNode docstring has "correct" misspelled. Patch attached.
- 09:41 Ticket #7147 (archive_index and archive_year create a query with "date_field IS NULL") created by
- While using django.views.generic.date_based.archive_index or …
- 03:46 Ticket #4336 (Error when I add a "Poll" (from the tutorial) with the ...) closed by
- wontfix: This ultimately seems to be a symptom of MySQL tables which were …
- 02:58 Ticket #7146 (Initial SQL data should accept plain python!!!) created by
- Well, one should be able to use plain python with models to insert …
- 00:37 Ticket #7137 (get_and_delete_messages is called in auth context processor for every ...) closed by
- invalid: The messaging system is not an admin-specific feature; it is a …
04/30/2008:
- 23:59 Ticket #7145 ('NoneType' object has no attribute 'year' in admin change list when ...) created by
- In changeset r7511 […] […] In the following, years is getting …
- 23:55 GeoDjango edited by
- Added queryset-refactor merge milestone. (diff)
- 21:25 Ticket #7144 (FileField joins MEDIA_ROOT with FileDict) closed by
- invalid
- 20:56 Ticket #7144 (FileField joins MEDIA_ROOT with FileDict) created by
- The _get_FIELD_filename function in Model class joins MEDIA_ROOT with …
- 19:55 Ticket #7143 (Test client sends full path on file upload) created by
- The django.test.client.Client, when uploading a file, sets the …
- 14:51 Ticket #7142 (QuerySet: Distinct + Values + order by doesn't behave as one would expect) created by
- best shown by example .. effects the Queryset Refactor […]
- 13:07 Ticket #7141 (Estonian translation missing in global_settings.py) created by
- 11:49 Ticket #7140 (Errors in escaping fieldnames in Oracle) created by
- According to the comments it's better to have your fieldnames in …
- 10:08 Ticket #7139 (Some typos in comments of the Oracle backend query class) created by
- There are some typos in the comments of the Oracle custom query class.
- 05:42 Ticket #7138 (list_filter ignores foreign keys to inherited models) closed by
- duplicate: Model inheritance is not expected to work in the admin. See #6755.
- 04:52 Ticket #7138 (list_filter ignores foreign keys to inherited models) created by
- Here is the troublesome code: […] On the filters, only 'name' and …
- 04:35 ModelInheritance edited by
- Update with current status (diff)
- 04:08 Ticket #7137 (get_and_delete_messages is called in auth context processor for every ...) created by
-
user.get_and_delete_messages()
is called irrespective of …
04/29/2008:
- 23:51 DjangoBranches edited by
- remove obsolete qs-rf info (diff)
- 22:34 Ticket #7136 (when inheriting models, accessing related subclass instances can ...) created by
- If you are using the new multi-table inheritance feature, and have two …
- 21:42 Ticket #7134 (TestCase class hardcodes verbosity) closed by
- duplicate: Duplicate of #4371.
- 20:36 Ticket #7135 (Databrowse doesn't handle model inheritance) created by
- Databrowse currently doesn't support model inheritance. This is …
- 19:03 Changeset [1dee3091]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added 'Setting headers' and 'Telling the browser to treat the response …
- 17:38 Ticket #7134 (TestCase class hardcodes verbosity) created by
- In the TestCase class django.test.testcases the run method on TestCase …
- 15:55 Ticket #7111 (Double negation in sql query fails on Oracle) closed by
- fixed: (In [7509]) Fixed an Oracle error on double negations in where …
- 15:55 Changeset [db6bab5c]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed an Oracle error on double negations in where conditions. Fixed …
- 15:51 Ticket #7133 (django admin: radio_admin is broken with addPopup and ...) created by
- It seems that radio_admin is broken in trunk's admin for adding new …
- 15:30 Ticket #7132 (SelectMultiple Widget need's it's own _has_changed method) created by
- Currently it just uses the parent class(Widget)'s method, which means …
- 15:20 QuerysetRefactorBranch edited by
- Providing a link for details rather than just text. (diff)
- 15:18 Ticket #7131 (Update simplejson to 1.8.1 for better Unicode support) created by
- Simplejson 1.8.1 features greatly improved Unicode support and …
- 14:03 Ticket #7120 (django.contrib.admin.sites uses User but doesn't import it) closed by
- worksforme: The import does exist at the top of the view of the fragment you …
- 12:38 Ticket #7130 (MySQL 4.1 and the NOT LIKE in QuerySet refactor Fails) created by
- A simple Query to find things not like […] results in the Query …
- 12:02 Ticket #7129 (Prepend of admin_media is not working on JS) created by
- When declaring an admin class when I declare in the inner class Media …
- 11:06 Ticket #7128 (Infinite Recursion in new QuerySet Refactor when using a post_init signal) created by
- The new Queryset refactor uses deepcopy for the where element of …
- 10:58 Ticket #7126 (select_related(field) doesn't correctly SELECT GIS fields on MySQL/Oracle) reopened by
- Yes this is a bug when specifying a geometry field for …
- 10:40 Ticket #7127 (page_not_found (404 view) docstring looks wrong) created by
-
django.views.defaults.page_not_found
docstring starts off: … - 10:26 Ticket #7126 (select_related(field) doesn't correctly SELECT GIS fields on MySQL/Oracle) closed by
- invalid: Sorry, I think this might be something else as it doesn't work with a …
- 09:55 Ticket #7126 (select_related(field) doesn't correctly SELECT GIS fields on MySQL/Oracle) created by
- I'm not quite sure how to write a test, but I produced a simple script …
- 09:20 Ticket #7125 (Multiple ForeignKeys to the same model produces wrong SQL statements.) created by
- Take the following models: […] Some example data: […] The …
- 08:13 Ticket #7124 (Form field javascript event handler) created by
- This is a feature request. Wouldn't it be nice if newforms fields …
- 07:18 Ticket #7123 (Model.from_sequence() bypasses Model.__init__()) created by
- As …
- 06:48 Ticket #7122 (Unicode problem in ChoiceField) closed by
- invalid: OK, it seems there was an encoding problem in one of my files. Works fine
- 06:36 Ticket #7122 (Unicode problem in ChoiceField) created by
- I have a ChoiceField defined like this: […] ,where country is a …
- 06:14 Ticket #7121 (Slicing on QuerySet bypasses result_cache) created by
- Playing around in the shell and watching postgresql.log I found out …
- 04:39 Ticket #7120 (django.contrib.admin.sites uses User but doesn't import it) created by
- django.contrib.admin.sites has no import of User model but uses it: …
- 01:56 Ticket #7119 (Model's get_FOO_* methods cannot be overriden) created by
- It's not possible to override any of the get_FOO_* methods for any …
- 01:34 Ticket #7118 (unique validator Unicode Error) created by
- unique validator Unicode Error
- 01:29 Ticket #7117 (Replace backslash in reverse URL matcher) created by
- The reverse URL pattern matcher should replace backslashes stemming …
- 01:27 Ticket #7116 (Optimize RequestContext construction) created by
-
The current
RequestContext
constructor pushes a new context … - 00:45 Ticket #6117 (newforms-admin change history needs to be implemented) closed by
- fixed: (In [7507]) newforms-admin: Fixed #6117 -- Implemented change history …
04/28/2008:
- 23:32 Ticket #6964 (FileInput._has_changed not implemented) closed by
- fixed: (In [7506]) newforms-admin: Fixed #6964 -- Implemented …
- 22:54 Ticket #7115 ([Patch] django.contrib.auth Permissions ordering changed due to qsrf) created by
- Hi, With the merge of the QSRF branch to trunk the ordering of the …
- 20:19 Changeset [2061b3f]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Undo [7474]. I didn't think it through nearly carefully enough. This …
- 20:09 Ticket #7114 (multiwidget doesn handle has_changed properly) closed by
- fixed: (In [7503]) newforms-admin: Fixed #7114 -- MultiWidget now calls …
- 19:59 Ticket #7088 (QuerySet.values_list returns extra fields in Oracle) closed by
- fixed: Yes, this particular issue appears to be resolved. I'll go ahead and …
- 18:16 DjangoResources edited by
- Removing dead links and fixing some redirects (diff)
- 17:14 Ticket #7114 (multiwidget doesn handle has_changed properly) created by
-
the patch says it all -
_has_changed
doesn't call … - 16:46 Ticket #6958 (Some tests of newforms-admin depend on settings.LANGUAGE_CODE) closed by
- fixed: It appears this problem has gone away with r6774. The test framework …
- 16:15 Changeset [14d6ee2]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Changed Query.get_columns() to quote the 'AS' column names in an …
- 15:42 Ticket #7113 (The `ChangeList` does not support custom queryset subclasses) created by
-
Custom
QuerySet
classes (like GeoDjango'sGeoQuerySet
) … - 15:29 Ticket #7112 (Ordering in admin breaks changelist) closed by
- invalid: From Malcolm: That code was already broken, but you just hadn't …
- 15:06 Ticket #7112 (Ordering in admin breaks changelist) created by
- I have a very simple model : class Forum(models.Model): title = …
- 12:57 Ticket #7111 (Double negation in sql query fails on Oracle) created by
- […] This causes an error in Oracle because the "NOT NOT …
- 12:31 Changeset [13a6fd6]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Renamed a field in the queries test schema that was preventing the …
- 12:28 Ticket #7110 (select_related returns incorrect results when one model has two ...) created by
- This started occurring just after the qs-rf branch was merged into …
- 12:26 Ticket #7109 (__dict__ substitution in Field.db_type() does no quoting) created by
- For example, a BooleanField named "public" would generate the …
- 11:04 Ticket #7099 (FieldError in newforms admin when Meta.ordering contains a FK) closed by
- fixed: This was fixed in newforms-admin by the merge from trunk of [7492].
- 10:05 Ticket #7108 (Documentation incorrect: The Response objects returned by TestClient ...) created by
- Section …
- 09:14 Changeset [a97f690]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added the ability to pickle and unpickle QuerySets and Query classes. …
- 07:10 Ticket #7107 (ManyToMany self-referential models *need* a related_name) created by
- Without a related_name, self-referential ManyToMany models seem cause …
- 07:09 Changeset [db80f57]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- ValuesQuerySets (and subclasses) were inadvertently not caching their …
- 06:51 Changeset [ba010ec1]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.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 types of nested update queries very slightly more efficient …
- 06:51 Ticket #7095 (Error with Many2Many filter() in models managers after ...) closed by
- fixed: (In [7496]) Made some types of nested update queries very slightly …
- 06:51 Changeset [ff6e5295]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added a test to demonstrate the remaining problem in #7095. Only …
- 05:27 Ticket #7106 (django.db extra() method fails) closed by
-
wontfix: It's never been intended that
params
would work withtables
in … - 05:15 Ticket #3762 (TypeError/Unhandled exception in ...) reopened by
- I encountered this error under Apache and mod_python on Linux. I'm …
- 05:11 Ticket #7106 (django.db extra() method fails) created by
- Hello, I use to work with PostgreSQL, and with full-text enabled. To …
- 05:02 Ticket #7105 (dates queryset method doesn't work for parent date fields) created by
- I brought this up in #7104 but maybe should be a separate ticket. (or …
- 04:50 Ticket #7104 (date_hierarchy in admin broken for multi-table inheritance) closed by
- duplicate: Model inheritance is not expected to work in the admin. See #6755.
- 04:08 DjangoSpecifications/Core/Threading edited by
- (diff)
- 04:06 DjangoSpecifications/Core/Threading edited by
- (diff)
- 03:59 DjangoSpecifications/Core/Threading edited by
- (diff)
- 03:06 Ticket #7103 (select_related doesn't traverse nullable FK relations even when ...) closed by
- worksforme: Ya, I'm a bonehead. I had a rogue version of Python installed on OSX, …
- 02:24 Ticket #7104 (date_hierarchy in admin broken for multi-table inheritance) created by
- Specifying date_hierarchy breaks the admin when the date field is in …
- 02:07 Changeset [1bb82600]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.0.xstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Allow Query objects to be values in query filters. This already …
- 00:36 QuerysetRefactorBranch edited by
- Typo fix. (diff)
- 00:36 QuerysetRefactorBranch edited by
- Added some backwards-incompat info about order_by() (diff)
- 00:11 Ticket #7103 (select_related doesn't traverse nullable FK relations even when ...) created by
- Just updated my svn to latest trunk to get qs-rf merger. Went to try …
Note: See TracTimeline
for information about the timeline view.