Timeline
Jul 18, 2010:
- 4:02 PM Ticket #13955 (contrib.admin - capitalization of ForeignKey) updated by
- Replying to Jason Mader <[email protected]>: > I wasn't …
- 3:48 PM Ticket #9964 (Database layer (models, ORM) - Transaction middleware closes the transaction only when it's marked as ...) updated by
- I would argue that this is more than a simple cosmetic bug, and that …
- 1:07 PM Ticket #13955 (contrib.admin - capitalization of ForeignKey) updated by
- I wasn't referring to the verbose_name of the Model, but the field …
- 1:04 PM Ticket #13955 (contrib.admin - capitalization of ForeignKey) reopened by
- 7:30 AM Ticket #5373 (Internationalization - Field label for a ForeignKey not translated) updated by
- I should note that when I say "Proves that self.verbose_name is never …
- 7:16 AM Ticket #8011 (Translations - Translated strings in a ForeignKey of a model in an application not in ...) updated by
- Given information discovered in #5373, I have attached a patch that …
- 7:11 AM Ticket #11772 (contrib.admin - ModelAdmin - added a model_modified hook for full CRUD support) updated by
- I'm ok with that. I'll do up the changes.
- 5:53 AM Ticket #2626 (Core (Other) - Datetime handling is broken when dealing with more than one time zone) updated by
-
Cc changed
Another very subtle problem arising from this is that conditinal view … - 3:53 AM Ticket #13955 (contrib.admin - capitalization of ForeignKey) closed by
- invalid: You've set the name for a field. To control how the name of the model …
- 3:49 AM Ticket #13957 (Uncategorized - auth.User username max_length increased) closed by
- wontfix: This would require every Django installation in the world to change …
- 1:48 AM Ticket #11772 (contrib.admin - ModelAdmin - added a model_modified hook for full CRUD support) updated by
-
Cc changed
I think we should go for signals here. There is no need to have some …
Jul 17, 2010:
- 6:28 PM InitdScriptForLinux edited by
- (diff)
- 4:06 PM Ticket #13961 (Documentation - i18n documentation should specify how to include a reverse url lookup ...) created by
- #7239 is the original ticket which suggests a way to use reverse url …
- 3:37 PM Ticket #13960 (File uploads/storage - abstract file upload/download handling) updated by
- The second patch gets rid of the FileField convenience API. Now the …
- 3:01 PM Ticket #5612 (Core (Other) - Signals for login / logout) updated by
-
Ah, yes. This is something else. I pass
next
parameter to login view … - 2:39 PM Ticket #5612 (Core (Other) - Signals for login / logout) updated by
- Right, I get that adding a message would be a useful use of the …
- 1:32 PM Ticket #5612 (Core (Other) - Signals for login / logout) updated by
- And then: […]
- 1:31 PM Ticket #5612 (Core (Other) - Signals for login / logout) updated by
- I do not understand why it would not be possible. I am quite happily …
- 11:54 AM Ticket #13960 (File uploads/storage - abstract file upload/download handling) created by
- This is a proposal to add abstract file upload and download handling …
- 11:05 AM Ticket #13936 (Core (Management commands) - django-admin makemessages generates PO files with an incorrect path to ...) updated by
-
Patch needs improvement, Has patch changed
- 8:11 AM Ticket #13958 (Core (Other) - There is an error, when a source file with backslash-r returns is ...) updated by
-
Description changed
Fixed formatting. Please use WikiFormatting and the preview button … - 8:10 AM Ticket #13959 (Uncategorized - There is an error, when a source file with backslash-r returns is ...) closed by
- duplicate: Seems to be an inadvertent duplicate report of #13958.
- 5:38 AM Ticket #13959 (Uncategorized - There is an error, when a source file with backslash-r returns is ...) created by
- There is an error, when a source file with backslash-r returns is …
- 5:37 AM Ticket #13958 (Core (Other) - There is an error, when a source file with backslash-r returns is ...) created by
- There is an error, when a source file with backslash-r returns is …
- 4:39 AM Ticket #13956 (Template system - Indefinite args for simpletags and inclusion tags) updated by
-
Needs tests, Owner, Needs documentation, Triage Stage, Status changed
For reference, the mailinglist discussion: … - 4:33 AM Changeset [48dd139e]stable/1.2.x by
- [1.2.X] Fixed import example code for NON_FIELD_ERRORS. r13434 from …
- 4:31 AM Changeset [ab693cea]stable/1.2.x by
- [1.2.X] Set svnmerge-integrated for 1.2.X branch. git-svn-id: …
- 4:29 AM Changeset [2fce843]mainstable/1.10.xstable/1.11.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.xstable/2.1.xstable/2.2.xstable/3.0.xstable/3.1.xstable/3.2.xstable/4.0.xstable/4.1.xstable/4.2.xstable/5.0.xstable/5.1.xstable/5.2.x by
- Fixed import example code for NON_FIELD_ERRORS. git-svn-id: …
- 3:20 AM Ticket #5612 (Core (Other) - Signals for login / logout) updated by
- mitar: using signals doesn't just make that possible. In fact, it …
Jul 16, 2010:
- 11:27 PM Ticket #5612 (Core (Other) - Signals for login / logout) updated by
- I'd love to see this as in my app I'm currently wrapping the default …
- 5:33 PM Ticket #13919 (Uncategorized - "Incorrect string value" warning when saving some unicode characters ...) updated by
- In case someone else hits this bug and wants a solution or workaround, …
- 4:33 PM Ticket #13955 (contrib.admin - capitalization of ForeignKey) updated by
-
Description changed
I've reformatted the description of this ticket, in the future you can … - 3:16 PM Ticket #13936 (Core (Management commands) - django-admin makemessages generates PO files with an incorrect path to ...) updated by
- I've attached a new patch that works on older versions of Python, too. …
- 2:57 PM Ticket #13957 (Uncategorized - auth.User username max_length increased) created by
- So, I'm really happy that the username field basically allows for …
- 12:50 PM Ticket #13956 (Template system - Indefinite args for simpletags and inclusion tags) created by
- This patch lets simple tags and inclusion tags accept *args. For …
- 12:05 PM Ticket #13955 (contrib.admin - capitalization of ForeignKey) created by
- In a Model, […] I've set the name for the capitalization of the …
- 9:55 AM Ticket #13954 (Documentation - Typo in email backend documentation) created by
- Small typo (send vs sent) on svn-trunk. Patch attached.
- 7:45 AM Ticket #13936 (Core (Management commands) - django-admin makemessages generates PO files with an incorrect path to ...) updated by
-
Patch needs improvement changed
Replying to [email protected]: > Replying to [comment:3 … - 7:07 AM Ticket #13953 (Generic views - Generic CRUD views: support for callable in post_ACTION_redirect) created by
- Hi, the current post_save/delete_redirect mechanism doesn't allow to …
- 5:05 AM Ticket #13952 (Database layer (models, ORM) - r13363 brokes add model in admin for models with inheritance) closed by
- invalid: Marking as invalid. The problem wasn't in django it self. The r13362 …
- 3:57 AM Ticket #13952 (Database layer (models, ORM) - r13363 brokes add model in admin for models with inheritance) updated by
- sorry, it should be in r13362 works everything properly
- 3:55 AM Ticket #13952 (Database layer (models, ORM) - r13363 brokes add model in admin for models with inheritance) updated by
- in r13962 works everything properly
- 3:54 AM Ticket #13952 (Database layer (models, ORM) - r13363 brokes add model in admin for models with inheritance) created by
- Appears for multi-table inheritance during save of new instance from …
- 1:19 AM Ticket #13951 (Contrib apps - Fix a typo in formtools docstring) created by
- # You might think we should just set "self.form_list = len(form_list)" …
Jul 15, 2010:
- 11:56 PM Ticket #13936 (Core (Management commands) - django-admin makemessages generates PO files with an incorrect path to ...) updated by
-
Cc changed
Replying to ramiro: > Contrarily to what I understand from … - 9:32 PM Ticket #13950 (contrib.admin - Add "post save" hook to ModelAdmin class) created by
- If a model with a set of related objects is edited in the admin, there …
- 8:10 PM Ticket #13948 (contrib.admin - The sort arrows on the UI for the admin list display are backwards) updated by
- Sounds like a sensible argument to me. Though perhaps the arrow is …
- 8:09 PM Ticket #13149 (contrib.admin - ForeignKeyRawIdWidget doesn't handle invalid values) updated by
- I do not believe this has been fixed. I still (current trunk) see the …
- 8:01 PM Ticket #13149 (contrib.admin - ForeignKeyRawIdWidget doesn't handle invalid values) updated by
- A similar problem happens if someone enters a non-ascii values in a …
- 7:55 PM Ticket #13149 (contrib.admin - ForeignKeyRawIdWidget doesn't handle invalid values) updated by
- This problem appears to be fixed completely by Django 1.2.1. I can no …
- 7:06 PM Ticket #13949 (Documentation - readonly fields can't be modified via cleaned_data in forms) created by
- if you make a model with readonly fields, the value of that field …
- 6:47 PM Ticket #13095 (Forms - modelform_factory, modelformset_factory, inlineformset_factory ...) updated by
- #13633 has been closed wontfix, so this problem needs to be solved on …
- 6:47 PM Ticket #13633 (Forms - Add a widget_callback to forms, modelforms, etc) closed by
- wontfix: I'd forgotten I'd opened this ticket; it turns out it's not actually …
- 5:51 PM Ticket #13936 (Core (Management commands) - django-admin makemessages generates PO files with an incorrect path to ...) updated by
- It seems that …
- 5:24 PM Ticket #13765 (Template system - The urlencode filter is actually urlquote and it doesn't accept the ...) updated by
-
Status, Owner, Has patch, Triage Stage changed
Patch added with tests & docs. KyleMac: we can't make it default … - 5:12 PM Ticket #13948 (contrib.admin - The sort arrows on the UI for the admin list display are backwards) created by
- The sort arrows on the column headers of the admin change list view …
- 4:02 PM Ticket #13941 (Database layer (models, ORM) - importing fixtures to postgres fails to set sequences correctly) updated by
-
Status, Owner changed
I've confirmed this as a bug. See also #13821. - 3:05 PM Ticket #13934 (GIS - GeoSQLCompiler.get_default_columns() is missing local_only parameter) updated by
- Attached is a test app (with a test case) that breaks without my …
- 2:55 PM Ticket #13633 (Forms - Add a widget_callback to forms, modelforms, etc) updated by
-
Has patch changed
I was bitten by the modelformset widget bug (#13095). My patch changes … - 12:20 PM Ticket #13947 (Uncategorized - No "examples" directory in setup.cfg - problem with rpm generation) created by
- [pytoolkit@hacker django]$ LC_ALL=C TZ=UTC0 diff -Naur setup.cfg_old …
- 11:11 AM DevelopersForHire edited by
- Added myself to the list of Midwest US developers. (diff)
- 10:44 AM Ticket #13946 (Core (Cache system) - Database caching doesn't account for multiple databases) created by
- Database caching doesn't account for multiple databases. As such, when …
- 9:32 AM Ticket #13945 (Uncategorized - [Enhancement] Better diagnostics when view returns rendered SafeUnicode) created by
- I made the mistake of making a view return SafeUnicode returned by a …
- 9:01 AM Ticket #13941 (Database layer (models, ORM) - importing fixtures to postgres fails to set sequences correctly) updated by
-
Has patch changed
- 8:43 AM Ticket #13944 (*.djangoproject.com - Very long accept-language headers break parser) updated by
- This ticket was raised because of complaints that djangoproject.com …
- 8:41 AM Ticket #13944 (*.djangoproject.com - Very long accept-language headers break parser) updated by
-
Triage Stage changed
- 8:41 AM Ticket #13944 (*.djangoproject.com - Very long accept-language headers break parser) created by
- The parse_accept_language_header() function in …
- 7:45 AM Ticket #13943 (Database layer (models, ORM) - the upload_to attribute does not append MEDIA_URL automaticaly) closed by
-
invalid:
upload_to
is used as described here: … - 7:18 AM Ticket #13936 (Core (Management commands) - django-admin makemessages generates PO files with an incorrect path to ...) reopened by
- Replying to ramiro: > Replying to ciupicri: > …
- 7:15 AM Ticket #13943 (Database layer (models, ORM) - the upload_to attribute does not append MEDIA_URL automaticaly) created by
- the upload_to attribute on FileField didn't append MEDIA_URL setting …
- 7:03 AM Ticket #13942 (Forms - ModelChoiceField fix to_field_name fix) created by
- line 989 in …
- 7:00 AM Ticket #13941 (Database layer (models, ORM) - importing fixtures to postgres fails to set sequences correctly) updated by
- More on: …
- 6:58 AM Ticket #13941 (Database layer (models, ORM) - importing fixtures to postgres fails to set sequences correctly) created by
- there seems to be a problem with django postgres backend, when …
- 6:17 AM Ticket #13939 (Documentation - Possible error in tutorial) closed by
- invalid: I'm not sure what you mean by "site folder". The "project folder" in …
- 5:40 AM Ticket #13940 (Database layer (models, ORM) - The ManyToManyField raises IntegrityError when used with postgresql) created by
- Update Django 1.2 has broken my site. Here's the affected model: …
- 12:06 AM Ticket #13939 (Documentation - Possible error in tutorial) created by
- The tutorial tutorial02 says Just one thing to do: We need to tell …
Note:
See TracTimeline
for information about the timeline view.