Timeline
May 19, 2010:
- 11:55 PM Ticket #13572 (HTTP handling - QueryDict.copy().encoding is not set correctly) updated by
-
Patch needs improvement, Component, Triage Stage changed
- 11:54 PM Ticket #13572 (HTTP handling - QueryDict.copy().encoding is not set correctly) created by
- When QueryDict.copy() is called, a new (mutable) querydict is …
- 8:54 PM Ticket #13163 (contrib.admin - Display link to change-form on inlines where model is registered in ...) updated by
-
Milestone changed
- 8:54 PM Ticket #13165 (contrib.admin - Display edit link beside add button for ForeignKey fields in admin) updated by
-
Needs tests changed
- 8:21 PM Ticket #13565 (Database layer (models, ORM) - Using syncdb with Oracle using synonyms causes ORA-00955.) updated by
- Replying to kmtracey: > This sounds like a good use case …
- 5:22 PM Ticket #13571 (Uncategorized - Static files server for dev doesn't behave as expected with flatpage app) created by
- Or does it? (I tried searching for this bug but I didn't find it...) …
- 4:53 PM Ticket #11651 (contrib.admin - Allow list_editable form fields to be customized separately from ...) updated by
-
Needs documentation, Needs tests changed
- 4:40 PM Ticket #11293 (Database layer (models, ORM) - Filters on aggregates lose connector) updated by
- Super helpful zbyte64, thanks! Similarly hacked. I agree that a …
- 3:19 PM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) updated by
- I'm not talking about select_related() (it should of course never …
- 3:05 PM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) updated by
-
Cc changed
Yes, if you do Place.objects.all().select_related('restaurant'), it … - 1:07 PM Ticket #3400 (contrib.admin - Support for lookup separator with list_filter admin option) updated by
-
Cc changed
- 12:22 PM Ticket #13570 (Core (Mail) - SMTP backend should try harder to figure out the local host name) created by
-
Django's SMTP backend sets the
local_hostname
argument to … - 11:28 AM Ticket #11651 (contrib.admin - Allow list_editable form fields to be customized separately from ...) updated by
- Where would be a good place to cram in some tests for this? …
- 10:42 AM Ticket #811 (Core (Other) - IPv6 address field support) updated by
- Also, a few cosmetic changes to address prior remark on IPv6/IP6 …
- 10:24 AM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) updated by
- Do we do left outer joins for forward relations now?
- 10:10 AM Ticket #13569 (Uncategorized - Superuser auto-creation rejects usernames with '@', '-' or '+' characters) created by
- Despite the change that allows username fields to now contain '@', '-' …
- 10:00 AM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) updated by
- @Alex: I would argue that it should not filter out all …
- 10:00 AM DjangoDesign edited by
- revert spam (diff)
- 9:47 AM Ticket #13568 (Internationalization - KeyError raised in template rendering when the number of placeholders ...) updated by
-
Has patch changed
- 9:45 AM Ticket #13568 (Internationalization - KeyError raised in template rendering when the number of placeholders ...) updated by
-
Owner changed
- 9:45 AM Ticket #13568 (Internationalization - KeyError raised in template rendering when the number of placeholders ...) created by
- Here is a simple example to reproduce the bug: template file: …
- 9:29 AM Ticket #811 (Core (Other) - IPv6 address field support) updated by
- Patch is there - just a bug in Trac. Anyway, it does not apply cleanly.
- 9:16 AM Ticket #1282 (Generic views - archive_today generic view should accept a month_format parameter ...) updated by
-
Patch needs improvement changed
- 9:06 AM Ticket #1282 (Generic views - archive_today generic view should accept a month_format parameter ...) updated by
- Hm, wasn't aware of that bug in Trac. Anyway, the patch doesn't apply …
- 9:04 AM Ticket #6183 (contrib.admin - [patch] Support help_text with ManyToMany field widgets) updated by
- I'm not sure if this is really a separate issue, but it seems related …
- 8:43 AM Ticket #13567 (Template system - cycle tag with 'as' shouldn't return a value) created by
- if you use the 'as' form of the cycle tag, eg: […] ...that cycle …
- 8:29 AM Ticket #13134 (Translations - Updated hebrew translations) updated by
- Curse non-working mail notifications. For the record, most credit here …
- 8:14 AM DjangoDesign edited by
- (diff)
- 7:35 AM Ticket #11725 (Forms - Unable to have label tags without a "for" attribute in form widgets) updated by
- The patch is clearly missing tests, which are not optional.
- 7:35 AM Ticket #13566 (Documentation - Typo in 1.2 release notes) closed by
- fixed: (In [13294]) Fixed #13566, a typo in the 1.2 release notes. Thanks …
- 7:35 AM Changeset [6b2fd346]mainstable/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.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 #13566, a typo in the 1.2 release notes. Thanks johnthedebs. …
- 7:29 AM Ticket #13565 (Database layer (models, ORM) - Using syncdb with Oracle using synonyms causes ORA-00955.) updated by
- This sounds like a good use case for the model Meta …
- 7:24 AM Ticket #11725 (Forms - Unable to have label tags without a "for" attribute in form widgets) updated by
- This patch has been accepted since Django 1.0, so can it be included …
- 4:22 AM Ticket #13566 (Documentation - Typo in 1.2 release notes) created by
- Line 345 in /django/trunk/docs/releases/1.2.txt is: {{{ The following …
- 2:16 AM Distributions edited by
- fix erroneus macports links (diff)
- 1:56 AM Ticket #13565 (Database layer (models, ORM) - Using syncdb with Oracle using synonyms causes ORA-00955.) created by
- When working with legacy databases and Django, Oracle has a nice …
- 12:28 AM Ticket #12103 (contrib.auth - Add AuthenticationForm.confirm_login_allowed to allow customizing the ...) updated by
- No problem ejucovy, I do however have one concern here with regards to …
- 12:01 AM Ticket #13564 (Forms - Provide class attributes for form fields) created by
- I work a lot with Django forms and I'm also working on grappelli and …
May 18, 2010:
- 10:25 PM Ticket #13563 (Documentation - geodjango tutorial broken for 1.2.x) closed by
- fixed: (In [13293]) Fixed #13563, a typo in the GeoDjango tutorial.
- 10:25 PM Changeset [747e8dfe]mainstable/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.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 #13563, a typo in the GeoDjango tutorial. git-svn-id: …
- 7:41 PM Ticket #13556 (contrib.admin - admin.exclude thinks that a m2m field that is missing from a modelform.) updated by
- Works for me now too. Seems that it was some stale *.pyc files left …
- 7:40 PM Ticket #2316 (contrib.contenttypes - GenericRelation and get_or_create do not work together) updated by
-
Component changed
- 7:32 PM Ticket #12103 (contrib.auth - Add AuthenticationForm.confirm_login_allowed to allow customizing the ...) updated by
- Replying to lasko: > I don't see anything wrong with this …
- 7:29 PM Ticket #2316 (contrib.contenttypes - GenericRelation and get_or_create do not work together) updated by
- Replying to jonozzz: Note it's not necessary to change …
- 7:19 PM Ticket #2316 (contrib.contenttypes - GenericRelation and get_or_create do not work together) updated by
-
Version, Milestone changed
Looks like this one missed another milestone, 1.2 is out and this … - 7:10 PM Ticket #2316 (contrib.contenttypes - GenericRelation and get_or_create do not work together) updated by
-
Cc changed
- 6:29 PM Ticket #13563 (Documentation - geodjango tutorial broken for 1.2.x) updated by
-
Component, Milestone, Triage Stage changed
The pattern should actually be: […] The admin.site.root form is … - 5:49 PM Ticket #12103 (contrib.auth - Add AuthenticationForm.confirm_login_allowed to allow customizing the ...) updated by
-
Needs documentation changed
I don't see anything wrong with this implementation and would be +1 to … - 5:36 PM Ticket #13563 (Documentation - geodjango tutorial broken for 1.2.x) created by
- The geodjango tutorial at …
- 4:20 PM Ticket #9025 (contrib.admin - Nested Inline Support in Admin) updated by
-
Cc changed
- 4:12 PM Ticket #1282 (Generic views - archive_today generic view should accept a month_format parameter ...) updated by
- What do you mean by patch is missing? If you mean it looks empty when …
- 4:09 PM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) updated by
- Seems reasonable to me, but honest question: this is going to filter …
- 4:04 PM Ticket #1282 (Generic views - archive_today generic view should accept a month_format parameter ...) updated by
-
Patch needs improvement, Triage Stage changed
Patch is missing (is this a problem with all the older uploads?) and … - 4:02 PM Ticket #811 (Core (Other) - IPv6 address field support) updated by
-
Triage Stage changed
- 4:02 PM Ticket #811 (Core (Other) - IPv6 address field support) updated by
-
Patch needs improvement changed
Somehow the latest patches seem to be gone. - 3:58 PM Ticket #56 (Database layer (models, ORM) - Primary key columns should be UNSIGNED) updated by
-
Triage Stage changed
Resetting triage stage so hopefully a patch goes into the next major … - 3:45 PM Ticket #13562 (Database layer (models, ORM) - values() cannot follow reverse one-to-one relationship) created by
- This is similar to #7270, which fixed reverse-one-to-one when doing …
- 3:29 PM Ticket #13555 (contrib.admin - Removing CSRF protection from subclassed django admin sites) closed by
- wontfix: Turning off CSRF protection in the admin should *not* be easy: it's a …
- 11:42 AM DjangoResources edited by
- (diff)
- 11:07 AM Ticket #13560 (Forms - SplitDateTimeField(localize=True) fails as value gets converted to string) created by
- I tried the new localization-features in Django 1.2, activating …
- 8:14 AM Ticket #13473 (contrib.localflavor - BRCPFField and BRCNPJField updates for localflavor.br) updated by
-
Cc changed
sorry for the many changes - 8:12 AM Ticket #13473 (contrib.localflavor - BRCPFField and BRCNPJField updates for localflavor.br) updated by
-
Cc changed
- 8:11 AM Ticket #13473 (contrib.localflavor - BRCPFField and BRCNPJField updates for localflavor.br) updated by
-
Cc changed
- 7:36 AM Ticket #13559 (contrib.sites - Need a contextprocessor for current site) created by
- If you use Sites app you would need to use current site instance in …
- 6:06 AM Ticket #11077 (Testing framework - Django's built-in tests fail when using url reverse tags in default ...) updated by
- +1 re: comment from ogai Very irritating! Making tests …
- 4:59 AM Ticket #6896 (Database layer (models, ORM) - Add ability to store only relative paths in a FilePathField) updated by
-
Cc changed
- 4:32 AM Ticket #5622 (Forms - Empty ipaddress raises an error (invalid input syntax for type inet: "")) updated by
- what's the status on this issue? i've just hit it and it's a bit baffling.
- 2:24 AM Ticket #4102 (Database layer (models, ORM) - Allow UPDATE of only specific fields in model.save()) updated by
-
Cc changed
- 2:24 AM Ticket #2705 (Database layer (models, ORM) - [patch] Add optional FOR UPDATE clause to QuerySets) updated by
-
Cc changed
- 2:19 AM Ticket #13556 (contrib.admin - admin.exclude thinks that a m2m field that is missing from a modelform.) updated by
- It may or may not be the case here, but I saw that type of error when …
- 2:19 AM Ticket #4102 (Database layer (models, ORM) - Allow UPDATE of only specific fields in model.save()) updated by
-
Cc changed
- 2:18 AM Ticket #4102 (Database layer (models, ORM) - Allow UPDATE of only specific fields in model.save()) updated by
-
Cc changed
- 1:26 AM Ticket #4604 (Contrib apps - session-based messages) updated by
-
Cc changed
- 1:24 AM Ticket #13557 (Uncategorized - Select all missing from admin panel) updated by
- Hey sorry. My bad. In my app I have mytemplates directory which is a …
- 1:02 AM Ticket #13557 (Uncategorized - Select all missing from admin panel) updated by
-
Version changed
I still see the header checkbox, really. Do you have javascript disabled? - 12:55 AM Ticket #13557 (Uncategorized - Select all missing from admin panel) updated by
- Yes i am talking about selecting all items in a change list for admin …
- 12:33 AM Ticket #13557 (Uncategorized - Select all missing from admin panel) closed by
- invalid: Please be more specific. Are you talking about selecting all items in …
- 12:03 AM Ticket #13556 (contrib.admin - admin.exclude thinks that a m2m field that is missing from a modelform.) closed by
- worksforme: I can't recreate this -- listing a ManyToManyField in exclude for a …
May 17, 2010:
- 11:50 PM Ticket #13557 (Uncategorized - Select all missing from admin panel) created by
- Hi, I discovered that select all missing from admin panel. It was …
- 11:43 PM Ticket #13556 (contrib.admin - admin.exclude thinks that a m2m field that is missing from a modelform.) created by
- This is a rather serious 1.1.2 regression. 1.1.1 worked (and still …
- 10:50 PM DjangoResources edited by
- (diff)
- 8:55 PM Ticket #7689 (Database layer (models, ORM) - add 'symmetrical' argument to OneToOneField('self')) updated by
- This is my workaround for the symmetrical OneToOneField. First I …
- 8:49 PM Ticket #13555 (contrib.admin - Removing CSRF protection from subclassed django admin sites) updated by
- Properly formatted eg: […]
- 8:48 PM Ticket #13555 (contrib.admin - Removing CSRF protection from subclassed django admin sites) created by
- From Django 1.2, removing CSRF protection for a subclassed admin site …
- 5:28 PM Changeset [97560f3a]mainstable/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.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 a couple of typos in the release notes. git-svn-id: …
- 4:35 PM Ticket #12735 (Core (Management commands) - django shell is broken with IPython 0.11.x (bzr.r1219)) updated by
- #13554 reported the same issue against the now stable 0.11 IPython …
- 4:33 PM Ticket #13554 (Testing framework - shell: IPython 0.11 API change, use IPythonApp if detected, fallback ...) closed by
- duplicate: Duplicate of #12735.
- 4:26 PM Ticket #13554 (Testing framework - shell: IPython 0.11 API change, use IPythonApp if detected, fallback ...) created by
- django-admin.py shell uses IPython if detected. The IPython git master …
- 3:47 PM Ticket #13383 (Database layer (models, ORM) - Querysets should only allow the correct model types to be filtered against) updated by
-
Owner changed
- 1:51 PM Changeset [ffcffcb9]mainstable/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.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
- Updated the docs conf.py to have the correct version number. …
- 1:21 PM Changeset [5b6c20f2]mainstable/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.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
- Trunk is now 1.2.1 pre-alpha. git-svn-id: …
- 1:01 PM Ticket #12475 (contrib.admin - Confusion between list_display and list_display_links for 'id' field) updated by
-
Version, Triage Stage changed
OK, problem exists if you have the model admin specified like so, for … - 12:57 PM Changeset [9444c8dd]mainstable/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.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
- Add in the section on Python 2.3 compatibility. git-svn-id: …
- 12:43 PM Ticket #12475 (contrib.admin - Confusion between list_display and list_display_links for 'id' field) reopened by
- I confirm that your demo classes don't show the problem. I discovered …
- 12:42 PM Changeset [f8af1af]mainstable/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.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
- Flip PyPI classifier from beta to stable. git-svn-id: …
- 12:31 PM Changeset [6276167b]mainstable/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.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
- Bump version and download info to 1.2. git-svn-id: …
- 12:31 PM Ticket #11191 (contrib.admin - Admin throws 500 instead of 404 error when passing a string as the PK ...) updated by
- It was applied to trunk six months ago.
- 11:48 AM Changeset [c40b131]mainstable/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.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
- A final *final* clarification in the release notes. git-svn-id: …
- 11:47 AM Changeset [d88d0ec]mainstable/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.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
- Some final clarifications in the release notes. git-svn-id: …
- 11:32 AM Changeset [47e3cc7]mainstable/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.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
- Slight fixes to related fields reference to avoid conflicting target …
- 11:32 AM Changeset [acd8dcd5]mainstable/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.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
- Some heavy refactoring to the 1.2 release notes. Don't bury the lede, …
- 10:14 AM Ticket #13546 (Forms - Easier handling of localize field options in ModelForm) updated by
-
Summary, Has patch, Triage Stage changed
The localize argument was added in [12867] as a solution for #13032. … - 8:57 AM Changeset [b4965186]mainstable/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.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 a couple of es_AR translation errors. git-svn-id: …
- 4:17 AM DevelopersForHire edited by
- (diff)
- 2:10 AM Distributions edited by
- Update FreeBSD distribution (diff)
May 16, 2010:
- 9:12 PM Ticket #13552 (Database layer (models, ORM) - pre_save & post_save model signals should also specify database to save) updated by
-
Triage Stage changed
Weeell, we can't add a param to the connect method, since Signal's … - 9:09 PM Ticket #13552 (Database layer (models, ORM) - pre_save & post_save model signals should also specify database to save) created by
- The pre_save & post_save model signals should also specify on which …
- 9:01 PM Ticket #13548 (HTTP handling - 'max_age' without 'expires' pitfall: IE doesn't support cookie's max-age) updated by
-
Needs tests, Triage Stage changed
Ah, IE. … - 8:45 PM Ticket #13549 (HTTP handling - IE doesn't support cookie's max-age, so the CSRF cookie is not kept) closed by
- duplicate: I'm going to close this as a dupe of #13548 -- This isn't something …
- 8:33 PM Ticket #11191 (contrib.admin - Admin throws 500 instead of 404 error when passing a string as the PK ...) updated by
- When is this fix going to be applied to trunk? I get heaps of 500 …
- 7:57 PM Ticket #13541 (Contrib apps - Proposition to add a humanized date diff template filter) closed by
- invalid: As jezdez notes: we have timesince, and it's already got …
- 7:46 PM Ticket #13543 (contrib.sitemaps - Enhancements to the Sitemaps Framework so it works better for large sites) updated by
-
Triage Stage changed
Sure. And a pony :-) Trac isn't the best place to have an open … - 7:38 PM Ticket #13550 (Uncategorized - Saving files with non ascii chars fails) closed by
- invalid: We do have a test of uploading files with non-ASCII data in their …
- 7:27 PM Ticket #13551 (Documentation - Typo in ModelForms example) closed by
- fixed: (In [13269]) Fixed #13551 -- Corrected import in ModelForms example. …
- 7:27 PM Changeset [10b5f385]mainstable/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.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 #13551 -- Corrected import in ModelForms example. Thanks to …
- 7:21 PM Ticket #13550 (Uncategorized - Saving files with non ascii chars fails) updated by
- This doesn't look correct. There are tests for uploading files with …
- 6:57 PM Ticket #13550 (Uncategorized - Saving files with non ascii chars fails) updated by
-
Patch needs improvement, Needs tests changed
- 6:56 PM Ticket #13551 (Documentation - Typo in ModelForms example) created by
- At the page: …
- 6:53 PM Ticket #13550 (Uncategorized - Saving files with non ascii chars fails) created by
- Uploading a file with ÆÅØ fails.
- 3:48 PM Ticket #13545 (Translations - Update of Norwegian nynorsk (nn) translation) closed by
- fixed: (In [13268]) Fixed #13545 -- Updated Norwegian nynorsk (nn) …
- 3:48 PM Changeset [a17d897]mainstable/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.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 #13545 -- Updated Norwegian nynorsk (nn) translation. Thanks, …
- 3:48 PM Changeset [06ab9eea]mainstable/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.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
-
Added notes about the two new date format specifiers (
c
and
u
) …
- 11:18 AM Ticket #13548 (HTTP handling - 'max_age' without 'expires' pitfall: IE doesn't support cookie's max-age) updated by
- This patch resolves the ticket #13549 as well.
- 11:13 AM Ticket #13549 (HTTP handling - IE doesn't support cookie's max-age, so the CSRF cookie is not kept) created by
- In django\middleware\csrf.py, class CsrfViewMiddleware, …
- 11:07 AM Ticket #13548 (HTTP handling - 'max_age' without 'expires' pitfall: IE doesn't support cookie's max-age) created by
- If you want to set the lifetime of a cookie with …
- 10:54 AM Ticket #13547 (Template system - Date format character c does not conform to ISO 8601) closed by
- fixed: (In [13266]) Fixed #13547 -- Made sure the ISO 8601 date formatting …
- 10:54 AM Changeset [34ddcd9]mainstable/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.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 #13547 -- Made sure the ISO 8601 date formatting introduced in …
- 9:07 AM Ticket #13541 (Contrib apps - Proposition to add a humanized date diff template filter) updated by
- I wasn't aware of the timesince filter. Those 2 filters a definitely …
- 8:53 AM Ticket #13547 (Template system - Date format character c does not conform to ISO 8601) updated by
-
Triage Stage, Milestone changed
While ISO 8601 doesn't state that it requires the "T" separator to … - 5:24 AM Ticket #12475 (contrib.admin - Confusion between list_display and list_display_links for 'id' field) closed by
-
worksforme: I cannot recreate any problem with
id
being include in … - 5:01 AM Ticket #12116 (Template system - needs_context for template filters) updated by
-
Owner, Triage Stage changed
The value of autoescape parameter is always equal to … - 4:56 AM Ticket #12475 (contrib.admin - Confusion between list_display and list_display_links for 'id' field) reopened by
- szczav: where did you find such a "list_display_link" function ? It …
- 4:23 AM Ticket #13547 (Template system - Date format character c does not conform to ISO 8601) created by
-
The documentation for the
now
anddate
built-in filters …
Note:
See TracTimeline
for information about the timeline view.