Timeline
03/05/2012:
- 23:00 Ticket #17843 (new contrib.admin userstyle template block in base.html) created by
- It is necessary to add user css styles after all the admin …
- 21:13 Ticket #17842 (Typo in uWsgi Docs) created by
- See the patch for detail.
- 20:38 Ticket #17841 (Clarify authentication backend documentation) created by
- The current text for the "NOTE" in …
- 14:08 Ticket #17840 (Overriding form field error messages without argument causes string ...) created by
- Something like this in a form's init method […] will throw an …
- 13:57 Ticket #17839 (Ordering by an expression containing annotations) created by
- I have found a query use case which seems not to be covered by query() …
- 13:42 Ticket #17838 (prefetch_related fails for GenericForeignKeys when related object id ...) created by
- After a ton of debugging, I finally found the reason why my …
- 13:31 Ticket #17836 (Can't assign values for models.DateTimeField(blank=True, null=True)) closed by
- needsinfo: Closing as needsinfo pending reproduction code sans typo that still …
- 13:13 Ticket #17837 (Markdown filter "safe" mode is vulnerable to e.g. 'onclick' attributes) created by
- The Python markdown library used by Django has syntax like this, which …
- 12:43 Ticket #17834 (ETag generated from empty content can break http caching) closed by
- wontfix: I digged a little more in the code. In Django code, …
- 12:10 Ticket #17836 (Can't assign values for models.DateTimeField(blank=True, null=True)) created by
- Using Django 1.4b1 with timezone aware datetime objects It seems to …
- 11:30 Changeset [60fa88a]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Correct the download URL. git-svn-id: …
- 11:22 Changeset [878ec9e6]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Bump for 1.4 RC 1. git-svn-id: …
- 10:37 Ticket #17835 (Refactor the release notes before 1.4 final) created by
- […]
- 09:48 Ticket #17834 (ETag generated from empty content can break http caching) created by
- The [source:/django/trunk/django/utils/cache.py?rev=17286#L100 …
- 06:27 Ticket #17830 (DateFieldListFilter "Past 7 days" filter uses naive datetime when ...) closed by
- fixed: In [17670]: […]
- 06:27 Changeset [bf0abe0]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17830 -- Modified list_filter on DateTimeFields to account for …
- 04:30 Changeset [f95141ab]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added change forgotten in r17668. git-svn-id: …
- 03:42 Ticket #17833 (bad translation in django.contrib.localflavor.fr.fr_departement) closed by
- fixed: In [17668]: […]
- 03:42 Changeset [101b6e13]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated French departments list: fixed #17833 (typo in 28), moved …
- 03:09 Ticket #17833 (bad translation in django.contrib.localflavor.fr.fr_departement) created by
- The spelling of department 28 is wrong The good one is : ('28', u'28 …
- 02:48 Ticket #17829 (Admin date filter's "Past 7 days" actually returns past 8 days.) reopened by
- 02:47 Ticket #17832 (setup.py - purelib comment) closed by
- fixed: In [17667]: […]
- 02:47 Changeset [6b48b885]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17832 -- Missing negation in a comment. Thanks mk for the …
- 02:13 Changeset [399aa723]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Enabled the existing admin Selenium tests to be run with Internet …
- 01:42 Ticket #17829 (Admin date filter's "Past 7 days" actually returns past 8 days.) closed by
-
worksforme:
list_filter
on aDateTimeField
is mostly useful if applied to a … - 01:33 Ticket #17831 (Admin's date list filter's "This month/year" and "Today" are incorrect ...) closed by
- duplicate: Indeed, this has the same root cause as #17260, which is a known …
- 00:28 Ticket #17832 (setup.py - purelib comment) created by
- A comment in django/setup.py regarding purelib is exactly the wrong …
03/04/2012:
- 22:17 Ticket #17327 (contrib.auth management commands ignores --database option) closed by
- fixed: In [17665]: […]
- 22:17 Changeset [8c9b032e]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixes #17327 -- Add --database option to createsuperuser and change …
- 22:00 Ticket #17831 (Admin's date list filter's "This month/year" and "Today" are incorrect ...) created by
- This may be applicable to other backends, but I'm not sure. When …
- 21:45 Ticket #17830 (DateFieldListFilter "Past 7 days" filter uses naive datetime when ...) created by
- The "Past 7 days" link for the DateFieldListFilter always contains a …
- 21:41 Ticket #16128 (cascade delete does not work for proxy models) closed by
- fixed: In [17664]: […]
- 21:41 Changeset [7e92ad8]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16128 - Correctly cascade-delete proxy models as if they were …
- 21:25 Ticket #16939 (Inaccurate implementation of {% comment %} presented in custom ...) closed by
- fixed: In [17663]: […]
- 21:25 Changeset [5ccc6f1]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16939 -- Inaccurate implementation of {% comment %} presented …
- 20:24 Changeset [ad97f0ec]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated localflavor base translation files with new strings. Refs …
- 20:24 Changeset [2002ed9]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated gis base translation files with new strings. Refs #17822. …
- 20:24 Changeset [bf6cceb]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated flatpages base translation files with new strings. Refs …
- 20:23 Changeset [6c7b9b5e]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated contenttypes base translation files with new strings. Refs …
- 20:23 Changeset [4e058d8]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated comments base translation files with new strings. Refs #17822. …
- 20:23 Changeset [6ad7cf18]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated auth base translation files with new strings. Refs #17822. …
- 20:23 Changeset [30b8ff30]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated admin base translation files with new strings. Refs #17822. …
- 20:23 Changeset [b403e43]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated core base translation files with new strings. Refs #17822. …
- 20:12 Ticket #17726 (Admin's Recent Actions broken for multiple admin site instances with ...) reopened by
- I don't believe this is actually a duplicate of #9151, though it is …
- 20:01 Ticket #17745 (Support for PostgreSQL Arrays) closed by
- wontfix: I agree that features that only one of the supported database backends …
- 19:41 Ticket #17829 (Admin date filter's "Past 7 days" actually returns past 8 days.) created by
- Essentially the problem is analogous to […] I think this is fairly …
- 16:12 Ticket #17828 (Admin should not handle IncorrectLookupParameters if settings.DEBUG is set) created by
- Right now its difficult to debug exceptions raised in ListFilter code …
- 15:44 Ticket #17740 (BaseModelFormSet should use its queryset when initializing the ...) closed by
- needsinfo: Let me elaborate a bit on the bug report; it's terse and it took me a …
- 15:02 Ticket #17669 (Allow user specific queries as search_fields in ...) closed by
- duplicate: Unless I missed something, this feature was already requested in #15961.
- 14:53 Ticket #17827 (code example seems not to be correct) closed by
- duplicate
- 14:49 Ticket #17827 (code example seems not to be correct) created by
- the last code example on page …
- 14:32 Changeset [a78e61b5]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a ReST error. Thanks md4d for the report. git-svn-id: …
- 12:01 Ticket #17826 (Failures in Firefox+Windows 7+Admin filter tests) created by
-
Ran the
admin_widgets
regression tests as of now are run with both … - 11:34 Changeset [cfd0cd1b]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Documented a limit of the SQLite backend, in relation with the …
- 10:47 Changeset [20b021e]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix staticfiles_tests.TestCollectionCachedStorage.test_post_processing …
- 10:10 Ticket #17677 (WizardView.get_form destroys 'instance' and 'queryset' from get_form_kwargs) closed by
- fixed: In [17651]: […]
- 10:10 Changeset [59a436e9]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17677 -- Made sure the WizardView doesn't accidentally …
- 09:39 Ticket #17726 (Admin's Recent Actions broken for multiple admin site instances with ...) closed by
- duplicate: Thanks for the report, however this is a duplicate of #9151, which was …
- 07:10 Ticket #17725 (Extend EMPTY_VALUES for the form and|or model field) closed by
- wontfix: While this may be appropriate for your particular use case, it sounds …
- 04:37 Ticket #17789 (when i use a custom FieldListFilter class for a given field.) closed by
-
needsinfo: As stated in the documentation, if an element of
list_filter
is a … - 03:57 Ticket #17812 (Symlink link to media files is deleted after calling of delete method ...) closed by
- worksforme: Here's what I understand from your report (I see you aren't a native …
- 03:43 Ticket #17802 (Pass the request down to the Sitemap callable) closed by
- needsinfo: This patch doesn't change anything to the public API. It only makes it …
- 03:33 Changeset [60a62bf6]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a typo in the sitemaps docs. git-svn-id: …
- 03:28 Ticket #17821 (Extra fields on many-to-many relationships) closed by
- invalid: This works as designed, but you have to look at it the other way round …
- 03:15 Ticket #17792 (pickled object's __setstate__() ignores exceptions) closed by
-
invalid: I fail to see how this is a bug in Django.
pickle
,__setstate__
… - 01:03 Ticket #17815 (Turkish plural forms incorrect) closed by
- invalid: Closing "invalid" for the reason explained by Claude.
03/03/2012:
- 22:50 Changeset [794fe19e]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made the Selenium tests for the admin horizontal/vertical filter …
- 22:13 Ticket #17825 (ImproperlyConfigured: You must enable ...) closed by
- needsinfo: Replying to EvoTech: > Carljm, thanks for answer. > > Are …
- 21:26 Ticket #17825 (ImproperlyConfigured: You must enable ...) created by
- After revision r17598 django.core.context_processors.request is lost …
- 19:20 Changeset [4dca9d16]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added more thorough Selenium tests for the admin horizontal/vertical …
- 16:54 Changeset [21c38f9]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Linked to the FAQ from the release notes. git-svn-id: …
- 16:41 Changeset [503c85a]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a typo in the time zone docs. Thanks Ramiro. git-svn-id: …
- 16:02 Ticket #17738 (Add a time zone FAQ) closed by
- fixed: In [17645]: […]
- 16:02 Changeset [af3791fa]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17738 -- Extended the time zone documentation with a FAQ. …
- 15:53 Ticket #17824 (Add generic pre/post_modify signal) created by
- There might be some value in a new model signal: pre/post_modify. The …
- 15:50 Changeset [149e5410]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added a blurb about new SimpleTestCase class to release notes. Also, …
- 15:34 Ticket #17717 (django.core.serializers.serialize doesn't deal with proxy models) closed by
- fixed: In [17643]: […]
- 15:34 Changeset [dd44170]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17717 (again) -- Used the new API for concrete models added in …
- 14:23 Ticket #17823 (Add nolock support to queryset API) created by
- In a number of circumstances, it would be great if there was a way of …
- 14:21 Ticket #17717 (django.core.serializers.serialize doesn't deal with proxy models) reopened by
- Oh, yeah, I didn't see the changes done in r17573, this new …
- 13:57 Changeset [7ce1ad7c]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made django.utils.timezone.localtime a private API -- it's too …
- 13:02 Ticket #10498 (Passing ugettext_lazy to related object's create() doesn't work) closed by
- fixed: In [17641]: […]
- 13:02 Changeset [c9883972]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10498 -- Fixed using ugettext_lazy values when creating model …
- 12:56 Ticket #17822 (Update base translations and push to Transifex) created by
- 12:28 Ticket #17821 (Extra fields on many-to-many relationships) created by
- Existing text […] Bug Description I'm surprised that …
- 11:50 Ticket #17717 (django.core.serializers.serialize doesn't deal with proxy models) closed by
- fixed: In [17640]: […]
- 11:50 Changeset [dc49e614]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17717 -- Fixed serialization of proxy models. Thanks, Anssi …
- 11:41 Changeset [48840cc9]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a typo in r17638. git-svn-id: …
- 11:16 Changeset [3b2c53ac]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Modified a test added in r17508 to not run under Oracle. git-svn-id: …
- 10:13 DevelopersForHire edited by
- (diff)
- 07:56 Ticket #17820 (A few more places where duplicated handling of mgmt command options ...) created by
- See #13760, #10080 and #17799.
- 04:13 Ticket #17808 (Improve the warning when fixtures containing naive datetimes are ...) closed by
- fixed: In [17637]: […]
- 04:13 Changeset [3576c99f]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17808 -- Explained why fixtures can trigger RuntimeWarnings …
- 03:11 Ticket #9995 (Mention 'pip install Django' as an alternative installation method.) closed by
- fixed: In [17636]: […]
- 03:11 Changeset [c0e73a49]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9995 -- Updated the installation instructions to recommend pip. …
03/02/2012:
- 20:13 Ticket #17198 (In admin results can be omitted due to pagination and inadequate ...) closed by
- fixed: In [17635]: […]
- 20:13 Changeset [d636150]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17198 -- Ensured that a deterministic order is used across all …
- 19:06 Ticket #17819 (NamedUrlWizardView doesn't correctly use the stored files) closed by
- fixed: In [17634]: […]
- 19:06 Changeset [c76200a0]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17819 -- Convinced the NamedUrlWizardView to stop dropping …
- 18:58 Ticket #17819 (NamedUrlWizardView doesn't correctly use the stored files) created by
- Seems like this is broken: …
- 16:35 Ticket #17817 (Django should not send invalid Location headers) closed by
- fixed: In [17633]: […]
- 16:35 Changeset [126d9e1]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17817 -- Modified LocalMiddleware to use full URLs when …
- 16:32 Ticket #15169 (With gis.mysql backend BooleanField convert to Python as 1|0 instead ...) closed by
- fixed: In [17632]: […]
- 16:32 Changeset [b9bf7cce]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15169 -- Added conversion of 0/1 to False/True for MySQL GIS …
- 15:33 Ticket #17818 (Generic edit generic views don't create `fail_silently` success ...) created by
- It looks like the creation of success messages on valid form …
- 14:34 Changeset [89b57a7]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added missing newline to makemessages output. Thanks Florian Apolloner …
- 13:51 Ticket #17801 (Adding DummyCache causes contrib.session tests to fail) closed by
- wontfix: This is an expected behavior since the dummy cache returns False by …
- 13:45 Ticket #17817 (Django should not send invalid Location headers) created by
- Django's locale middleware currently includes code which generates …
- 12:24 Ticket #17816 (UnicodeEncodeError in Image- and FileFields) created by
- Uploading files (and images) containing non-ASCII characters (e.g. …
- 11:16 Changeset [2ade1e9]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Edited stuff from [17543] to [17629] git-svn-id: …
- 11:13 Ticket #17799 (Default parameters in syncdb.Command().Execute()) closed by
- fixed: In [17629]: […]
- 11:13 Changeset [3ed0b6ed]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17799 - Documented that the execute() method of a management …
- 11:01 Ticket #17815 (Turkish plural forms incorrect) created by
- Turkish plural forms in conf/locale/tr/LC_MESSAGES/django.po are …
- 10:56 Ticket #17046 (User.objects.create_user() allows empty usernames) closed by
- fixed: In [17628]: […]
- 10:56 Changeset [fcaf8eae]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17046 -- Added a check if the username passed to …
- 10:56 Ticket #17723 (Documentation update for language code URL sniffing regression) closed by
- fixed: In [17627]: […]
- 10:56 Changeset [40b248ac]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17723 -- Mentioned the changes done in r17547. Thanks, …
- 10:56 Ticket #17568 (i18n_patterns and LOGIN_URL, LOGOUT_URL, LOGIN_REDIRECT_URL) closed by
- fixed: In [17626]: […]
- 10:56 Changeset [d93a2ef]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #17568 -- Mentioned
reverse_lazy
in the …
- 10:55 Ticket #16842 (RedirectView (class based) query string format bug) closed by
- fixed: In [17625]: […]
- 10:55 Changeset [4887a8d]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16842 -- Modified the RedirectView to correctly handle query …
- 10:50 DevelopersForHire edited by
- (diff)
- 10:45 Ticket #17794 (Docs should have more links to reference) closed by
- fixed: In [17624]: […]
- 10:45 Changeset [7b624c6c]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17794 - Added a bunch of cross-reference links to the DB …
- 10:14 Ticket #17793 (SimpleTepmlateResponse is not re-picklable) closed by
- duplicate: Thanks for the report - duplicate of #16326 (which is, happily, …
- 10:06 Ticket #17790 (Ajax CSRF example is needlessly restrictive) closed by
- fixed: In [17623]: […]
- 10:06 Changeset [8cadf1d]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17790 - Made the Ajax CSRF jQuery example work with jQuery in …
- 09:28 Ticket #16173 (manager.get on foreign key fields (related fields)) closed by
- wontfix: Replying to nitinbhide@…: > Check the line, > {{{ > …
- 08:33 Ticket #16188 (Added locale formats for swiss german language) closed by
- fixed
- 08:18 Ticket #17814 (Add a way to override related_name on models that you can't edit) created by
- I use external apps with same name models (for example it's forum.post …
- 06:44 Ticket #17813 (Implement an opposite method for Entry.objects.latest) created by
-
At the moment we have
Entry.objects.latest
method that … - 05:29 Ticket #17806 (CachedFilesMixin url_converter doesn't handle absolute paths correctly) closed by
- fixed: In [17622]: […]
- 05:29 Changeset [e88a6566]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17806 -- Fixed off-by-n error in the CachedStaticFilesStorage …
- 05:07 Ticket #17734 (302 redirect to standard language for non-i18n URL's when returning 404.) closed by
- fixed: In [17621]: […]
- 05:07 Changeset [746987f9]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17734 -- Made sure to only redirect translated URLs if they can …
- 03:49 Ticket #17812 (Symlink link to media files is deleted after calling of delete method ...) created by
- If media folder for media files is symlink then after calling of …
- 03:06 Ticket #17811 (Connection object is no passed to the EmailMessage constructor when ...) created by
- There is a difference in the behavior of send_mail and send_mass_mail …
- 03:03 Ticket #17803 (Field name with underscore means label not correctly shown in form) closed by
- worksforme: I tried to reproduce with 1.3 and 1.4 code, but with no luck. So I …
Note: See TracTimeline
for information about the timeline view.