Timeline



Jul 18, 2010:

4:02 PM Ticket #13955 (contrib.admin - capitalization of ForeignKey) updated by Ramiro Morales
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 Sean Chittenden
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 Jason Mader <jason@…>
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 Jason Mader <jason@…>
7:30 AM Ticket #5373 (Internationalization - Field label for a ForeignKey not translated) updated by Lachlan Musicman
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 Lachlan Musicman
Given information discovered in #5373, I have attached a patch that …
7:14 AM 8011.diff attached to Ticket #8011 by Lachlan Musicman
A cleaner patch with same results
7:13 AM 5373.5.diff attached to Ticket #5373 by Lachlan Musicman
Proves that self.verbose_name is never none
7:11 AM Ticket #11772 (contrib.admin - ModelAdmin - added a model_modified hook for full CRUD support) updated by Joshua Russo
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 Torsten Bronger
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 James Bennett
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 James Bennett
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 Mitar
Cc changed
I think we should go for signals here. There is no need to have some …
12:03 AM superforms.2.py attached to Ticket #3706 by mnbayazit
Added iter, getitem, and save()

Jul 17, 2010:

6:28 PM InitdScriptForLinux edited by KPhoen
(diff)
4:06 PM Ticket #13961 (Documentation - i18n documentation should specify how to include a reverse url lookup ...) created by Jim Garrison
#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 Waldemar Kornewald
The second patch gets rid of the FileField convenience API. Now the …
3:35 PM filetransfers.2.diff attached to Ticket #13960 by Waldemar Kornewald
patch against trunk
3:01 PM Ticket #5612 (Core (Other) - Signals for login / logout) updated by Mitar
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 Chris Beaven
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 Mitar
And then: […]
1:31 PM Ticket #5612 (Core (Other) - Signals for login / logout) updated by Mitar
I do not understand why it would not be possible. I am quite happily …
12:48 PM filetransfers.diff attached to Ticket #13960 by Waldemar Kornewald
patch against trunk
11:54 AM Ticket #13960 (File uploads/storage - abstract file upload/download handling) created by Waldemar Kornewald
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 Cristian Ciupitu
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 Karen Tracey
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 Karen Tracey
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 petrvanblokland
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 petrvanblokland
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 Gregor Müllegger
Needs tests, Owner, Needs documentation, Triage Stage, Status changed
For reference, the mailinglist discussion: …
4:33 AM Changeset [48dd139e]stable/1.2.x by Karen Tracey <kmtracey@…>
[1.2.X] Fixed import example code for NON_FIELD_ERRORS. r13434 from …
4:31 AM Changeset [ab693cea]stable/1.2.x by Karen Tracey <kmtracey@…>
[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 Karen Tracey <kmtracey@…>
Fixed import example code for NON_FIELD_ERRORS. git-svn-id: …
3:20 AM Ticket #5612 (Core (Other) - Signals for login / logout) updated by Chris Beaven
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 drizzo4shizzo
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 Denilson Figueiredo de Sá
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 Alex Gaynor
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 Cristian Ciupitu
I've attached a new patch that works on older versions of Python, too. …
3:13 PM makemessages.py.diff attached to Ticket #13936 by Cristian Ciupitu
Patch for "makemessages.py"
2:57 PM Ticket #13957 (Uncategorized - auth.User username max_length increased) created by gumbygreen123
So, I'm really happy that the username field basically allows for …
12:51 PM indefinite_inclusion_tag_args.diff attached to Ticket #13956 by Stephen Burrows
Patch
12:50 PM Ticket #13956 (Template system - Indefinite args for simpletags and inclusion tags) created by Stephen Burrows
This patch lets simple tags and inclusion tags accept *args. For …
12:05 PM Ticket #13955 (contrib.admin - capitalization of ForeignKey) created by jason@…
In a Model, […] I've set the name for the capitalization of the …
10:01 AM resolver-match.diff attached to Ticket #13922 by Nowell Strite
Patch against trunk (created from the referenced GitHub branch)
9:55 AM docs_topics_email.txt.diff attached to Ticket #13954 by mostrovsky
Patch for docs typo
9:55 AM Ticket #13954 (Documentation - Typo in email backend documentation) created by mostrovsky
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 Ramiro Morales
Patch needs improvement changed
Replying to [email protected]: > Replying to [comment:3
7:08 AM django-callable-crud-redirect.diff attached to Ticket #13953 by Alberto Donato <alberto.donato@…>
7:07 AM Ticket #13953 (Generic views - Generic CRUD views: support for callable in post_ACTION_redirect) created by Alberto Donato
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 Ales Zoulek
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 krejcik
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 krejcik
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 krejcik
Appears for multi-table inheritance during save of new instance from …
1:20 AM fix_doc_string_typo.diff attached to Ticket #13951 by Satoru Logic
1:19 AM Ticket #13951 (Contrib apps - Fix a typo in formtools docstring) created by Satoru Logic
# 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 vslavik@…
Cc changed
Replying to ramiro: > Contrarily to what I understand from …
9:32 PM post-save.diff attached to Ticket #13950 by 3point2
9:32 PM Ticket #13950 (contrib.admin - Add "post save" hook to ModelAdmin class) created by 3point2
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 Simon Meers
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 Karen Tracey
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 Chris Adams
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 Chris Adams
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 alk
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 Russell Keith-Magee
#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 Russell Keith-Magee
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 Cristian Ciupitu
It seems that …
5:24 PM Ticket #13765 (Template system - The urlencode filter is actually urlquote and it doesn't accept the ...) updated by Chris Beaven
Status, Owner, Has patch, Triage Stage changed
Patch added with tests & docs. KyleMac: we can't make it default
5:21 PM 13765.diff attached to Ticket #13765 by Chris Beaven
5:12 PM Ticket #13948 (contrib.admin - The sort arrows on the UI for the admin list display are backwards) created by Jim Dalton
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 jbronn
Status, Owner changed
I've confirmed this as a bug. See also #13821.
3:41 PM makemessages.py.patch attached to Ticket #13936 by Cristian Ciupitu
Patch for "makemessages.py"
3:07 PM testapp.tar.gz attached to Ticket #13934 by Simon Law
3:05 PM Ticket #13934 (GIS - GeoSQLCompiler.get_default_columns() is missing local_only parameter) updated by Simon Law
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 kenth
Has patch changed
I was bitten by the modelformset widget bug (#13095). My patch changes …
2:41 PM models.py-diffs attached to Ticket #13633 by kent@…
default formfield_callback in a single place
12:20 PM Ticket #13947 (Uncategorized - No "examples" directory in setup.cfg - problem with rpm generation) created by adam_przybyla
[pytoolkit@hacker django]$ LC_ALL=C TZ=UTC0 diff -Naur setup.cfg_old …
11:11 AM DevelopersForHire edited by andrew@…
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 tiemonster
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 JonathanHayward
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 Ales Zoulek
Has patch changed
8:43 AM Ticket #13944 (*.djangoproject.com - Very long accept-language headers break parser) updated by Russell Keith-Magee
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 Russell Keith-Magee
Triage Stage changed
8:41 AM Ticket #13944 (*.djangoproject.com - Very long accept-language headers break parser) created by Russell Keith-Magee
The parse_accept_language_header() function in …
8:32 AM 13941.patch attached to Ticket #13941 by Ales Zoulek
patch and tests
7:45 AM Ticket #13943 (Database layer (models, ORM) - the upload_to attribute does not append MEDIA_URL automaticaly) closed by Karen Tracey
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 Cristian Ciupitu
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 dantario@…
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 edcrewe
line 989 in …
7:00 AM Ticket #13941 (Database layer (models, ORM) - importing fixtures to postgres fails to set sequences correctly) updated by Ales Zoulek
More on: …
6:58 AM Ticket #13941 (Database layer (models, ORM) - importing fixtures to postgres fails to set sequences correctly) created by Ales Zoulek
there seems to be a problem with django postgres backend, when …
6:17 AM Ticket #13939 (Documentation - Possible error in tutorial) closed by Simon Meers
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 DataGreed
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 fygrave
The tutorial tutorial02 says Just one thing to do: We need to tell …
Note: See TracTimeline for information about the timeline view.
Back to Top