Timeline



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 …

Jul 14, 2010:

10:11 PM Ticket #13188 (Documentation - Move custom format documentation from now tag to date filter) updated by Derek Willis
Status, Owner changed
10:08 PM Ticket #13538 (Documentation - Clarifications for http://docs.djangoproject.com/en/dev/topics/db/queries/) updated by Derek Willis
Status, Owner changed
9:11 PM Ticket #9847 (Core (Other) - Improved handling for HTTP 403 Errors) updated by vkryachko
So here's the patch, I think that this way it would be more flexible …
9:01 PM base.4.diff attached to Ticket #9847 by vkryachko
Sorry base.3.diff was wrong
8:58 PM base.3.diff attached to Ticket #9847 by vkryachko
8:28 PM Ticket #9847 (Core (Other) - Improved handling for HTTP 403 Errors) updated by vkryachko
OK, I see middleware is not involved in this process, but it's …
8:23 PM Ticket #13936 (Core (Management commands) - django-admin makemessages generates PO files with an incorrect path to ...) updated by Ramiro Morales
Replying to ciupicri: > Break compatibility with what? As …
8:16 PM Ticket #9847 (Core (Other) - Improved handling for HTTP 403 Errors) updated by vkryachko
Why not create an exception subclass which would be raised in base.py …
8:03 PM Ticket #13936 (Core (Management commands) - django-admin makemessages generates PO files with an incorrect path to ...) updated by Cristian Ciupitu
Replying to ramiro: > Replying to ciupicri: > …
8:01 PM NewbieMistakes edited by digital9
(diff)
5:52 PM Ticket #13936 (Core (Management commands) - django-admin makemessages generates PO files with an incorrect path to ...) closed by Ramiro Morales
invalid: Replying to ciupicri: > Replying to ramiro: > …
4:21 PM Ticket #13936 (Core (Management commands) - django-admin makemessages generates PO files with an incorrect path to ...) updated by Cristian Ciupitu
Replying to ramiro: > Replying to ciupicri: …
4:05 PM Ticket #5929 (Database layer (models, ORM) - Allow Fields to use multiple db columns (complex datatypes)) updated by jdrago
Also, my inspiration/base code for that github posting was from …
4:00 PM Ticket #5929 (Database layer (models, ORM) - Allow Fields to use multiple db columns (complex datatypes)) updated by jdrago
coderanger convinced me to offer this up on github: …
3:53 PM Ticket #13938 (Testing framework - django.test.Client response has wrong request type) created by Jari Pennanen
Currently the django.test.Client gives out response objects that has …
3:44 PM Ticket #13937 (Database layer (models, ORM) - Sub-query (exclude) fails when joining) updated by Yeago
I got my examples mixed up there. pwi_statusname='wtvr' should be …
3:43 PM Ticket #13937 (Database layer (models, ORM) - Sub-query (exclude) fails when joining) created by Yeago
I have a suprisingly simple-looking query that fails in 1.2 using …
3:16 PM Ticket #13936 (Core (Management commands) - django-admin makemessages generates PO files with an incorrect path to ...) updated by Ramiro Morales
Replying to ciupicri: > Steps to reproduce: > > …
3:01 PM Ticket #13934 (GIS - GeoSQLCompiler.get_default_columns() is missing local_only parameter) updated by jbronn
Description changed
Obviously, the code needs to be synced up. However, the existing …
2:09 PM Ticket #13931 (Documentation - Can't build the documentation under Win/Cygwin) updated by m.strehl@…
Building works fine with Sphinx 0.6.7, so it's a problem with Sphinx …
1:35 PM Ticket #13934 (GIS - GeoSQLCompiler.get_default_columns() is missing local_only parameter) updated by jbronn
Status, Milestone, Owner changed
1:18 PM Ticket #13932 (contrib.auth - URL with Hash and login_required) updated by anonymous
Sorry, my previous comment was wrong, because I can't reproduce the …
12:27 PM Ticket #13936 (Core (Management commands) - django-admin makemessages generates PO files with an incorrect path to ...) created by Cristian Ciupitu
Steps to reproduce: 1. Run `django-admin makemessages -l ro -e …
11:25 AM Ticket #13935 (Database layer (models, ORM) - QuerySet .dates() method should span relationships) created by coleifer
In the current implementation, QuerySet.dates() cannot span …
9:58 AM gis-local_only.patch attached to Ticket #13934 by Simon Law
9:58 AM Ticket #13934 (GIS - GeoSQLCompiler.get_default_columns() is missing local_only parameter) created by Simon Law
If you try to select_related() with a GeoManager, things get …
8:09 AM Ticket #13932 (contrib.auth - URL with Hash and login_required) updated by ivan@…
Sure, your link http://example.com/login/?next=/#profiles/user/edit
8:00 AM Ticket #13933 (Documentation - add ModelBackend inheritence to custom auth backend doc to enable ...) created by mbg
On …
7:46 AM Ticket #8077 (Core (Other) - Add ability to disable signals one a per-object-per-event basis.) updated by oliland
Has there been any update on this? This gets a +1 from me, but I see …
7:00 AM Ticket #13853 (Documentation - line with csrf_token too wide) updated by anonymous
Owner changed
6:57 AM Ticket #13722 (Internationalization - My Javascript string catalog contains calendar related strings that I ...) updated by Mike
I understand that, but I explained that these strings are only in the …
6:33 AM Ticket #6630 (Forms - Fieldsets for forms) updated by Mitar
Cc changed
6:24 AM Ticket #13824 (Documentation - ModelValidation ignores blank=True) closed by Karen Tracey
duplicate: OK, if you actually want to support no entry in the form but require …
5:21 AM Ticket #13932 (contrib.auth - URL with Hash and login_required) created by azim@…
If i try to open any login required site(decorator @login_required()) …
2:56 AM Ticket #7018 (Forms - Make ModelForm multiple inheritance possible) updated by Mitar
Cc changed
2:33 AM Ticket #13931 (Documentation - Can't build the documentation under Win/Cygwin) updated by m.strehl@…
1.0b2 was the version comming via pip/easy_install. I'll retry with …
2:00 AM Ticket #13824 (Documentation - ModelValidation ignores blank=True) reopened by R3dFox
Further, uid_id may never be NULL due to django policies.

Jul 13, 2010:

7:10 PM Ticket #13279 (Documentation - Documentation that needs a small expansion) updated by stumbles
I think using pwd is an unnecessary complication here. Better to …
4:59 PM Ticket #13632 (Documentation - lack of builtin range checking of id fields) updated by Yuval Adam
I'm not sure this is a won't fix. It doesn't seem reasonable to …
2:01 PM Ticket #13931 (Documentation - Can't build the documentation under Win/Cygwin) closed by Ramiro Morales
invalid: Yo seem to be using non released versions of Sphinx (1.0b2) and …
1:50 PM Ticket #13931 (Documentation - Can't build the documentation under Win/Cygwin) updated by Ramiro Morales
Description changed
Re-formatted, please use WikiFormatting and the Preview button …
1:47 PM Ticket #11240 (Internationalization - Compilemessages fails if a % character is at certain places in the .po file) updated by leanmeandonothingmachine
For me that outputs "findme 10%%" and not "findme 10%" so that doesn't …
1:41 PM Ticket #13931 (Documentation - Can't build the documentation under Win/Cygwin) created by m.strehl@…
Hi, I tried to build the docs (fresh SVN checkout as well as 1.1 and …
10:31 AM Ticket #7833 (contrib.auth - UserCreationForm doesn't handle the case where password1 is not set) reopened by Mitar
I think clean_password2 is still broken in UserCreationForm. …
10:11 AM Ticket #13928 (contrib.admin - Admin login should no longer give an error on '@' character (email ...) updated by Karen Tracey
I do not understand how these checks are preventing logging in -- they …
10:07 AM pk_natural_key.diff attached to Ticket #13930 by Juarez Bochi
10:06 AM Ticket #13930 (Core (Serialization) - Serialize PKs using the natural key) created by Juarez Bochi
Django uses natural keys only to serialize FKs and M2M fields. …
10:03 AM Ticket #8342 (contrib.admin - The admin wrongly assumes you can't login with your email) updated by Karen Tracey
Patch needs improvement changed
See #13928 and note that same code/message is currently present in at …
9:57 AM Ticket #8342 (contrib.admin - The admin wrongly assumes you can't login with your email) reopened by Karen Tracey
Actually this needs to be fixed, since r12634 has changed the rules …
9:45 AM Ticket #13925 (Uncategorized - models.py DateTime field formatting) closed by Karen Tracey
invalid: Please post "How do I?" questions to django-users mailing list or …
6:47 AM Ticket #10829 (Database layer (models, ORM) - QuerySet.delete() attempts to delete unmanaged models.) updated by ticcky
Yet another dirty solution... =) […]
3:40 AM Ticket #5373 (Internationalization - Field label for a ForeignKey not translated) updated by Lachlan Musicman
Ticket Summary: [8132] added a line to set_attributes_from_rel in …
2:00 AM Ticket #5373 (Internationalization - Field label for a ForeignKey not translated) updated by Lachlan Musicman
During my testing, I've not actually managed to get to …
1:58 AM Ticket #13929 (Uncategorized - ModelForm save in version 1.2.1 not backward compatible due to ...) closed by Carl Meyer
invalid: The fact that you can break a ModelForm by overriding undocumented …
1:45 AM Ticket #13928 (contrib.admin - Admin login should no longer give an error on '@' character (email ...) closed by Łukasz Rekucki
duplicate: Duplicates #7591 and #8342.
1:13 AM Ticket #13929 (Uncategorized - ModelForm save in version 1.2.1 not backward compatible due to ...) updated by Margie Roginski
Summary changed
Changing the Summary to make more sense
1:12 AM Ticket #13929 (Uncategorized - ModelForm save in version 1.2.1 not backward compatible due to ...) created by Margie Roginski
I feel like the model validation code has not left a path that allows …
Note: See TracTimeline for information about the timeline view.
Back to Top