Timeline
05/02/2008:
- 22:59 Ticket #7160 (MultiWidget does not detect changed values on an Inline - newforms-admin) created by
- Initial values saved via a MultiWidget in an Inline form in the …
- 16:43 Ticket #7159 (Patch to add a --delete option to loaddata management command) created by
- The attached patch adds a '--delete' option to the loaddata command. …
- 15:17 Ticket #7157 (i18n improvement proposal) closed by
- duplicate: Marking as a dupe of #7158 (since it got the patch).
- 14:56 Ticket #7158 (Translating links) created by
- Hi, Following up on a discussion that happened a few month ago on …
- 14:56 Ticket #7157 (i18n improvement proposal) created by
- Hi, Following up on a discussion that happened a few month ago on …
- 14:18 Ticket #7147 (archive_index and archive_year create a query with "date_field IS NULL") closed by
- duplicate: in favour of #7155
- 13:05 Ticket #7156 (win32 support in model._get_FIELD_filename()) created by
- There is a small cornercase in Model._get_FIELD_filename where it …
- 12:56 Ticket #7155 (dates() querysets don't work after qsrf) created by
- After queryset refactor merge, a .dates() DateQueryset won't work on a …
- 11:28 IrcFAQ edited by
- typo (diff)
- 11:27 IrcFAQ edited by
- added performance tuning item (diff)
- 10:02 IrcFAQ edited by
- moved "SvnUp" section (diff)
- 08:56 Ticket #7145 ('NoneType' object has no attribute 'year' in admin change list when ...) closed by
- duplicate: duplicate of #7147
- 07:27 Ticket #7154 (Not all managers gets copied from abstract models.) created by
- When deriving from an abstract Model, only the default manager gets …
- 05:22 Ticket #7150 (patch to implement view pemission in admin) closed by
- duplicate: This is a duplicate of #520, which was marked wontfix by one of …
- 03:02 Ticket #7150 (patch to implement view pemission in admin) reopened by
- I installed and migrated to newforms-admin. Here you are the patch …
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 …
Note: See TracTimeline
for information about the timeline view.