Timeline
06/13/2011:
- 21:55 Ticket #11805 (Blocks tags inside inclusion template tags are ignored) closed by
- invalid: Again - This doesn't sound like an error to me -- it sounds like …
- 21:36 Ticket #11805 (Blocks tags inside inclusion template tags are ignored) reopened by
- I have a need for this... I built an app that sets the meta tags on a …
- 21:29 Ticket #16256 (More class based views: formsets derived generic views) created by
- This ticket aims to add more class based views to the generic ones …
- 20:31 Ticket #16255 (Drop support for Posgres versions < 8.2 for Django 1.4) created by
- A year ago a …
- 18:47 Ticket #16254 (#django is a ghost town) closed by
- worksforme: I don't know how you've come to the conclusion that #django is empty, …
- 18:36 Ticket #16254 (#django is a ghost town) created by
- Hi! I had some #django questions that the docs couldn't answer, and …
- 18:06 Ticket #16253 (Additional info for Windows users in MySQLdb section of install ...) created by
- In reference to this page: …
- 17:38 Ticket #16252 (Slight difference in urls.py btw tutorial and installation) created by
- In Part 2 of the tutorial, …
- 16:50 Ticket #16251 (Db/Models: distinction btw "null" and "blank") created by
- In the 1.3 doc …
- 16:38 Ticket #16107 (djangoproject.com site issue) closed by
- worksforme: I'm sorry, but we're absolutely unable to reproduce your problem, and …
- 15:53 Ticket #16250 (Error with new pyscopg2 2.4.2 release and tests) created by
- The test command doesn't work with psycopg2==2.4.2 but does with …
- 15:49 Ticket #16099 (Development web server sometimes hangs with Chrome) reopened by
- This will not be fixed in Chrome, and the problem was mentioned again …
- 15:48 Ticket #16249 (Visiting any Django site via Chrome's Incognito Mode is incredibly slow.) closed by
- duplicate: I could reproduce this (Mac OS X, latest Chrome, whatever that is …
- 15:35 Ticket #16249 (Visiting any Django site via Chrome's Incognito Mode is incredibly slow.) created by
- To replicate, I've created a totally fresh and empty install of Django …
- 15:15 Ticket #16246 (Small problems with new generic IP address field tests on Postgres 8.4) closed by
- fixed: In [16395]: […]
- 15:15 Changeset [823bac3]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 #16246 -- Fixed GenericIPAddressField tests on PostgreSQL. …
- 15:15 Changeset [479f2bc]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
- Removed duplicate entry in introspection PostgreSQL db backend. …
- 15:08 Ticket #16241 (Django runserver (<=1.3) is not WSGI compliant.) closed by
- fixed: Indeed, this issue no longer exists in Django 1.4. Per the new …
- 14:42 Ticket #16248 (Some spelling mistakes in "Security in Django") created by
- I found some spelling mistakes on the new "Security in Django" page. …
- 12:48 Changeset [bead688]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
- Shortened some test model names that were introduced in r16366 to fix …
- 12:38 Changeset [bcad2265]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
- Removed a name clash in a test method. Refs #16246. git-svn-id: …
- 10:22 Ticket #16247 (Remove the wildcard feature of INSTALLED_APPS) created by
- As discussed on django-developers.
- 08:58 Ticket #16246 (Small problems with new generic IP address field tests on Postgres 8.4) created by
- Tes suite doesn't start to run because it can't create some permission …
- 08:52 Ticket #16245 (send_robust should include traceback in response when Exception occurs) created by
- I have cron job that runs a task which sends a signal via …
- 08:23 Ticket #16243 (model_forms tests won't run if PIL isn't installed) closed by
- fixed: In [16391]: […]
- 08:23 Changeset [c013c07e]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 #16243 -- Corrected test suite failure in model_forms when PIL …
- 07:38 Ticket #16244 (When calling contrib.admin.site.register, other apps' models.py should ...) closed by
- invalid: The best practice to avoid those circular imports is to register your …
- 07:06 Ticket #16244 (When calling contrib.admin.site.register, other apps' models.py should ...) created by
- In a scenario where I have multiple apps, depending on one another, I …
- 05:36 Ticket #16243 (model_forms tests won't run if PIL isn't installed) created by
-
The
model_forms
tests won't run due to an import error if PIL isn't … - 03:58 Ticket #16240 (Querying models with foreign keys in multidb doesn't use right DB) closed by
- invalid: https://docs.djangoproject.com/en/dev/topics/db/multi-db/#cross-databas …
- 03:08 Ticket #16242 (Request to add *release* SVN branch to ...) created by
- Problem: because django is not released very often, the current …
- 02:43 Ticket #16241 (Django runserver (<=1.3) is not WSGI compliant.) created by
- The Django runserver doesn't call close() on the iterable returned …
- 01:36 Ticket #16240 (Querying models with foreign keys in multidb doesn't use right DB) created by
- I've got a setup with multidb and a router that splits traffic between …
06/12/2011:
- 23:31 Changeset [13efd104]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
- Refs #16234: Avoid GenericIPAddressField clobbering Field …
- 18:50 Ticket #16239 (django.test.simple.py's __all__ includes inexistent "run_tests") created by
- top level function "run_tests" doesn't exist anymore in simple.py yet …
- 18:50 Changeset [7116c31]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 incompatibility (
with
statement usage) with Python 2.5 … - 18:22 Changeset [5112acbf]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 incompatibility (usage of class decorator) with Python 2.5 …
- 17:53 Ticket #16229 (django.core.validators not usable without a DJANGO_SETTINGS_MODULE) closed by
- invalid: I agree with melinath that fixing the comment is unnecessary - it is …
- 16:10 Ticket #16238 (TECHNICAL_*_TEMPLATE change) created by
- Make ability to change TECHNICAL_500_TEMPLATE and …
- 13:27 Ticket #16237 (Auth docs point to old function generic views instead of generic CBV) created by
- In …
- 12:47 Ticket #16236 (Formwizard: computing form initialization keyword arguments) created by
- Currently, it isn't possible to provide custom form initialization …
- 11:57 Changeset [14bac2b9]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 broken test introduced in r16385. git-svn-id: …
- 11:33 Ticket #7836 (django.test.client._session should check for session middleware instead) closed by
- fixed: In [16386]: […]
- 11:33 Changeset [84c7114]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 #7836 -- Modified strategy used by the test client to check for …
- 09:48 Ticket #16235 (Test client flatens POST data) closed by
- invalid: See my answer on stackoverflow - this is a usage issue, not a problem …
- 08:31 Ticket #15856 (Add a localflavor for Macedonia) closed by
- fixed: In [16385]: […]
- 08:31 Changeset [050e119]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 #15856 -- Added Macedonian localflavor. Many thanks to …
- 08:11 Ticket #12191 (It's not possible to run a specific test if it's not in models.py or ...) closed by
- duplicate: Duplicate of #6712.
- 08:05 Changeset [9f3d76a9]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 docs render warning. git-svn-id: …
- 08:04 Ticket #12875 (Cannot redefine admin ordering dynamically) closed by
- fixed: In [16383]: […]
- 08:04 Changeset [f749bb82]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 #12875 -- Added get_ordering to ModelAdmin. Many thanks to …
- 07:34 Ticket #12658 (Import Errors in test files cause tests to be skipped if both the ...) closed by
- fixed: In [16382]: […]
- 07:34 Changeset [f0adae4c]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 #12658 -- Fixed test discovery so ImportErrors aren't ignored …
- 05:16 Ticket #16107 (djangoproject.com site issue) reopened by
- Here are the details .I have also attached screenshots for your …
- 05:13 Ticket #16235 (Test client flatens POST data) created by
- Under normal production conditions, request.POST returns a QueryDict …
- 04:06 Ticket #16229 (django.core.validators not usable without a DJANGO_SETTINGS_MODULE) reopened by
- Reopening as this comment should be fixed.
06/11/2011:
- 19:47 Ticket #16229 (django.core.validators not usable without a DJANGO_SETTINGS_MODULE) closed by
- invalid: This is not a bug. It's not even a documentation error. Looking at the …
- 19:28 Changeset [0686b066]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 #15764 - Corrected mixin docs for DeleteView?; thanks linovia …
- 19:26 Ticket #15764 (DeleteView does not have ModelFormMixin in its mixins) closed by
- fixed: In [16380]: […]
- 19:26 Changeset [4f215cfc]stable/1.3.x by
- Fixed #15764 - Corrected mixin docs for DeleteView; thanks linovia for …
- 18:41 Changeset [5d71bec]stable/1.3.x by
- [1.3.X] Fixed #15949 - Clarified the docs for password_reset_done …
- 18:40 Ticket #15949 (documentation for view password_reset_done needs changing.) closed by
- fixed: In [16378]: […]
- 18:40 Changeset [4207fed]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 #15949 - Clarified the docs for password_reset_done view; thanks …
- 15:40 Ticket #16224 (override_settings does not work on a TestCase class) closed by
- fixed: In [16377]: […]
- 15:40 Changeset [a0791b27]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 #16224 -- Fixed override_settings test utility to correctly work …
- 14:31 Ticket #16234 (Strange platform-specific test failure in OldFormForXTests since r16366) created by
- Since r16366, which fixes #811, I see a failure on one of my boxes for …
- 14:27 Ticket #16222 (Tests failing since Revision 16356) closed by
- fixed: In [16376]: […]
- 14:27 Changeset [e096d56]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 #16222: Test failures due to more precise cookie timings. Refs …
- 13:48 Changeset [55005a51]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 file forgotten in r16369. git-svn-id: …
- 13:00 Ticket #16233 (Add definition of db_alias in Performing raw SQL queries) created by
- It would be useful to give a little remind of what db alias are and …
- 12:56 Ticket #16232 (Modifiable attribues on GeoAdmin class documentation are exact ...) created by
- 12:56 Ticket #16231 (add support for AsGML() and AsKML() for the Spatialite backend) created by
- Spatialite supports AsGML() and AsKML() since version 2.4.0-RC4, that …
- 11:22 Ticket #11989 (Allow @register.inclusion_tag to take a template as well as a template name) closed by
- fixed: In [16374]: […]
- 11:22 Changeset [0ebaf102]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 #11989 -- Allow passing a Template instance to inclusion_tag. …
- 11:05 Ticket #12847 (Allow simple_tags to specify a function name) closed by
- fixed: In [16373]: […]
- 11:05 Changeset [d27f909]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 #12847 -- Added name parameter to simple_tag, assignment_tag and …
- 10:45 Ticket #9189 (urlize filter doesn't do .us domains without http and www) closed by
- fixed: In [16372]: […]
- 10:45 Changeset [4970ef0]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 #9189 -- Added not about urlize only covering .com, .net, and …
- 10:44 Ticket #16075 (Django 1.3 new "localize" tag/filter doesn't work?) closed by
- fixed: In [16371]: […]
- 10:44 Changeset [d77514e]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 #16075 -- Corrected localize template tag docs. Thanks, Horst …
- 10:43 Ticket #16195 (Document the ModelAdmin.get_changelist) closed by
- fixed: In [16370]: […]
- 10:43 Changeset [5dc7be21]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 #16195 -- Added docs for ModelAdmin's get_changelist method. …
- 10:27 Ticket #14049 (Fixture loading should be skipped for TestCase decorated with @skip*) closed by
- fixed: In [16369]: […]
- 10:27 Changeset [4ab5a437]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 #14049 -- Made our TestCase subclasses not load database …
- 10:11 Ticket #16179 (Formwizard enhancement proposal) closed by
- fixed: In [16368]: […]
- 10:11 Changeset [703498b]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 #16179 -- Extended argument handling of the new WizardView a …
- 10:11 Changeset [7f68d06c]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
- Minor cosmetic cleanup for r16347. git-svn-id: …
- 09:58 DjangoResources edited by
- Added image thumbnailing app. (diff)
- 09:50 Ticket #16230 (ErrorDict does not escape error messages) created by
- error messages that are passed into ErrorDict will be rendered without …
- 08:53 Ticket #7452 (Settings for HTML4 or XHTML output) closed by
- wontfix: aaugustin is correct.
- 08:48 Ticket #811 (IPv6 address field support) closed by
- fixed: In [16366]: […]
- 08:48 Changeset [ce3c2810]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 #811 -- Added support for IPv6 to forms and model fields. Many …
- 08:34 Ticket #16219 (Added favicon for admin) closed by
- wontfix: I've thought about this more, and I don't think its appropriate. …
- 07:28 Ticket #16229 (django.core.validators not usable without a DJANGO_SETTINGS_MODULE) created by
- https://code.djangoproject.com/browser/django/trunk/django/core/validat …
- 04:35 Changeset [1b51aa7]stable/1.3.x by
- [1.3.X] Fixed #16158 - Changed FALLBACK_DYLD_LIBRARY_PATH to …
- 04:34 Ticket #16158 (Change FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LIBRARY_PATH in GIS ...) closed by
- fixed: In [16364]: […]
- 04:34 Changeset [87571cdb]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 #16158 - Changed FALLBACK_DYLD_LIBRARY_PATH to …
06/10/2011:
- 18:32 Ticket #15922 (prepopulated_fields for DecimalField generates js error) closed by
- duplicate: While trying to fix this bug, I have found some other issues causing …
- 17:59 Ticket #16228 ("Using logging" needs clarification?) created by
- I just got started with logging and following this paragraph: …
- 15:05 Ticket #16227 (Include traceback in a comment when hitting an exception in debug mode) created by
- As discussed on the mailing list, debugging can be a real pain using …
- 13:56 Ticket #16226 ([patch] prepopulated_fields only work with slug fields and break on ...) created by
- While analyzing ticket #15922, it became apparent that …
- 13:43 Changeset [c43d15b]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
- More removal of poorly legible constructs to workaround Python 2.4 …
- 13:18 DevelopersForHire edited by
- (diff)
- 13:12 DevelopersForHire edited by
- (diff)
- 13:10 DevelopersForHire edited by
- (diff)
- 13:03 Ticket #16217 (Test runner doesn't report import errors if models is a directory) closed by
- duplicate: Duplicate of #12658.
- 12:35 Ticket #16225 (Unused imports all over the source) created by
- During the sprints I noticed a lot unused import are being done …
- 11:19 Changeset [a5b44ed]stable/1.3.x by
- [1.3.X] Refs #15855 -- Recommended the csrf_protect decorator rather …
- 11:18 Changeset [0e03a504]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
- Refs #15855 -- Recommended the csrf_protect decorator rather than …
- 10:14 Ticket #14201 (Add a "security overview" page to the docs) closed by
- fixed: In [16360]: […]
- 10:14 Changeset [528157ce]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 #14201 - Add a "security overview" page to the docs Thanks to …
- 09:56 Ticket #11052 (Q-Object disjunction join promotion .. bug) closed by
- duplicate: The problem is solved by the patch for #14876.
- 09:49 Ticket #16210 (Model validation tests broken in Python 2.5 after [16348]) closed by
- fixed: In [16359]: […]
- 09:49 Changeset [41895618]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 #16210 -- Added some missing future imports to support with …
- 09:22 Ticket #16224 (override_settings does not work on a TestCase class) created by
- The override_settings decorator …
- 09:20 Ticket #16112 (Excluding some value in a related model excludes objects without that model) closed by
- worksforme: Can't reproduce it anymore with a current trunk version. The query …
- 09:11 Ticket #16223 (Duplicate dictionary key in normalized state names for India) created by
- 09:08 Ticket #16198 (model_forms tests are still doctests.) closed by
- fixed: In [16358]: […]
- 09:08 Changeset [aa5506d6]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 #16198 -- Ported the model_forms doctests. Our long national …
- 08:48 Ticket #3110 (ManyToMany filter_interface widget renders incorrectly in IE 6 when ...) closed by
- wontfix: If it's IE6 only, then it's wontfix, as we don't support IE6 anymore …
- 08:44 Ticket #16222 (Tests failing since Revision 16356) created by
- The testcase in contrib.formtools.wizard is failing since 16356 which …
- 08:27 Ticket #16221 (Wrong usage for comment permalink template tag in the docstring) created by
- https://code.djangoproject.com/browser/django/trunk/django/contrib/comm …
- 08:15 Ticket #16220 (Add introspection for multicolumn indexes) created by
- The current database introspection methods don't support multi column …
- 07:49 Ticket #16219 (Added favicon for admin) created by
- Added a favicon in .png format for the admin. I used the colorscheme …
- 07:16 Changeset [4dac088]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
with
statements added in [16348] compatible with Python 2.5. … - 07:06 Ticket #16218 (Class-based month archive doesn't behave like previous generic view) created by
- While converting some of the regression tests for generic views to …
- 06:54 Ticket #16182 (TimestampSigner should use a more precise timestamp) closed by
- fixed: In [16356]: […]
- 06:54 Changeset [44a2cbad]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 #16182: Increase timestamp precision on TimestampSigner. Thanks …
- 06:14 Ticket #16217 (Test runner doesn't report import errors if models is a directory) created by
- I have an application whose models module is a directory with …
- 05:22 Ticket #16166 (EmailField? does not comply with SMTP standard) closed by
- fixed: In [16355]: […]
- 05:22 Changeset [66436ad]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 #16166 -
EmailField
does not comply with SMTP standard Thanks … - 05:18 Ticket #16196 (Redundant or incorrect code in tests) closed by
- fixed: In [16354]: […]
- 05:18 Changeset [430b8199]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 #16196 - Redundant or incorrect code in tests Thanks to …
- 04:57 Ticket #16216 (Replace all occurences of img src attributes with css backgrounds) created by
- Cleanup admin pages and remove unnecessary occurrences of img src …
- 04:42 Ticket #16215 (FormSet and ModelFormSet Class-based views) created by
- With all the nice new class-based views, it seems like a bit of an …
- 04:06 Ticket #16214 (Simplify docs for 404 and 500 views) created by
-
The current docs imply that
from django.conf.urls.defaults import *
… - 03:58 Ticket #16213 (View collections in the generic views) created by
- A class that handles multiple class based views and also handles the …
- 03:52 Ticket #16212 (Improve multiple sort UX) created by
- #11868 added some really slick multiple sort functionality, but I feel …
- 03:39 Ticket #16201 (When Content-Length is 0, MultiPartParser violates RFC2616) closed by
- fixed: In [16353]: […]
- 03:39 Changeset [9e952be2]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 #16201 -- Ensure that requests with Content-Length=0 don't break …
- 03:37 InitdScriptForDebian edited by
- (diff)
- 03:26 Tickets #15675,16185 batch updated by
- fixed: In [16352]: […]
- 03:26 Changeset [046ffa4]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 #16185, #15675 -- Added the ability for test runners to define …
- 01:50 Ticket #16211 (using negated F()-expression in update query) created by
- Hi, as far as I can tell, there is currently no way to do this with …
Note: See TracTimeline
for information about the timeline view.