Timeline
04/25/2011:
- 18:22 Ticket #15900 (reverse() does not properly escape namespaced views) created by
- Easier to provide an example than to explain. Given a freshly created …
- 15:19 Ticket #15893 (Latin script in Serbian should be @latin, not @Latn) closed by
- wontfix: Doing some more research, I found some references for Latn also: …
- 15:03 Ticket #15899 (web site link rot ?) closed by
- invalid: As far as I can tell, there's never been a page at this address: …
- 14:59 Ticket #15899 (web site link rot ?) created by
- I followed a link to http://djangoproject.com/downloads and there is …
- 14:38 Ticket #15897 (Example login form in documentation uses URL incorrectly) closed by
- invalid: The behavior of the url tag will change in Django 1.5, and the docs …
- 14:25 Ticket #15898 (Add wsgi.input to RequestFactory's base environ) created by
- wsgi.input is required but it is not provided in the base environ of …
- 11:39 Ticket #15896 (unittest docs say import django.utils, should be djanto.test) closed by
-
invalid: It's a different thing.
django.utils.unittest
is a copy of the … - 11:36 Ticket #15897 (Example login form in documentation uses URL incorrectly) created by
- In what I'm guessing is a holdover from a previous version (though I …
- 10:32 Ticket #15696 (Add pre_insert signal to loaddata command) closed by
- wontfix: I find myself agreeing with Russ that a custom serializer is a better …
- 10:28 Ticket #15896 (unittest docs say import django.utils, should be djanto.test) reopened by
- Hmm, OK, I read this a little more carefully and see what had me …
- 10:24 Ticket #15895 (incorect error description due to naming convensions) closed by
- needsinfo: That doesn't make any sense. The traceback doesn't match the code …
- 10:14 Ticket #15896 (unittest docs say import django.utils, should be djanto.test) closed by
- invalid: Ever tried to do so? […]
- 10:09 Ticket #15896 (unittest docs say import django.utils, should be djanto.test) created by
- At …
- 09:25 Ticket #15895 (incorect error description due to naming convensions) created by
- the situation is reported here - …
- 06:38 Ticket #15894 (SITE_CACHE does not invalidate in multiprocess environments) created by
- In a configuration where multiple python processes are created to …
- 04:18 Ticket #15891 (flushing session on auth.logout) closed by
- wontfix: It's tight coupling between auth and session, but it's by design. I'm …
- 04:10 Ticket #15893 (Latin script in Serbian should be @latin, not @Latn) created by
- The locale directories for Latin Serbian should be renamed from …
- 04:08 DjangoResources edited by
- fix libravatar link (diff)
- 04:07 DjangoResources edited by
- Mention Libravatar in the list of Open Source projects written in Django (diff)
- 04:07 Ticket #10378 (authenticate() method should not continue on built-in or generic exceptions) closed by
- wontfix: Backing up Malcolm's -1 and closing the issue. Unfortunate, but that's …
- 04:05 DjangoResources edited by
- sslauth is unfortunately no longer accessible :( (diff)
- 00:59 Ticket #15892 (Duplicate 'settings' import in settings_tests/tests.py) closed by
- fixed: In [16102]: […]
- 00:59 Changeset [d8bfd395]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 #15892 -- Duplicate 'settings' import (and some unused imports) …
- 00:43 Ticket #14543 (ContentTypes tests fails if auth app is not installed) closed by
- fixed: In [16101]: […]
- 00:43 Changeset [a6c08a53]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 #14543 -- ContentTypes tests failing if auth app is not …
04/24/2011:
- 18:53 Ticket #15801 (Logging docs: Incorrect external link for dictConfig) closed by
- fixed: In [16100]: […]
- 18:53 Changeset [449e84a2]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 #15801 - Incorrect external link for dictConfig; thanks David …
- 18:47 Changeset [44dbac64]stable/1.3.x by
- [1.3.X] Fixed #15853 - typo in m2m_changed signal documentation; …
- 18:47 Ticket #15853 (Error in m2m_changed signal documentation) closed by
- fixed: In [16098]: […]
- 18:47 Changeset [f9fa932]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 #15853 - typo in m2m_changed signal documentation; thanks …
- 16:57 Ticket #15886 (Improve django.core.serializers.get_serializer() docs) closed by
- duplicate: Closing this in favor of #15889.
- 15:14 Ticket #13182 (Remove useless whitespaces in JSON dump with indent option) closed by
- wontfix: In that case I'm going to mark this wontfix. An explicitly installed …
- 14:58 Ticket #15892 (Duplicate 'settings' import in settings_tests/tests.py) created by
- 'settings' is imported from django.conf twice.
- 14:33 Ticket #15833 (Exclude not working with ForeignKey in admin Inlnes) closed by
- needsinfo: I'm closing this ticket as "needsinfo", so please, if this is …
- 14:05 Ticket #15890 (uWsgi + empty POST request causes Django to hang/crash) closed by
- duplicate: This appears to be a consequence of the problem described in #15785. …
- 06:32 Ticket #15891 (flushing session on auth.logout) created by
- Flushing the session on logout or logging in with another user before …
- 04:09 DevelopersForHire edited by
- (diff)
- 04:07 DevelopersForHire edited by
- (diff)
- 03:13 DevelopersForHire edited by
- (diff)
- 01:16 Ticket #15890 (uWsgi + empty POST request causes Django to hang/crash) created by
- Tested with uWsgi 0.9.7.2, which is currently the latest stable. …
04/23/2011:
- 22:19 Ticket #15773 (MultiValueField could be more convenient) closed by
- needsinfo: Without more info I don't see what the problem here is. If you can …
- 18:24 Ticket #15889 (django.core.serializers.get_serializer() should raise a more specific ...) created by
- If you call get_serializer("foo"), where "foo" is not a valid …
- 16:49 Changeset [f53fe1e]stable/1.3.x by
- [1.3.X] Fixed #15875 - typo in F() example; thanks jblaine. Backport …
- 16:48 Ticket #15875 (F() example in db queries topic guide has an error) closed by
- fixed: In [16096]: […]
- 16:48 Changeset [b2481a2c]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 #15875 - typo in F() example; thanks jblaine. git-svn-id: …
- 10:15 Ticket #15668 (Generic views should provide a HEAD implementation) closed by
- fixed: Fixed in [16095], thanks. Fat fingers here got the ticket number wrong …
- 10:12 Ticket #15688 (unique_for_date validation doesn't run with admin readonly_fields) closed by
- duplicate
- 10:12 Ticket #15688 (unique_for_date validation doesn't run with admin readonly_fields) reopened by
- Doh, that commit message was meant for #15668.
- 10:10 Changeset [f4c808b7]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 #15688 - Generic views should provide a HEAD implementation …
- 09:55 Ticket #15740 (Manipulating the test client session doesn't work as documented) closed by
- duplicate: I updated the patch on #10899, which also fixes this bug. Jacob's …
- 09:10 Ticket #15836 (Raw query documentation indicates wrong type for params) closed by
- duplicate: This ticket was actually a duplicate of #14729 and it was fixed at r16088.
- 08:34 Ticket #15888 (Inspect `settings.CACHES` in order to make`createcachetable` automatic) created by
-
Currently
createcachetable
requires the cache table name in …
04/22/2011:
- 23:40 Changeset [6a3d918]stable/1.3.x by
- [1.3.X] Fixed #15819 - Fixed 1.3 regression from r15526 causing …
- 22:55 Ticket #15819 (Admin searches should use distinct, if query involves joins) closed by
- fixed: In [16093]: […]
- 22:55 Changeset [065e6b61]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 #15819 - Fixed 1.3 regression from r15526 causing duplicate …
- 16:25 Changeset [fe2713dd]stable/1.3.x by
- [1.3.X] Fixes #15862 -- Error in post_syncdb documentation example. …
- 16:23 Ticket #15862 (Error in post_syncdb example) closed by
- fixed: In [16091]: […]
- 16:23 Changeset [5bbba4b9]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 #15862 -- Error in post_syncdb documentation example. Thanks for …
- 16:19 Ticket #15887 (Improve django.views.decorators.http docs) created by
- […] None of these describe what happens if you try to access the …
- 16:18 Ticket #13584 (django.forms FileField does not allow empty files.) closed by
- fixed: In [16090]: […]
- 16:18 Changeset [534c427b]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 #13584 -- Optionally allow empty files with …
- 16:05 Changeset [9269b606]stable/1.3.x by
- [1.3.X] Fixes regression #15721 -- {% include %} and RequestContext …
- 15:53 Ticket #15886 (Improve django.core.serializers.get_serializer() docs) created by
- By experimentation, it appears that calling get_serializer() with an …
- 14:28 Ticket #15885 (Update the docs to explain that auth views now return TemplateResponse) created by
- Changeset r16087 modified the auth views to return a TemplateResponse …
- 13:33 DevelopersForHire edited by
- (diff)
- 13:29 Ticket #15884 (Model validation allows nullable primary key field.) created by
- If I have a primary key field that is also nullable, the model …
- 13:17 Ticket #14729 (RawQuerySet.__repr__ fails when params passed as list) closed by
- fixed: In [16088]: […]
- 13:17 Changeset [c77372ca]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 #14729 -- RawQuerySet.repr fails when params passed as list. …
- 13:17 Ticket #15008 (Convert admin views to use TemplateResponse) closed by
- fixed: In [16087]: […]
- 13:17 Changeset [c8092b84]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 #15008 -- Replaced all calls in the admin to render_to_response …
- 12:13 OracleTestSetup edited by
- (diff)
- 09:08 Changeset [13cfdb0d]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 couple of small documentation typos. git-svn-id: …
- 07:28 Changeset [5977193]stable/1.3.x by
- [1.3.X] Fixed #15758 -- Removed stale constants that were missed in …
- 07:27 Ticket #15758 (en_format is removed, but DEFAULT_ constants is still there) closed by
- fixed: In [16084]: […]
- 07:27 Changeset [abc1e92d]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 #15758 -- Removed stale constants that were missed in r15983. …
- 07:21 Changeset [e87c9da4]stable/1.3.x by
- [1.3.X] Fixed #15672 -- Refined changes made in r15918. Thanks, vung. …
- 07:15 Ticket #15672 (wsgi handler bug in 1.3) closed by
- fixed: In [16082]: […]
- 07:15 Changeset [12265410]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 #15672 -- Refined changes made in r15918. Thanks, vung. …
- 07:15 DjangoJobs edited by
- (diff)
- 07:14 Ticket #14091 (Fix incorrect quoting in connection.queries) closed by
- fixed: In [16081]: […]
- 07:14 Changeset [5b0e4e49]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 #14091 - be more correct about logging queries in …
- 07:06 Changeset [4d62386]stable/1.3.x by
- [1.3.X] Fixed #15698 -- Fixed inconsistant handling of …
- 07:03 Ticket #15698 (Inconsistant handling of context_object_name in paginated ...) closed by
- fixed: In [16079]: […]
- 07:03 Changeset [598032b8]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 #15698 -- Fixed inconsistant handling of context_object_name in …
- 07:03 Ticket #15673 (Allow limit_choices_to to use a tuple for __in filters) closed by
- fixed: In [16078]: […]
- 07:03 Changeset [4da2971]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 #15673 -- Allow limit_choices_to to use a tuple for in …
- 07:03 Ticket #15705 (Localflavor for Croatia) closed by
- fixed: In [16077]: […]
- 07:03 Changeset [7478aeb]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 #15705 -- Added Croatian (hr) localflavor. Thanks, Zlatko Mašek …
- 07:03 Ticket #15013 (Add Russian (ru) local flavour) closed by
- fixed: In [16076]: […]
- 07:03 Changeset [e1f7bc0]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 #15013 -- Added Russian (ru) localflavor package. Thanks, …
- 07:03 Ticket #15662 (module_has_submodule incorrectly uses the Importer Protocol) closed by
- fixed: In [16075]: […]
- 07:03 Changeset [0e5d5d62]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 #15662 -- Made sure the module_has_submodule utility function …
- 07:03 Ticket #13810 (number format routine improvement) closed by
- fixed: In [16074]: […]
- 07:03 Changeset [01d0bf0]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 #13810 -- Truncate numbers correctly when given number of …
- 07:03 Ticket #13689 (Paginator.page fails when Paginator is set up with a unicode string in ...) closed by
- fixed: In [16073]: […]
- 07:03 Changeset [0e9692b]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 #13689 -- Convert the per_page value to an integer upon …
- 07:02 Ticket #11321 (Bug with humanize and timezones) closed by
- fixed: In [16072]: […]
- 07:02 Changeset [e744fec8]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 #11321 -- Handle timezones correctly in conjunction with …
- 07:02 Ticket #12771 (Humanize with natural time) closed by
- fixed: In [16071]: […]
- 07:02 Changeset [ea248f01]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 #12771 -- Added naturaltime filter to humanize contrib app. …
- 07:02 Ticket #12379 (Simplified Chinese(CN) localflavor package) closed by
- fixed: In [16070]: […]
- 07:02 Changeset [8b588747]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 #12379 -- Added Chinese (cn) localflavor package. Thanks, Xia …
- 07:02 Tickets #11639,13618 batch updated by
- fixed: In [16069]: […]
- 07:02 Changeset [6c17190b]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 #11639, #13618 -- Added get_prepopulated_fields method to …
- 07:02 Ticket #11531 (Remove unused file django/contrib/admin/media/js/dateparse.js) closed by
- fixed: In [16068]: […]
- 07:02 Changeset [51cfd7a5]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 #11531 -- Removed unused dateparse.js from admin JavaScript …
- 07:02 Ticket #11283 (latest() doesn't clear previous ordering) closed by
- fixed: In [16067]: […]
- 07:02 Changeset [a845eba8]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 #11283 -- Made sure that latest() clears previously specified …
- 07:02 Ticket #11251 (Australian Local Flavo(u)r models would be nice) closed by
- fixed: In [16066]: […]
- 07:01 Changeset [59d1f826]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 #11251 -- Extended Australian localflavor to ship a few model …
- 07:01 Ticket #11203 (ie not rendering correctly rtl forms) closed by
- fixed: In [16065]: […]
- 07:01 Changeset [157255fd]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 #11203 -- Stopped some form fields in the admin from rendering …
- 07:01 Ticket #9089 (urlencode should support MutliValueDict) closed by
- fixed: In [16064]: […]
- 07:01 Changeset [f4be8bd]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 #9089 -- Correctly handle list values in MultiValueDict …
- 07:01 Ticket #6953 (ModelForm as_FOO output places form fields for ManyToMany fields at ...) closed by
- fixed: In [16063]: […]
- 07:01 Changeset [7d11c309]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 #6953 -- Correctly sort ManyToMany fields in ModelForms. Thanks, …
- 03:43 Ticket #15883 (Error in tutorial 01 models.py when defining was_published_today()) closed by
-
invalid:
pub_date
is defined as aDateTimeField
, thusself.pub_date
is a … - 03:36 Ticket #15883 (Error in tutorial 01 models.py when defining was_published_today()) created by
- http://docs.djangoproject.com/en/dev/intro/tutorial01/ This custom …
- 03:00 Ticket #15842 (Silent Failure of InlineAdmin Class With a DateTimeField on the Model ...) closed by
- wontfix: Generally Django does not attempt anything to warn you of …
- 02:50 Ticket #15839 (search_fields: duplicated search results when following relationships ...) closed by
- duplicate: This ticket looks very much like #15819, where a discussion has …
- 02:44 Ticket #15835 (middleware.process_response(): TemplateResponse.render() isn't called) closed by
- invalid: It think this works as designed. From …
- 02:14 Ticket #13249 (Feature request: ModelForm validation error handling after commit=False) closed by
- duplicate
- 02:14 Ticket #13249 (Feature request: ModelForm validation error handling after commit=False) reopened by
- I agree with orokusaki that although there is a better approach to …
Note: See TracTimeline
for information about the timeline view.