Timeline
03/27/2011:
- 21:31 Changeset [b4f0c1a7]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 Python 2.4 try/except no longer necessary in …
- 21:27 Changeset [0fdabe88]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 a bunch of simplifications now that we don't support Python 2.4 …
- 21:27 Changeset [579eb979]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
- Simplified sqlite backend ImproperlyConfigured check now that we don't …
- 21:26 Changeset [a89ee065]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 no-longer-valid comment about Python 2.3 and 2.4 in …
- 21:25 Changeset [7cac1ecb]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
- Simplified django.utils.feedgenerator.get_tag_uri now that we don't …
- 21:14 Ticket #15702 (Drop 2.4 compatibility boilerplate code) closed by
- fixed: This is fixed as of [15926] and [15927]. Note that I found four more …
- 21:14 Changeset [3d5a8f75]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
- Changed setup.py classifiers to use a better indentation style …
- 21:13 Changeset [5d6ee6cb]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 Python 2.4 classifier from setup.py git-svn-id: …
- 21:11 Changeset [13864703]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 bunch more Python 2.4 workarounds now that we don't support …
- 20:40 Changeset [a87be35]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 bunch of Python 2.4 workarounds now that we don't support …
- 20:22 Ticket #6636 (change_form.html template should have a block around fieldsets) closed by
- fixed: In [15925]: […]
- 20:22 Changeset [18ef901]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 #6636 -- Added template blocks to admin change_form.html …
- 18:01 Changeset [9b0f1de]stable/1.3.x by
- [1.3.X] Fixed #15664 - Removed extra parens in commit_on_success …
- 18:00 Ticket #15664 (Unexpected brackets when describing commit_on_success) closed by
- fixed: In [15923]: […]
- 18:00 Changeset [d665c0b]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 #15664 - Removed extra parens in commit_on_success example. …
- 08:52 Ticket #15702 (Drop 2.4 compatibility boilerplate code) created by
- Here's a patch that removes some 2.4 compatibility boiler plate code. …
- 07:18 DjangoJobs edited by
- Removed spam or non-job offer specific entries. (diff)
- 05:24 DjangoJobs edited by
- (diff)
03/26/2011:
- 19:40 Ticket #15701 (User._profile_cache cache collides when a model uses "profile" as ...) created by
- Consider the following models in accounts/models.py […] With a …
- 19:12 Ticket #15700 (Improve Internationalization docs) created by
- Hi, the documentacion at: …
- 17:41 Ticket #15699 (outdated documentation: demo template concerning login_required causes ...) closed by
- invalid: It's actually the other way around. The documentation you're looking …
- 17:06 Ticket #15699 (outdated documentation: demo template concerning login_required causes ...) created by
- In …
- 16:22 Ticket #15619 (Logout link should be protected) reopened by
- On the recommendation of Alex Gaynor, I'm reopening this ticket. The …
- 12:50 Ticket #15647 (in_bulk() should not type check its input) closed by
- fixed: In [15922]: […]
- 12:50 Changeset [15295a85]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 #15647 -- Changed in_bulk() not to type check its input, which …
- 12:45 Ticket #9158 (django-admin.py print help to stderr) closed by
- fixed: In [15921]: […]
- 12:45 Changeset [471c9aee]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 #9158 -- Changed django-admin.py help to be printed to stdout …
- 12:25 Ticket #15698 (Inconsistant handling of context_object_name in paginated ...) created by
- Without pagination, the MultipleObjectMixin uses a context_object_name …
- 11:24 Ticket #15690 (HttpRequest path should be in a stable order) closed by
- invalid: No - they should leave the query string in the same order as the …
- 10:50 ForumAppsComparison edited by
- (diff)
- 10:49 ForumAppsComparison edited by
- (diff)
- 10:43 Ticket #15697 (sqlindexes doesn't output index on manytomany tables although syncdb ...) created by
- Django 1.2.5, Ubuntu 10.10. With these simple models: […] …
- 09:07 Ticket #15696 (Add pre_insert signal to loaddata command) created by
-
Here's a patch that adds a
pre_insert
signal to theloaddata
… - 08:19 Changeset [258957f4]stable/1.3.x by
- [1.3.X] Bumped django_next_version so that "New in Django 1.3" links …
- 06:05 Ticket #15695 (Save ResolverMatch in HttpRequest) created by
- In order to simplify the implementation of navigation systems within …
- 05:15 Ticket #15694 (Overriding Django admin views and nested transactions) created by
- This problem is related to #2227, but has a potentially easier …
- 01:53 Ticket #15693 (Support broken for custom widgets in inlines Jquery based Add new ...) created by
- If one of the fields in an inline has a custom widget which uses …
03/25/2011:
- 23:33 Ticket #14710 (Form css classes for bound fields are not rendered {{ form.field_name }}) closed by
- wontfix: Replying to vizualbod: > The error styles need to be …
- 23:21 Ticket #15620 (ClerableFileInput should render initial value in a flexible way) closed by
- duplicate: Closing in favour of #15667 which is taking a holistic approach to …
- 22:54 Ticket #15687 ("may" missing in Multi DB docs) closed by
- fixed: In [15919]: […]
- 22:54 Changeset [5d854608]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 #15687 -- Fixed small typo in multidb docs. Thanks, jonash …
- 22:53 Ticket #15672 (wsgi handler bug in 1.3) closed by
- fixed: In [15918]: […]
- 22:53 Changeset [2f9658fc]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 -- Fixed bug in core/handlers/wsgi.py where we were …
- 22:30 Ticket #15635 (New-style raise in documentation) closed by
- fixed: In [15917]: […]
- 22:30 Changeset [3e18969b]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 #15635 -- Converted two legacy old-style raise statements. …
- 22:13 Ticket #15642 (Dead code in http.__init__.py) closed by
- fixed: In [15916]: […]
- 22:13 Changeset [8121aa60]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 #15642 -- Removed redundant imports in http/init.py. Thanks, …
- 21:37 Ticket #15676 (Directly return True for superuser permission list check) closed by
-
wontfix: My point was that you can override the
has_perm()
hook exactly to … - 21:31 Ticket #15680 (templatetags submodules no longer work) closed by
- wontfix: On a second thought, I'm not sure we should allow this. If your …
- 19:18 Ticket #15692 ("Referenced before assignment" in WSGIHandler) closed by
- duplicate: Duplicate of #15686 and #15672. Please search for an existing ticket …
- 19:11 Ticket #15692 ("Referenced before assignment" in WSGIHandler) created by
- This happens when WSGIHandler is not able to decode request data …
- 16:17 Ticket #15691 (TEST_DEPENDENCIES doesn't use TEST_NAME in circular dependency detection.) created by
- As far as I can tell, TEST_DEPENDENCIES checks for circular …
- 15:49 Ticket #15689 (test --failfast doesn't stop on errors in _pre_setup()) closed by
- worksforme: It does in my experience: […] (This is with roughly 1.3 level.)
- 15:49 Ticket #15690 (HttpRequest path should be in a stable order) created by
- If Request.get_full_path and friends returned querystring in a stable …
- 15:32 Ticket #15689 (test --failfast doesn't stop on errors in _pre_setup()) created by
- --failfast stops on the first failure, but doesn't stop on the first …
- 10:08 Changeset [5e0f5fb]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
- Commit hook test. git-svn-id: …
- 09:46 Ticket #15688 (unique_for_date validation doesn't run with admin readonly_fields) closed by
- duplicate: readonly fields are excluded, so I believe the problem here is the …
- 09:00 Ticket #15688 (unique_for_date validation doesn't run with admin readonly_fields) created by
- Model: […] Admin: […] With this, I'm able to create multiple …
- 07:24 Ticket #15676 (Directly return True for superuser permission list check) reopened by
-
The original
has_perms
too will returnTrue
for superusers as the … - 07:06 Ticket #15676 (Directly return True for superuser permission list check) closed by
- wontfix: Thank you for the suggestion, but the reason Django provides the …
- 06:18 DevelopersForHire edited by
- (diff)
- 05:50 Ticket #15687 ("may" missing in Multi DB docs) created by
- http://code.djangoproject.com/browser/django/trunk/docs/topics/db/multi …
- 04:36 Ticket #15659 (Contains lookups give wrong results on SQLite3 backend) reopened by
- 04:30 Ticket #15686 (Bug in core.handlers.wsgi.py, variable is used before assignment) closed by
- duplicate: Duplicate of #15672.
- 04:04 Ticket #15686 (Bug in core.handlers.wsgi.py, variable is used before assignment) created by
- "request" is indeed used before assignment near line 264: […] …
- 00:17 DevelopersForHire edited by
- (diff)
03/24/2011:
- 19:29 Ticket #13277 (HTTP 303 (See Other) Response) closed by
-
wontfix: As Gabriel explained, you can already make your own
HttpResponse
… - 19:19 Ticket #15685 (Server keeps displaying error after I enter reverse() in forms.py then ...) created by
- I have my app, textbook. In my forms.py when I change this line: …
- 18:52 Ticket #15684 (Template won't express a numpy matrix 'sum' attribute) closed by
- needsinfo: We really need more information to determine if this is a bug in …
- 18:44 Reports edited by
- (diff)
- 18:43 Reports edited by
- (diff)
- 18:41 Reports edited by
- (diff)
- 18:40 Reports edited by
- (diff)
- 18:38 Reports edited by
- (diff)
- 18:31 Reports edited by
- (diff)
- 18:19 Reports edited by
- (diff)
- 16:49 Ticket #14082 (modelform_factory should use the form's metaclass) reopened by
- I've looked into this issue and there actually is a problem here. …
- 16:44 Ticket #15684 (Template won't express a numpy matrix 'sum' attribute) created by
- Apollo13 did some digging and says: reason is that template.base …
- 15:40 Ticket #15683 (the force_escpe filter should not call mark_safe) created by
- in template.defaultfilters.force_escape you are explicitly calling …
- 15:39 Ticket #15682 (Postgresql last_insert_id() failing when using custom schemas) created by
- Define a table like this: […] And a model like this: […] In …
- 12:58 Ticket #15649 (Doc buliding fails with: DjangoHTMLTranslator instance has no ...) closed by
- invalid: Yes, with Sphinx 1.0.7 it works. i'll mark it as invalid.
- 12:58 Changeset [6a5548cf]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
- Corrected another part of the staticfiles docs which was missed in …
- 12:52 Ticket #15681 (Static files documentation error) closed by
- fixed: In [15913]: […]
- 12:52 Changeset [8ddf5ba]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 #15681 -- Fixed a documentation error regarding the default …
- 12:24 Ticket #15681 (Static files documentation error) created by
- in the static files docs there is the following line: […] (from …
- 11:57 Ticket #15680 (templatetags submodules no longer work) created by
- We're migrating from 1.1 to 1.3 - we have a directory […] This …
- 11:25 Ticket #15659 (Contains lookups give wrong results on SQLite3 backend) closed by
- needsinfo: That fix does not sound practical, as it simply turns case-sensitivity …
- 10:37 Ticket #15677 (Release tarball missing "backup~" test file) closed by
- invalid: The Django 1.3 tarball certainly contains that file. Running the …
- 10:34 Ticket #15679 (POST data handling bug) created by
- django.http.HttpRequest._load_post_and_files() has a bug, which was …
- 10:31 Reports edited by
- (diff)
- 10:23 Ticket #15678 (Different behaviour for DecimalField on MySQL and SQLite) created by
- Consider the following model: […] If you create or modify an …
- 09:44 Ticket #15677 (Release tarball missing "backup~" test file) created by
- The release tarball doesn't have the …
- 08:24 Ticket #15676 (Directly return True for superuser permission list check) created by
-
For super users the
has_perms
method in auth.User should … - 08:09 Ticket #15674 (Error using {% blocktrans %} with variable and {% plural %}) closed by
- invalid: The problem was in "fuzzy" flag inside .mo file.
- 08:00 Changeset [1dc5185]stable/1.2.x by
- [1.2.X] Ensure stdin is a tty before handing it to termios, so as to …
- 07:36 Changeset [3e7ce3c7]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
- Ensure stdin is a tty before handing it to termios, so as to prevent …
- 07:27 Ticket #15675 (Allow TestRunners to define their own command-line options) created by
- The point is to allow custom test runners do define and process their …
- 06:20 Ticket #15674 (Error using {% blocktrans %} with variable and {% plural %}) created by
- I need to print a value of one variable, and the translation depends …
- 05:02 Changeset [f3f1983]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
- Moved versionadded below heading for "Localized names of languages". …
- 04:40 Changeset [1339ef4]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
- Bumped django_next_version so that "New in Django 1.3" links appear …
Note: See TracTimeline
for information about the timeline view.