Timeline
01/14/2013:
- 22:47 Ticket #19184 (Remove EmptyQuerySet) closed by
- fixed: Committed in a2396a4c8f2ccd7f91adee6d8c2e9c31f13f0e3f but I didn't …
- 18:45 Ticket #19613 (Offline PDF version not available) created by
- When trying to download the PDF offline version of the doc's, I get …
- 18:19 Ticket #19612 (server tutorial) closed by
- wontfix: We like to keep the Django documentation as specific to Django as …
- 18:15 Ticket #19608 (Admin Actions example: "actions" variable appears incorrectly placed) closed by
- invalid: Notice that 'make_published' is in quotes. Defining things this way …
- 15:50 Ticket #16131 (When deleting a model instance, deletion signals for its relations are ...) closed by
- fixed: Resolved with c346d358fdca2e375a0840664165a51a47f4ae69
- 15:48 Changeset [c346d35]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 #642 from dcramer/patch-1 Send post_delete signals …
- 15:34 Changeset [a7ed09d1]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Improve test to ensure that post_delete was actually called
- 15:17 Changeset [abbb8888]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Move logic seperation as its not longer repetitive
- 15:15 Changeset [6045efa0]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Move signal disconnect into finally block
- 15:15 Changeset [d53e3b15]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add David Cramer to AUTHORS
- 15:15 Changeset [272de9eb]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Send post_delete signals immediately In a normal relational …
- 14:43 Ticket #19612 (server tutorial) created by
- we need a detailed setup / configuration to serve and monitor multiple …
- 12:21 Ticket #19611 (User Admin breaks on submit with form validation error) created by
- […] This happens when you click the Save button on the user edit …
- 11:39 Ticket #19607 (prefetch_related crash) closed by
- needsinfo: From a cursory look - the code for this has not changed between 1.4 …
- 11:04 Ticket #19610 (Include enctype in example forms) created by
- On this page: https://docs.djangoproject.com/en/dev/topics/forms/ It …
- 11:04 Ticket #19609 (admin Inlines doesn't display help_text for readonly fields) created by
- Admin inlines doesn't display help_text for readonly fields
- 09:40 Ticket #19608 (Admin Actions example: "actions" variable appears incorrectly placed) created by
- In the 1st example of this section: …
- 09:13 Ticket #19607 (prefetch_related crash) created by
- In file django/db/models/query.py line 1613, else statement sould not …
- 06:52 Changeset [9d4f906]stable/1.5.x by
- [1.5.x] Minor DEBUG setting reference formatting edit. …
- 06:50 Changeset [863e0ab5]stable/1.5.x by
- [1.5.x] Fixed code examples in which render() calls were missing …
- 04:22 GeoDjangoUbuntuInstall edited by
- Reverted to version 26 (remove spam). (diff)
- 04:20 AjaxDojoFormSub edited by
- Reverted to version 5 (remove spam). (diff)
- 04:20 PsycoMiddleware edited by
- Reverted to version 20 (remove spam). (diff)
- 04:19 Sprint14Sep edited by
- Reverted to version 275 (remove spam) (diff)
- 04:19 django_apache_and_mod_wsgi edited by
- Reverted to version 16 (remove spam). (diff)
- 04:19 DjangoResources edited by
- Reverted to version 364 (remove spam) (diff)
- 03:58 Ticket #19602 (Select_related filters objects with no related member) closed by
- worksforme: When a nullable foreign key is null, accessing the related object …
- 02:42 Ticket #19606 (Oracle unicode insert fails.) created by
- smart_str (which detection selects) does not work. using …
- 01:44 GeoDjangoUbuntuInstall edited by
- (diff)
- 01:36 AjaxDojoFormSub edited by
- (diff)
- 01:31 PsycoMiddleware edited by
- (diff)
- 01:29 Sprint14Sep edited by
- (diff)
- 01:24 django_apache_and_mod_wsgi edited by
- (diff)
- 01:23 django_apache_and_mod_wsgi edited by
- (diff)
- 01:20 DjangoResources edited by
- (diff)
01/13/2013:
- 14:12 Changeset [64f1a17]stable/1.5.x by
- [1.5.X] Added details on minified jQuery and DEBUG mode for …
- 14:11 Changeset [4720117a]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added details on minified jQuery and DEBUG mode for contrib.admin. …
- 12:37 Changeset [d828c5c3]stable/1.5.x by
- [1.5.x] Fixed typo in file storage docs. Thanks Jørgen Abrahamsen. …
- 12:36 Changeset [0ca2d1e2]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in file storage docs. Thanks Jørgen Abrahamsen.
- 04:44 Ticket #19605 (Unnecessary import in code examples from the docs) created by
- The next sample fragment has unnecessary imports of 'url' and …
- 01:08 Ticket #19603 (Custom User model called "User" causes errors) closed by
- invalid: Here is the typo causing your problem: …
01/12/2013:
- 20:47 Ticket #19604 (Bug in conditional decorator for sub-second time intervals) created by
- There is a flaw in the design of the conditional decorator, when using …
- 19:11 Ticket #19602 (Select_related filters objects with no related member) closed by
- worksforme: This is a concerning report, since it describes a backwards …
- 17:48 Ticket #14633 (Reorganize settings reference docs) closed by
- fixed: In ba50d3e05bc9a33aef495a5fbca239afe52237b3: […]
- 17:44 Changeset [ba50d3e0]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #14633 - Organized settings reference docs and added a topical …
- 16:03 Ticket #19601 (urlize method fails with ValueError on urls with "[" on python 2.7) closed by
- duplicate: Duplicate of #19070. Reopen if you can reproduce on Django 1.5.
- 14:47 Ticket #17574 (Cleanup in the introspection code) closed by
- fixed: In 0171ba65dbbff377282c03b86c83036168c84b22: […]
- 14:46 Changeset [0171ba65]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17574 -- Implemented missing get_key_columns in PostgreSQL backend
- 14:43 AdminNext edited by
- correct grappelli description (diff)
- 14:14 Changeset [223fc8e]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Return namedtuple from get_table_description We don't make use of it …
- 13:39 Ticket #19603 (Custom User model called "User" causes errors) created by
- I tried creating a custom User model called User subclassing …
- 11:47 Ticket #19602 (Select_related filters objects with no related member) created by
- In Django <=1.4 if you used select_related and the related object …
- 11:44 Ticket #19601 (urlize method fails with ValueError on urls with "[" on python 2.7) created by
- This issue has previously been reported when dealing with URLFields: …
- 11:11 Ticket #19600 (Class Based Views documentation methods: "request" should be "self") closed by
- invalid
- 10:54 Ticket #19600 (Class Based Views documentation methods: "request" should be "self") created by
- In: …
- 08:55 Ticket #19024 (FormWizard WizardView.get_form_prefix form argument is unused) closed by
- fixed: In 17f8496fea9b866769b2d2a04326acbe25e9256f: […]
- 08:55 Changeset [f16eb0b]stable/1.5.x by
- [1.5.x] Fixed #19024 -- Corrected form wizard docs for …
- 08:55 Changeset [17f8496]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19024 -- Corrected form wizard docs for get_form_prefix.
- 08:51 Changeset [fb130cb4]stable/1.5.x by
- [1.5.x] Fixed #18026 -- Don't return an anonymous dict if extra_data …
- 08:50 Ticket #18026 (can't update extra_data in process_step of form wizard) closed by
- fixed: In 97121cb96e2f9f02f977010b5549b88f1a73610b: […]
- 08:50 Changeset [97121cb9]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18026 -- Don't return an anonymous dict if extra_data in …
- 03:20 Ticket #19551 (Enable dynamic redirect after login, by setting LOGIN_REDIRECT_URL to ...) closed by
- duplicate: I think the way to go is to transform the auth views in class-based …
- 02:57 Ticket #19599 (incorrect instructions for configuration of Apache's WSGIPythonPath ...) closed by
- duplicate: Duplicate of #19042. For this sort of information, I'd suggest …
01/11/2013:
- 22:59 Changeset [a170c3f7]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed some now dead code from deletion (thanks to Carl Meyer for …
- 21:59 Ticket #19599 (incorrect instructions for configuration of Apache's WSGIPythonPath ...) created by
- The documentation for …
- 14:35 Ticket #19488 (Locale middleware with settings.APPEND_SLASH enabled is buggy (doesn't ...) closed by
- fixed: In bcdb4898cae2f24599b39845b8e4cd7edc202424: […]
- 14:35 Changeset [b3887ab9]stable/1.5.x by
- [1.5.x] Fixed #19488 -- Made i18n_patterns redirect work with …
- 14:27 Changeset [bcdb4898]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19488 -- Made i18n_patterns redirect work with non-slash-ending …
- 14:14 Changeset [1d03ff06]stable/1.5.x by
- [1.5.x] Fixed #19585 -- Fixed loading cookie value as a dict This …
- 14:14 Ticket #19585 (Unable to load cookie values as a dict) closed by
- fixed: In f08e739bc2ba5d3530a806378087227728369464: […]
- 14:09 Changeset [f08e739b]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19585 -- Fixed loading cookie value as a dict This regression …
- 13:53 Ticket #12817 (email validator is maybe too stingy (user@hostname fails)) closed by
- fixed: The fix for #4833 [4e2e8f39d19d79a59c2696b2c40cb619a54fa745] is …
- 13:46 Ticket #4833 (auth superuser setup rejects valid @localhost e-mail address) closed by
- fixed: In 4e2e8f39d19d79a59c2696b2c40cb619a54fa745: […]
- 13:45 Changeset [4e2e8f39]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #4833 -- Validate email addresses with localhost as domain
- 13:15 Changeset [1bbd36a3]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Minor DEBUG setting reference formatting edit.
- 12:52 Changeset [53621340]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed code examples in which render() calls were missing
request
… - 12:31 Changeset [f9a46d7b]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made dev server autoreloader ignore filenames reported as None. …
- 11:11 Ticket #19360 (annotate the sum of related TimeField) closed by
- fixed: In eb6c107624930c97390185fdbf7f887c50665808: […]
- 11:10 Changeset [eb6c1076]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19360 -- Raised an explicit exception for aggregates on …
- 10:53 Ticket #12914 (Use yaml faster C implementation when available) closed by
- fixed: In 2e55cf580e48b02165b7aafb0d9368c714742137: […]
- 10:52 Changeset [2e55cf58]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Adapted test assertion against yaml dump Fixes #12914 (again).
- 10:38 Ticket #19598 (Bug in inlines.js) created by
- I just noticed a small bug in inlines.js. In the part where the …
- 08:16 Ticket #19595 (The 'redirect' from django.shortcuts does not work in a view function ...) closed by
- invalid
- 07:31 Ticket #19591 (QuerySet silently allows querying with objects of wrong class) closed by
- duplicate: Duplicate of #16955
- 07:31 Ticket #19597 (jquery.js recommendations; minified jQuery not documented) created by
- The admin docs could be clearer about loading jquery.js. Also, …
- 07:10 Changeset [b86c3ddc]stable/1.5.x by
- [1.5.x] Fixed #19437 - Clarified pip install instructions in …
- 07:08 Ticket #19437 (improved documentation for django installation) closed by
- fixed: In 9f9a7f03d77e2b6002f841be42eccf8ff287f279: […]
- 06:26 Ticket #19596 (Django admin should use "_default_manager" not "objects" on csutom ...) created by
- My case: I created custom users model "MyUser" and set it as auth …
- 06:01 Changeset [9f9a7f03]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19437 - Clarified pip install instructions in contributing tutorial.
- 05:01 Ticket #10239 (Document modelform_factory) closed by
- fixed: In 71d76ec011b393990ba9f5fb63727dbe36c3c440: […]
- 05:01 Changeset [c94fcc4]stable/1.5.x by
- [1.5.x] Fixed #10239 - Added docs for modelform_factory Thanks …
- 05:00 Changeset [71d76ec0]stable/1.10.xstable/1.11.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10239 - Added docs for modelform_factory Thanks ingenieroariel …
- 03:33 Ticket #19569 (Add "widgets" argument to function's modelformset_factory inputs) closed by
- duplicate: Seems a duplicate of #17416.
- 00:42 Ticket #14879 (Aggregates (Min, Max) for CharField fails with Postgresql) closed by
- worksforme: I can't reproduce this on Django 1.5b2 and PostgreSQL 9.1.7. It …
- 00:33 Ticket #19583 (FloatFields won't accept locale separators) closed by
- wontfix: I confirmed what Anssi and Simon said. The model layer shouldn't know …
Note: See TracTimeline
for information about the timeline view.