Timeline
04/04/2013:
- 17:54 Ticket #20204 (Better explanation of usage of url() in urlpatterns) created by
- On the URL dispatcher page …
- 17:54 Ticket #19193 (Save only one field to database which refereced to FieldFile) closed by
-
duplicate: This ticket's effectively obsoleted by
update_fields
in Django 1.5 … - 17:48 Ticket #14322 (Please set default values for required and error css classes) closed by
- wontfix: I don't see that it's worth setting defaults.
- 17:45 Ticket #18361 (Accessing a ModelChoiceField property in a template triggers QuerySet ...) closed by
- wontfix: There's never going to be a way to prevent QS evaluation holistically …
- 17:41 Ticket #9631 (FieldFile assumes efficient Storage.size) closed by
- fixed: I think this was fixed as part of #10300. If that's not true, please …
- 17:36 Ticket #13167 (Non-existent arg passed to template filter raises VariableDoesNotExist) closed by
- fixed: I believe this was fixed years ago. If there's still a bug here, …
- 17:34 Ticket #15102 (find_template returns compiled Template object instead of template source) closed by
-
wontfix: I don't buy the argument that missing
find_template_source
makes it … - 17:33 Ticket #20203 (Impossible to have a descriptor named `objects` on an abstract model) created by
- This is because of …
- 17:32 Ticket #18155 (Undocumented changes, indecision, in template fail silently exception ...) closed by
- invalid: This ticket isn't really actionable. If you'd like to see something …
- 17:24 Ticket #14802 (feature request: add a method to Fields that is used to render the ...) closed by
- wontfix: I don't really like the idea of using a widget to render readonly …
- 17:22 Ticket #17666 (current_app can not be overridden in template) closed by
- wontfix: Agree with jezdez. So marking wontfix.
- 17:22 Ticket #11732 (ModelAdmin.get_changelist_form should use ModelAdmin.form) closed by
- wontfix: I'm with Luke: this isn't something we should change; the downsides …
- 15:33 Ticket #20202 (BaseModelForm uses model_to_dict to provide initial, causes problems ...) created by
- […] There is a workaround: manually provide the correct field in …
- 12:46 Ticket #20198 (fixtures.FixtureLoadingTests.test_loaddata_error_message fails on ...) closed by
- worksforme: Thanks for the report, but this assertion has been modified in …
- 11:23 Ticket #20195 (Broken documentation cross reference in session settings) closed by
- fixed: In 2c27300f343df2bae0db0f4c3594e5ae5b0b219f: […]
- 11:13 Ticket #20201 (Oracle String Length Issue with CLOB and NCLOB) created by
- As mentioned in #20200, we are moving from MySQL to Oracle, but are …
- 10:57 Ticket #20200 (Oracle Inconsistencies with NVARCHAR2 and NCLOB) created by
- We are currently working on moving our MySQL database over to an …
- 10:12 Ticket #20199 (Allow ModelForm to override error messages defined in model fields.) created by
- Currently error messages generated by model fields bypass error …
- 09:15 Ticket #20198 (fixtures.FixtureLoadingTests.test_loaddata_error_message fails on ...) created by
- Running the 'fixtures' tests against PostgreSQL 9.2.3 fails as …
- 08:42 Ticket #20197 (XML serializer can output invalid characters) created by
- Specifically Form Feed (0x0c), which is not allowed in XML. At all. …
- 05:52 Ticket #20196 (Better support for folder uploads) created by
- Feature request: Make folder uploads (`<input type=file …
- 04:29 Ticket #20195 (Broken documentation cross reference in session settings) created by
- The documentation at …
- 00:46 Ticket #20181 (auto generate SECRET_KEY file?) closed by
- duplicate: I'm going to mark this as a duplicate of #20081. The approach you're …
04/03/2013:
- 23:01 Ticket #20193 (About replacing PIL with Wand) closed by
- duplicate: Moving away from PIL was brought up a few weeks ago on the …
- 21:42 Changeset [cd1ca26]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Adds generators support for email backends that do not support it.
- 21:38 Ticket #20194 ("console", "dummy", and "locmem" email backends should accept ...) created by
- 21:29 LittleEasyImprovements edited by
- Reverted to version 88. (diff)
- 20:07 Ticket #20193 (About replacing PIL with Wand) created by
- Hello, I've been using Django 1.3 on a small project and have a …
- 18:33 AdminNext edited by
- Added Django-hyperadmin to list of alternatives (diff)
- 16:16 Ticket #20190 (Accessing a deferred GIS (MultiPolygonField) field on a model instance ...) closed by
- needsinfo: I cannot repoduce this error on 1.5 or master. It would be nice if you …
- 15:28 Ticket #20038 (Misleading port number in 'Invalid HTTP_HOST header' error message) closed by
- fixed: In c250f9c99b59bb011dae9bc97783458621462b65: […]
- 15:07 Ticket #20191 (No Module Named App Name) closed by
- invalid: Hi, This site is for reporting bugs against django. For support, you …
- 13:46 Ticket #20191 (No Module Named App Name) created by
- I have Created the Project and App using Python And Django. This is My …
- 11:42 Ticket #20188 ([contrib.auth.admin] We need to use the AUTH_USER_MODEL defined in the ...) closed by
- invalid: This is actually a documented behavior: …
- 11:20 Ticket #20186 (Overriding registration/logged_out.html template doesn't work) closed by
-
needsinfo: Hi,
The
registration/logged_out.html
template was already there in … - 10:23 Ticket #20190 (Accessing a deferred GIS (MultiPolygonField) field on a model instance ...) created by
- For a model defined similar to: […] trying to access mpoly as a …
- 09:36 Ticket #20189 (Collectstatic ignore list expansion on a per project basis) created by
- Currently collectstatic gets its default ignores from this code. …
- 06:12 Ticket #20188 ([contrib.auth.admin] We need to use the AUTH_USER_MODEL defined in the ...) created by
- As you can see here : …
- 05:38 Ticket #20184 (Tutorial Instructions Don't Work) closed by
- needsinfo: If the reporter would like to provide a patch to address any of the …
- 05:26 Ticket #20187 (Django 1.5 using a cached HttpResponse with WSGI has an empty body) created by
- With the change to HttpResponse made in Django 1.5, I'm finding that …
- 05:00 Ticket #20186 (Overriding registration/logged_out.html template doesn't work) created by
- After updating to Django 1.5 (from 1.4) there is default template …
- 03:37 Ticket #20185 (TypeError: unicode argument expected, got 'str' on core management ...) closed by
- invalid: This is a bug inside gunicorn, most likely caused by the use of …
- 01:52 Ticket #20185 (TypeError: unicode argument expected, got 'str' on core management ...) created by
- Used gunicorn 0.17.2 Error: […] if it bug, the following …
- 01:50 Ticket #20183 ("Making Queries" documentation assumes an Entry instance has already ...) closed by
- invalid: Hi, This tracker is for reporting bugs. For support, you should try …
- 00:01 Ticket #20184 (Tutorial Instructions Don't Work) created by
- There were a number of issues encountered while trying to install …
04/02/2013:
- 17:57 Ticket #20183 ("Making Queries" documentation assumes an Entry instance has already ...) created by
- https://docs.djangoproject.com/en/1.5/topics/db/queries/#saving-foreign …
- 16:29 Ticket #20182 (prepare_lookup_value should treat 0 as False for __isnull) closed by
- fixed: Django admin uses prepare_lookup_value to parse {{{ …
- 15:53 Ticket #20182 (prepare_lookup_value should treat 0 as False for __isnull) closed by
- needsinfo: Hi, Could you provide some more information about this issue? It's …
- 14:36 Ticket #20182 (prepare_lookup_value should treat 0 as False for __isnull) created by
- In contrib.admin.util, there is a prepare_lookup_value function In …
- 13:16 Ticket #11778 (Patch to increase performance of escapejs) closed by
- fixed: This has probably already been solved by [44767f2caf028d8].
- 12:00 Ticket #19748 (Document django.utils.module_loading.import_by_path) closed by
- fixed: In b9dbd1dd2fddbd4ba20e1ab983b0d6712d21da00: […]
- 09:39 Ticket #20171 (DEBUG and ALLOWED_HOSTS documentation) closed by
- duplicate: Thanks for the report, we definitely need some improvement here, still …
- 09:36 Ticket #20177 (Don't use setup_test_environment in the shell in testing tutorial) closed by
- needsinfo: Did you do the second line in that first block, actually running …
- 06:07 Ticket #20173 (tutorials: stylesheet in part 6 inconsistent with template in part 3) closed by
- worksforme: Did you try this out? It works because browsers implicitly add the …
- 03:07 Ticket #20180 (unique_together with DateField (auto_now_add = True) causes error in admin.) closed by
- invalid: Hi, I don't think this is a bug, but rather an unfortunate …
- 02:32 Ticket #20181 (auto generate SECRET_KEY file?) created by
- I wonder if you would accept a patch that auto-generates a secret key …
04/01/2013:
- 22:48 Ticket #20179 (Proposal: Execute run_validators of the field in pre_save) closed by
- invalid
- 20:33 Ticket #20180 (unique_together with DateField (auto_now_add = True) causes error in admin.) created by
- […] At saving time: IntegrityError at /admin/rating/rating/add/ …
- 20:08 Ticket #20179 (Proposal: Execute run_validators of the field in pre_save) created by
- My proposal is execute the function run_validators in pre_save of a …
- 17:01 Ticket #16386 (Handle subclasses in signal dispatcher) closed by
- wontfix: I can't really think of a way forward that includes solid backwards …
- 17:00 Ticket #14019 (SQLInsertCompiler.as_sql() failure) closed by
- wontfix: Per Alex's comments, I'm marking this wontfix. It's not a public API, …
- 16:53 Ticket #17824 (Add generic pre/post_modify signal) closed by
- wontfix: I don't see this as an appropriate use of signals.
- 16:36 Ticket #9270 (Docs: FORCE_SCRIPT_NAME Syntax) closed by
- fixed: This was fixed as part of #20169.
- 14:23 Ticket #12231 (The project path is incorrectly build, it wipe the namespace) closed by
- worksforme: Most of this code is now obsolete. Reopen with current code references …
- 14:07 Changeset [a15a3e91]stable/1.5.x by
- [1.5.x] Fixed #20169 -- Ensured that the WSGI request's path is …
- 14:05 Ticket #20169 (Request path incorrectly assembled when SCRIPT_NAME has trailing slash) closed by
- fixed: In 2f81a0ca6543f4f7b59bf6cd9aeb8ae87f1e968e: […]
- 14:04 Ticket #10803 (dbshell should try 'mysql5' as well for executable name) closed by
- wontfix: I don't think this is Django's task to try various executable names. …
- 13:00 Ticket #16737 (inspectdb does not handle non-ascii column names correctly) closed by
- fixed: In 8c41bd93c2412ddeb9dbe8bd73e1d3c3427d171b: […]
- 11:59 Ticket #20177 (Don't use setup_test_environment in the shell in testing tutorial) created by
- Hi, I was following the instructions at …
- 11:35 Ticket #5014 (manage.py inspect db is not using the new DecimalField) closed by
- fixed: In dcf563071fad7fe286c6921c949639fc99f51351: […]
- 11:28 LittleEasyImprovements edited by
- (diff)
- 10:23 Ticket #20176 (cache.set() fails silently) closed by
- duplicate: Hi, As you noted, this issue has already been reported so there is no …
- 10:10 Ticket #12064 (Impossible to conditionally include potentially non-existant templates) closed by
- duplicate: This is basically a dup of #16147, especially now that there's a patch …
- 10:06 Ticket #19189 (FormWizard done method can't revisit forms) closed by
- wontfix: Marking closed again; see Russ's comments. Kenth: if you'd like to …
- 10:04 Ticket #17459 (Subquery fails across multiple databases) closed by
- wontfix: Yeah I agree with lrekucki's initial analysis: doing some magic …
- 10:02 Ticket #13769 (ModelForm: override default field attributes) closed by
- wontfix: There's a limit of what attributes can do; at some point you're going …
- 10:00 Ticket #10995 (Improve paginator to account for very large page_range's) closed by
- invalid: This is pretty vague, and could encompass a variety of different …
- 09:58 Ticket #17850 (Passing FormWizard.as_view(form_list) a dynamic form_list) closed by
- wontfix: As jezdez says, this isn't what the wizard is designed for, sorry.
- 09:49 Ticket #20176 (cache.set() fails silently) created by
- BaseMemcachedCache throws the result of its internal .set() away, so …
- 08:40 Ticket #20172 (utils.html.urlize does not recognize IPv6 URLs) closed by
- fixed: In b474ffe63a3f99daeef2324a674f7ddfbb653c41: […]
- 08:14 Ticket #20170 (LIMIT works on entire queryset, even when not expected to.) closed by
- needsinfo: I cannot understand the example code - it seems to have several …
- 06:24 Ticket #20173 (tutorials: stylesheet in part 6 inconsistent with template in part 3) created by
- In the …
Note: See TracTimeline
for information about the timeline view.