Timeline
11/03/2012:
- 18:13 Ticket #19234 (can't adapt type error with models) closed by
- needsinfo: Words like "sometimes" aren't very helpful in a bug report. Django …
- 18:06 Ticket #6234 (Serialization with JSON and UTF-8, "ensure_ascii=False" invalid now?) closed by
- fixed: Fixed in master [4e8d9524c62d071718a85d1d55a18310be91b4f7] and in 1.5 …
- 17:56 Changeset [b61778dc]stable/1.5.x by
- [1.5.x] Fixed #6234 -- Removed obsolete note about json and …
- 17:53 Changeset [4e8d9524]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #6234 -- Removed obsolete note about json and ensure_ascii …
- 17:32 DevelopersForHire edited by
- (diff)
- 16:36 Ticket #19236 (M2M fields should type-check rather than just trying for a split() method) created by
- Original thread: …
- 16:28 Ticket #17944 (Unable to access to User record in the admin if the user has a ...) closed by
- fixed: In fact, already fixed in [703c266682be39f7153498ad0d8031231f12ee79].
- 16:17 Ticket #18963 (Pattern for object model compatibility isn't friendly for subclasses) closed by
- fixed: In fc10418fba4fb906e4265650b62c510d526d63f7: […]
- 16:08 Changeset [d7688a01]stable/1.5.x by
- [1.5.x] Fixed #18963 -- Used a subclass-friendly pattern for Python 2 …
- 16:07 Changeset [fc10418f]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18963 -- Used a subclass-friendly pattern for Python 2 object …
- 15:29 Ticket #15152 (Common middleware raises UnicodeDecodeError if receives non-ASCII ...) closed by
- fixed: In be6522561f01aa2a0b503fb35f35c9fd34c5110f: […]
- 15:28 Changeset [be65225]stable/1.5.x by
- [1.5.x] Fixed #15152 -- Avoided crash of CommonMiddleware on broken …
- 15:28 Changeset [973f539a]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15152 -- Avoided crash of CommonMiddleware on broken querystring
- 15:06 Changeset [90e53097]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18210 -- Escaped special characters in reverse prefixes. …
- 14:14 Ticket #19075 (Query parameters are not decoded properly) closed by
- fixed
- 14:13 Changeset [e51a9c0c]stable/1.5.x by
- [1.5.x] Prevented host resolution when running dev server Refs …
- 14:12 Changeset [3e98d98]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Prevented host resolution when running dev server Refs #19075, #2494. …
- 11:33 Ticket #19075 (Query parameters are not decoded properly) reopened by
- The fix here has re-introduced #2494. Trying to use the dev server on …
- 11:22 Ticket #19230 (No information how to raise a 403 exception in documentation) closed by
- fixed: Fixed in …
- 11:19 Changeset [4b2fb7ef]stable/1.5.x by
- [1.5.X] Fixed #19230 -- Extended the handler403 documentation. …
- 11:18 Changeset [0546794]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19230 -- Extended the handler403 documentation. Added a …
- 11:05 Ticket #19235 (Admin actions displayed as buttons instead of drop-down list) created by
- My suggestion is to show admin actions as buttons when the number of …
- 10:31 Ticket #19234 (can't adapt type error with models) created by
- Sometimes with Django you want to perform operations which need to …
- 10:11 Ticket #19233 (User model replacement example is missing clean()) closed by
- duplicate: Dup of #19161
- 10:05 Ticket #19233 (User model replacement example is missing clean()) created by
-
As stated in Ticket #19133
UserChangeForm
needsclean_password()
… - 09:10 Ticket #19023 (Bug tracker spam filter is broken.) closed by
- fixed: The problem is that code.djangoproject.com uses HTTPS, but reCaptcha …
- 08:56 Ticket #19230 (No information how to raise a 403 exception in documentation) created by
-
#9847 added a
handler403
function. But the documentation about … - 07:45 Ticket #9961 (select_related(depth=0) should be a no-op) closed by
-
wontfix: The
depth
parameter is now deprecated, see #16855. - 07:07 Ticket #19101 (Non ascii chars in form cause Internal Server Error) closed by
- fixed: In b99707bdedbcbf832bd88eaefd488c841110a222: […]
- 07:07 Changeset [b99707b]stable/1.5.x by
- [1.5.x] Fixed #19101 -- Decoding of non-ASCII POST data on Python 3. …
- 07:03 Changeset [095eca8]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19101 -- Decoding of non-ASCII POST data on Python 3. Thanks …
- 06:00 Ticket #17549 (Add link to open URL from URLField) closed by
- fixed: In ac2052ebc84c45709ab5f0f25e685bf656ce79bc: […]
- 05:59 Changeset [f12fa775]stable/1.5.x by
- [1.5.X] Fixed #17549 -- Added a clickable link for URLFields in admin …
- 05:57 Changeset [ac2052e]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17549 -- Added a clickable link for URLFields in admin change list.
- 04:25 Changeset [4a9b3826]stable/1.5.x by
- [1.5.X] Fixed #16841 - Documented a couple ModelAdmin methods * …
- 04:25 Ticket #16841 (get_changelist_form and get_changelist_formset should be added to the ...) closed by
- fixed: In 39f5bc7fc3a4bb43ed8a1358b17fe0521a1a63ac: […]
- 04:22 Changeset [39f5bc7f]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16841 - Documented a couple ModelAdmin methods * …
- 00:03 Changeset [0131da0]stable/1.5.x by
- [1.5.x] Deprecated depth kwarg on select_related. This is the start …
- 00:03 Changeset [965cc0b1]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Deprecated depth kwarg on select_related. This is the start of a …
11/02/2012:
- 18:18 Ticket #19218 (Can't use get_user_model() when connect to signal sender) reopened by
- My settings file is correct, the problem is that you can't call …
- 18:17 Changeset [7b57a72d]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #485 from asparagui/add_period Added missing …
- 17:32 Changeset [75fb8f4]stable/1.5.x by
- [1.5.X] Fixed #19120 - Added an example of using ModelAdmin methods …
- 17:32 Ticket #19120 (better document common behavior of readonly_fields and list_display) closed by
- fixed: In d1de7596b207b3a7dea8203334ef1739db3b1c94: […]
- 17:31 Changeset [d1de759]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19120 - Added an example of using ModelAdmin methods for …
- 17:20 Changeset [90af8634]stable/1.5.x by
- [1.5.X] Fixed #19167 - Added a warning regarding module-level database …
- 17:20 Ticket #19167 (When running tests, Django accesses the database referred to in settings) closed by
- fixed: In 07361d1fd6b4531e422e2593c91b47bc6bf88993: […]
- 17:19 Changeset [07361d1]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19167 - Added a warning regarding module-level database queries …
- 17:05 Changeset [a738d80d]stable/1.5.x by
- [1.5.X] Cleaned up contrib.admin install instructions. Thanks Cal …
- 17:04 Changeset [082fad0b]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Cleaned up contrib.admin install instructions. Thanks Cal Leeming for …
- 16:59 Changeset [ffc649df]stable/1.5.x by
- [1.5.X] Fixed #15361 - Documented performance considerations for …
- 16:59 Ticket #15361 (Document performance considerations when using Queryset.get()) closed by
- fixed: In feaf9f279a73d87549c17fc7fb36463f1c7367a1: […]
- 16:58 Changeset [feaf9f27]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15361 - Documented performance considerations for …
- 13:16 Ticket #19229 (Use thousands separator to ease the reading of numbers with many digits) created by
- […]
- 09:12 Ticket #19228 (changing primary key contents on ModelForm with sqlite results in noop) closed by
- invalid: Found it, some back-end code that I missed was modifying the database. …
- 08:29 Ticket #19228 (changing primary key contents on ModelForm with sqlite results in noop) created by
- Using Django 1.4.1, when I allow an edit of the column which happens …
- 07:57 Changeset [92fc263]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a regression in gis introduced by Query.select_fields removal
- 05:27 Ticket #19227 (Reorganize method flowchart for class based generic views to tree) created by
- It would be nice to have a tree that build up the flowchart.
- 04:52 Changeset [6b1f731]stable/1.5.x by
- [1.5.x] Documented minimal python 3.2 version. Backport of …
- 04:51 Changeset [0d8432d]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Documented minimal python 3.2 version.
- 03:31 Ticket #19225 (Typo in Documentation) closed by
- fixed: In f8c005b4ec618a40b5ccd573c246a0b6d2960844: […]
- 03:30 Changeset [f8c005b4]stable/1.4.x by
- Fixed #19225 -- Typo in shortcuts docs. Thanks SunPowered for the report.
- 03:30 Changeset [71dbc01a]stable/1.5.x by
- Fixed #19225 -- Typo in shortcuts docs. Thanks SunPowered for the report.
- 03:29 Changeset [f975c48]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19225 -- Typo in shortcuts docs. Thanks SunPowered for the report.
- 02:21 Ticket #19141 (Git tags for new versions) closed by
- fixed: James Bennett tagged those earlier today.
11/01/2012:
- 23:30 Ticket #19226 (Admin readonly fields ignore newlines) created by
- A TextField that is marked as readonly in the Admin will be displayed …
- 23:22 DjangoResources edited by
- (diff)
- 18:43 Ticket #19225 (Typo in Documentation) created by
- The documentation string for django.shortcuts in the module index …
- 17:55 Ticket #19218 (Can't use get_user_model() when connect to signal sender) closed by
- invalid: This suggests to me that you haven't put the 'base' app in your …
- 17:02 Changeset [c5d0f49d]stable/1.5.x by
- [1.5.X] Added WizardView.file_storage exception message and docs …
- 15:14 Changeset [af7ea808]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added WizardView.file_storage exception message and docs Thanks …
- 13:49 Changeset [a8c415f8]stable/1.5.x by
- [1.5.x] Fixed #16678 -- Wrote tests for contrib.redirects app Thanks …
- 13:48 Ticket #16678 (Write tests for django.contrib.redirects) closed by
- fixed: In d9213d09dbb28f687b53d051cddcae03337066c8: […]
- 13:47 Changeset [d9213d09]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16678 -- Wrote tests for contrib.redirects app Thanks Julien …
- 12:03 Ticket #15937 (Deprecate AUTH_PROFILE_MODULE and get_profile) closed by
-
fixed:
get_profile
andAUTH_PROFILE_MODULE
have been deprecated in … - 11:31 Ticket #9207 (Failing test code when using contenttypes app.) closed by
- fixed: I was not able to reproduce this issue. Hopefully this doesn't happen …
- 10:13 Ticket #19218 (Can't use get_user_model() when connect to signal sender) reopened by
- Now if i have a signal that register after i have defined a new …
- 07:51 Ticket #19179 (NamedUrlSessionWizard and NamedUrlCookieWizard undocumented) closed by
- fixed: In acab68d8a76c8021a9c7c467e83f5843fe5b2f6c: […]
- 07:50 Changeset [acab68d8]stable/1.5.x by
- [1.5.X] Fixed #19179 - Added mention of NamedUrlSessionWizard and …
- 05:58 Changeset [ede8a0be]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19179 - Added mention of NamedUrlSessionWizard and …
10/31/2012:
- 23:23 Ticket #2492 (Part II of the tutorial fails to load the admin site using SVN Rev. 3528) closed by
- worksforme: Replying to anonymous: > Working through the tutorial, am …
- 23:15 Ticket #2492 (Part II of the tutorial fails to load the admin site using SVN Rev. 3528) reopened by
- Working through the tutorial, am on: …
- 21:37 Ticket #19224 (Documentation version switcher obscures footer) created by
- There is a documentation switcher at the right bottom corner of every …
- 20:32 Ticket #19223 (Missing docs for mod_python install) closed by
- invalid: Thanks for the report, but this is not a bug. These docs were removed, …
- 20:21 Ticket #19223 (Missing docs for mod_python install) created by
- This page: …
- 19:02 Ticket #19216 (Use user level installation rather than system level in advanced tutorial) closed by
- fixed: In dd0d2c0be56a28f868d501b06975984c138f4830: […]
- 19:02 Changeset [958c1d1]stable/1.5.x by
- [1.5.X] Fixed #19216 - Switched to user level installation in apps …
- 18:56 Changeset [dd0d2c0]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19216 - Switched to user level installation in apps tutorial. …
- 18:13 Ticket #19222 (Clarify that custom managers don't apply to intermediate joins) created by
- I have a custom Manager to filter out model instances with where the …
- 17:50 Ticket #19221 (Check that cache keys are string) created by
- In current master cache keys can't be integers whilst they can in 1.4. …
- 15:40 Changeset [c4b71beb]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- minor fix (+'.' to end of line)
- 15:02 Ticket #17599 (Admindocs Example Misleading) closed by
- duplicate: Duplicate of ancient #5405.
- 13:56 Ticket #19219 (Admin Templatetag log.py - context[self.user] is not an object) closed by
- invalid: I assume the step to reproduce this is just going to the admin index, …
- 12:13 Ticket #19220 (Django admin form fields for a models.DecimalField with value 0 or 0.0 ...) created by
- We use django admin as a client-facing backend, so we need to make it …
- 10:52 Ticket #19219 (Admin Templatetag log.py - context[self.user] is not an object) created by
- I've recently upgraded to Django 1.4.2 and noticed that the Admin app …
- 08:58 Changeset [ba81164f]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Add
form
to formwizard context (includes tests) - 06:58 Ticket #19218 (Can't use get_user_model() when connect to signal sender) closed by
- invalid: Sorry, was a mistake i made…
- 06:14 Ticket #19218 (Can't use get_user_model() when connect to signal sender) created by
- I've tried doing this in django 1.5 alpha1: settings.py: […] …
- 06:01 Changeset [f1be2c7a]stable/1.5.x by
- Fixed #19070 -- urlize filter no longer raises exceptions on 2.7 …
- 05:59 Ticket #19070 (urlize template filter raises exception in some cases) closed by
- fixed: In 7f75460fd6befbef805fee3c91608efb0e9f444d: […]
- 05:58 Changeset [7f75460f]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19070 -- urlize filter no longer raises exceptions on 2.7 …
- 03:51 Ticket #17083 (sessions.backends.cache does not allow non-default cache to be configured) closed by
- fixed: In 146ed13a111c97c1c04902a6c0eda1e4ee6e604c: […]
- 03:51 Changeset [0dcaddb]stable/1.5.x by
- Fixed #17083 -- Allowed sessions to use non-default cache.
- 03:46 Changeset [146ed13]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17083 -- Allowed sessions to use non-default cache.
- 02:04 Ticket #19214 (AdminEmailHandler is synchronous.) closed by
- wontfix
- 01:45 Ticket #18748 (Remove dupe-avoidance logic from the ORM) closed by
- fixed: I managed to miss the "Fixed #18748" from the commit message... So, …
- 01:19 Changeset [6884713]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed dupe_avoidance from sql/query and sql/compiler.py The dupe …
- 00:54 Ticket #19217 (Make it Simple) closed by
- invalid: I'm sorry the docs didn't work out for you. We always welcome …
- 00:39 Changeset [9bf0eedb]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #481 from epicserve/testing_docs_update Added …
- 00:20 Ticket #19217 (Make it Simple) created by
- I know django has made things simple and I like the first tutorial …
Note: See TracTimeline
for information about the timeline view.