Timeline
05/16/2014:
- 21:47 Ticket #22644 (NamedUrlWizardView's done_step_name purpose unclear) created by
- The documentation for NamedUrlWizardView's "done_step_name" option is …
- 19:13 Ticket #22637 (Documentation not clear about the effects of max_length for IntegerField) closed by
- invalid: I don't think there's value in documenting parameters that don't …
- 17:42 Ticket #16245 (send_robust should include traceback in response when Exception occurs) closed by
- fixed: In ebb0279f4a7a7155c44c09506bbe5b1f9acc83a2: […]
- 17:41 Changeset [ebb0279]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16245 -- Included traceback in send_robust()'s response …
- 17:20 Changeset [0594d2d7]stable/1.7.x by
- [1.7.x] Added stub release notes for 1.6.6. Backport of 79e9da3d1e …
- 17:19 Changeset [ee075c4]stable/1.6.x by
- [1.6.x] Added stub release notes for 1.6.6. Backport of 79e9da3d1e …
- 17:19 Changeset [79e9da3d]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added stub release notes for 1.6.6.
- 17:16 Changeset [b7a67b78]stable/1.7.x by
- [1.7.x] Fixed storing of binary fields and unicode textfields for …
- 16:54 Ticket #22641 (Add interactive mode to startproject command) closed by
- duplicate: Duplicate of #21521
- 16:47 Ticket #22642 (On Django tutorial 5 'Poll' changes to 'Question') closed by
-
invalid: I think you are mixing versions of the tutorial.
Poll
was changed to … - 16:44 Changeset [8c5fbcf]stable/1.7.x by
- [1.7.x] Fixed case in form widgets docs Backport of 9494f29d from master
- 16:43 Ticket #22643 (CheckboxInput has wrong name in docs) closed by
- fixed: This was already fixed on master in [9494f29d]. I backported to 1.5.x …
- 16:43 Changeset [044a4fd]stable/1.5.x by
- [1.5.x] Fixed case in form widgets docs Backport of 9494f29d from master
- 16:43 Changeset [ba40d65]stable/1.6.x by
- [1.6.x] Fixed case in form widgets docs Backport of 9494f29d from master
- 16:14 Changeset [62de03ee]stable/1.7.x by
- [1.7.x] Optimized make_aware/naive by removing redundant checks. Refs …
- 16:12 Changeset [1109ebd7]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Optimized make_aware/naive by removing redundant checks. Refs #22625. …
- 15:54 Changeset [6f8301d6]stable/1.7.x by
- [1.7.x] Fixed #22625 -- Normalized make_aware/naive errors. Also …
- 15:54 Ticket #22625 (Installing pytz breaks code already using django's timezone module) closed by
- fixed: In fa89acf1d0a4adbf0802c1275494f5159a912c9e: […]
- 15:52 Changeset [fa89acf1]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22625 -- Normalized make_aware/naive errors. Also added tests …
- 15:39 Changeset [1efb2e7]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo.
- 15:00 Ticket #22643 (CheckboxInput has wrong name in docs) created by
- In the documentation on widgets, CheckBoxInput should be changed to …
- 14:45 Ticket #22642 (On Django tutorial 5 'Poll' changes to 'Question') created by
- About halfway down tutorial 5 the code starts using the word …
- 13:30 Ticket #16883 (Importing models.py from not-installed app prevents any other app with ...) closed by
- fixed: I believe this is solved by the app loading refactor in 1.7, or will …
- 12:28 Ticket #22501 (The testing client of LiveServerTestCase has the wrong server address) closed by
- invalid: Hi, this is actually a feature, to have reproducible tests wherever …
- 12:27 Ticket #22641 (Add interactive mode to startproject command) created by
- A few of us at DjangoCon EU 2014 have been discussing the idea of an …
- 12:08 Changeset [6bb6df2]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix storing of binary fields and unicode textfields for Oracle/Python3
- 11:59 Changeset [9d8c73f6]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21905 -- Add info message if DateField or TimeField use a fixed …
- 11:58 Ticket #15716 (The has_perm() method of authorization backends should be able to ...) closed by
- fixed: In 2e364a0aacb49a5160896b1ca5a2619baa3f4d9b: […]
- 11:57 Changeset [2e364a0a]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15716 - Authentication backends can short-circuit …
- 11:38 Changeset [75d2da79]stable/1.7.x by
- [1.7.x] Fixed #22266 - quote PK before redirecting away from add_view …
- 11:33 Ticket #22266 (CharField primary keys with underscores are (un)escaped differently in ...) closed by
- fixed: In ebd70d4d00c252d5122c13906da5bddc8de0bce5: […]
- 11:33 Ticket #20458 (Add a "My Tickets" report to the Django Trac) closed by
- fixed
- 11:33 Changeset [ebd70d4d]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22266 - quote PK before redirecting away from add_view …
- 11:30 Changeset [220c09e9]stable/1.5.x by
- [1.5.x] Fixed #22167 -- Improved documentation on context processors …
- 11:29 Changeset [20215f4c]stable/1.6.x by
- [1.6.x] Fixed #22167 -- Improved documentation on context processors …
- 11:27 Changeset [bd45139d]stable/1.7.x by
- [1.7.x] Fixed #22167 -- Improved documentation on context processors …
- 11:27 Ticket #22167 (docs about order of template context processors unclear) closed by
- fixed: In e7ffba8f78849fbf60b98fb8d67ef4577b585e3b: […]
- 11:26 Changeset [e7ffba8f]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22167 -- Improved documentation on context processors …
- 11:21 Ticket #22263 (KeyError: 'to' in MigrationAutodetector with uncommon rel.to setup ...) closed by
- invalid: This issue was django-taggit related and not a problem in Django …
- 11:14 Ticket #22640 (Can create model instance with conflicting args and kwargs value for ...) created by
- Discovered while working on #18586 To reproduce it, add the following …
- 11:09 Ticket #22639 (Fix inconsistency with imports in documentation) created by
- We've noticed that imports are not always included in code snippets …
- 11:08 Ticket #22014 (`prefetch_related` recursion protection does not cover all cases) closed by
- needsinfo: Hi, Correct me if I'm wrong, but from what I can tell, the test you …
- 10:52 Ticket #22638 (Form wizard may raise unreasonable exceptions in case of SECRET_KEY change) created by
- Our form wizard has two storage options: sessions and cookies, with …
- 10:22 Ticket #22623 (PermLookupDict behaves dangerously / inconsistently) closed by
- worksforme: I can't reproduce any of dangerous parts. The way I test: just adding …
- 10:21 Changeset [1a3371d]stable/1.6.x by
- [1.6.x] Fixed #22622 -- Added ugettext_lazy import in docs Backport …
- 10:20 Changeset [0504d19d]stable/1.7.x by
- [1.7.x] Fixed #22622 -- Added ugettext_lazy import in docs Backport …
- 10:20 Ticket #22622 (Add imports for ugettext_lazy in documentation) closed by
- fixed: In 7271f5db78f7c369f5dba1c0013b5eff584114df: […]
- 10:20 Changeset [7271f5db]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22622 -- Added ugettext_lazy import in docs
- 10:07 Reports edited by
- Added link for next release blockers; thanks markusm. (diff)
- 09:47 Ticket #18389 (Field type attributes not permitted on models) closed by
- fixed: In 1be03aff5c24e902b89503dda32891aa4881579e: […]
- 09:46 Ticket #13803 (Model attribute cannot be named pk and set primary_key=True) closed by
- fixed: Looks like this bug was fixed in ee9fcb1672ddf5910ed8c45c37a00f32ebbe2bb1
- 09:45 Ticket #22637 (Documentation not clear about the effects of max_length for IntegerField) created by
-
With a model like this:
[…]
makemigrations
creates: […] … - 09:40 Changeset [1be03aff]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18389 -- Fixed the way contribute_to_class is called Now this …
- 08:55 Ticket #14003 (Filtering on a relation whose model has a different PK type doesn't work) closed by
- fixed: Look's like this was fixed in 97774429aeb54df4c09895c07cd1b09e70201f7d
- 08:45 Changeset [ddd52b22]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed --skip-scripts from extras/Makefile. This is the default now, …
- 08:41 Changeset [2c176eb9]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refs #21798 - Modified error number to provide room for future expansion.
- 08:40 Changeset [50a289d0]stable/1.6.x by
- [1.6.x] Fixed #22579 -- Corrected validation for email to reject …
- 08:38 Ticket #22003 (LiveServerTestCase with ATOMIC_REQUESTS leaves Postgres connections ...) closed by
- worksforme
- 08:33 Ticket #22636 (NON_FIELD_ERRORS should be accessible via Form.errors.as_data() in a ...) closed by
- invalid: The behavior is intentional, and it should not be necessary to access …
- 08:31 Ticket #22531 (Q objects lack a useful repr) closed by
- fixed: In 393ddc10a78354b573b9e746247df013f7bd6151: […]
- 08:30 Changeset [393ddc1]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22531 -- Added tree.Node.repr and tests for the class. …
- 08:24 Changeset [fadc6cd1]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed an unused import
- 08:23 Ticket #22490 (get_object within a syndication Feed has no tests) closed by
- fixed: In 1ab278f39d9bec7d23adcd459c0028b176d073d4: […]
- 08:22 Changeset [1ab278f3]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22490 -- removed obsolete ComplexFeed class from …
- 08:19 Changeset [2a66d12]stable/1.7.x by
- [1.7.x] Fixed #22579 -- Corrected validation for email to reject …
- 08:16 Ticket #22579 (validate_email accepts trailing dash) closed by
- fixed: In 424fe76349a2e34eafef13c2450a7a1f4d3115a6: […]
- 08:13 Changeset [424fe763]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22579 -- Corrected validation for email to reject trailing …
- 07:49 Ticket #20798 (create_template_postgis should use -e shell parameter) closed by
- wontfix: Thanks for looking. Considering that this script is not used any more …
- 07:26 Ticket #22578 (Comments for translators do not appear if the translatable string is ...) closed by
- wontfix: looks like it's a gettext bug makemessages just calls xgettext - an …
- 06:57 Ticket #21926 (SuccessMessageMixin not working for DeleteView) closed by
- duplicate: Closing it as it is a duplicate of #21936
- 06:25 Ticket #22636 (NON_FIELD_ERRORS should be accessible via Form.errors.as_data() in a ...) created by
- A naive developer would try to access the non-field errors in a …
- 05:38 Changeset [d64f192d]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22628 -- Took initial forms into account when combining …
- 05:38 Ticket #22628 (min_num on formsets should not just be added to extra.) closed by
- fixed: In 79f15ab1ef964c0209c4484ccf62ba458fd582b3: […]
- 05:37 Changeset [79f15ab]stable/1.7.x by
- [1.7.x] Fixed #22628 -- Took initial forms into account when combining …
- 05:31 Ticket #20449 (New test runner test fails if run from a different directory) closed by
- fixed: Fixed in …
- 05:30 Changeset [4a981307]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2657 from nschlemm/20140516-test_testcase_ordering …
- 05:23 Ticket #22635 (Welcome page should be translatable) created by
- The Welcome page for a new project ("It worked!") should be …
- 05:17 Ticket #22634 (Making Session model and SessionStore classes more easily extendable) created by
- While developing a feature the involves adding an extra database field …
- 05:11 Changeset [d11e8362]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- cater for running tests from another directory than tests - applying …
- 05:11 Changeset [cebd875]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove old compatibility shims from d.c.gis.
- 05:09 Ticket #21634 (List of installed apps set to empty when ImproperlyConfigured ...) closed by
- fixed: In f5d4b45df106ad3d37783ef8ea424c030bb6b196: […]
- 05:08 Changeset [f5d4b45d]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21634 -- Prevented hiding ImproperlyConfigured when command not …
- 05:01 Ticket #21798 (Model validation should complain if both `add_now` and `auto_add_now` ...) closed by
- fixed: In cb15231888df2545356ad307eaea07f36aa0e8e0: […]
- 04:57 Changeset [cb152318]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21798 -- Added check for DateTime mutually exclusive options …
- 04:44 Ticket #22629 (.annotate with two foreign-key count attributes counts wrong on SQLite) closed by
- duplicate: This is a known (and rather big) deficiency in Django's ORM. Closing …
- 04:35 Changeset [4b49cbf]stable/1.6.x by
- [1.6.x] Fixed typo in multipartparser.py Backport of 8a9d54aa69 from …
- 04:35 Changeset [6f0dcec]stable/1.7.x by
- [1.7.x] Fixed typo in multipartparser.py Backport of 8a9d54aa69 from …
- 04:34 Changeset [8a9d54aa]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in multipartparser.py
- 04:26 Ticket #22633 (LANGUAGE_CODE should be automatically set based on system locale) created by
- Many other frameworks (like Wordpress) make a good job of using the …
- 04:21 Changeset [257fd480]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Simplified an unnecessarily complex paragraph in view docs
- 04:19 Ticket #22621 (Return JSON response in default error handlers for ajax requests) closed by
- wontfix: We might be talking about the two different mutually exclusive 500 …
- 04:11 Ticket #11605 (manage.py syncdb breaks for some proxy models) closed by
- worksforme
- 03:32 Ticket #22631 (makemessages problem due to bad encoding in migration file) closed by
- fixed: Thanks for the report, but I fixed that yesterday: …
- 03:28 Ticket #22630 (models.EmailField allows a dict to be saved without raising an error ...) closed by
- needsinfo: Hi, I can't seem to be able to reproduce your issue. Here's the code …
- 03:06 Ticket #22632 (Spatial backend tests uses hardcoded set of backends) created by
- In django.contrib.gis.tests.utils is hardcoded parts that spatial …
05/15/2014:
- 22:55 Ticket #22631 (makemessages problem due to bad encoding in migration file) created by
- Basically, when i run the command "django-admin.py makemessages -l …
- 17:41 Ticket #22630 (models.EmailField allows a dict to be saved without raising an error ...) created by
- We've been using the EmailField and recently found a bug where invalid …
- 13:01 Changeset [e8a74369]stable/1.7.x by
- [1.7.x] Harmonized some PEP 0263 coding preambles Backport of …
- 12:58 Changeset [e520a73e]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Harmonized some PEP 0263 coding preambles
- 09:46 DjangoJobs edited by
- (diff)
- 07:12 Ticket #20897 (Asymmetrical cursor creation in django.db.backeds.BaseDatabaseWrapper) closed by
- fixed: In 27aa85246a218b0999c7c9d227eed2afb08ed510: […]
- 06:55 Changeset [27aa852]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20897 -- Added make_cursor() for consistent cursor creation In …
- 06:25 Changeset [4ef10f2]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17642 -- Added min_num support to modelformsets, inlines, and …
- 06:17 Changeset [d39fcff]stable/1.4.x by
- [1.4.x] Minor edits to latest release notes. Backport of …
- 06:17 Changeset [5c65aa92]stable/1.5.x by
- [1.5.x] Minor edits to latest release notes. Backport of …
- 06:17 Changeset [d41a0010]stable/1.6.x by
- [1.6.x] Minor edits to latest release notes. Backport of 860d31ac7a …
- 06:16 Changeset [c5185172]stable/1.7.x by
- [1.7.x] Minor edits to latest release notes. Backport of 860d31ac7a …
- 06:16 Changeset [860d31a]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Minor edits to latest release notes.
- 06:03 Ticket #17642 (min_num on admin inline formsets) closed by
- fixed: In 2914f66983a92fcae55673c517dd8d01e8c238c4: […]
- 06:02 Changeset [2914f669]stable/1.7.x by
- [1.7.x] Fixed #17642 -- Added min_num support to modelformsets, …
- 05:36 Changeset [93d5b0d]stable/1.7.x by
- [1.7.x] typo: urlaprse -> urlparse Backport of 8a2f04db91 from master
- 05:15 Ticket #22629 (.annotate with two foreign-key count attributes counts wrong on SQLite) created by
- When using .annote on a model with two foreign-key relations and …
- 04:52 Changeset [d1860a3]stable/1.7.x by
- [1.7.x] Fixed typo that disabled code example highlighting Backport …
05/14/2014:
- 19:09 Changeset [597ab3ce]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2654 from merwok/patch-1 Fix typo that disabled …
- 17:34 Changeset [5ab95168]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix typo that disabled code example highlighting
- 14:03 Changeset [b90c112c]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2653 from collinanderson/patch-1 typo: urlaprse …
- 14:00 Changeset [8a2f04db]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- typo: urlaprse -> urlparse
- 11:59 Changeset [d4069a0a]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added release notes for 1.4.13, 1.5.8, 1.6.5.
- 11:52 Changeset [9f5adf8d]stable/1.7.x by
- --skip-scripts is no longer a thing. See …
- 11:45 Changeset [95cf1724]stable/1.7.x1.7b4 by
- Bumped version number for release.
- 11:42 Changeset [77f0327]stable/1.7.x by
- Added release notes for 1.4.13, 1.5.8, 1.6.5.
- 11:42 Changeset [9dc7f69a]stable/1.6.x by
- Updated version numbers post-release.
- 11:37 Changeset [b5bacde]stable/1.6.x1.6.5 by
- Updated version numbers for release.
- 11:36 Changeset [b053eb92]stable/1.6.x by
- Added release notes for 1.4.13, 1.5.8, 1.6.5.
- 11:31 Changeset [47525808]stable/1.5.x by
- Bumped version number post release.
- 11:27 Changeset [4e922f6]stable/1.5.x1.5.8 by
- Bumped version numbers for release.
- 11:26 Changeset [ffcb009]stable/1.5.x by
- Added release notes for 1.4.13, 1.5.8.
- 11:24 Changeset [37d6821d]stable/1.4.x by
- Bumped version numbers post-release.
- 11:09 Changeset [53b98b5a]stable/1.4.x1.4.13 by
- Bumped version numbers for release.
- 11:07 Changeset [fe5b3e3]stable/1.4.x by
- Added release notes for 1.4.13.
- 11:02 Ticket #22628 (min_num on formsets should not just be added to extra.) created by
- The current implementation is slightly broken. I would set min_num=3 …
- 03:19 Changeset [255449c1]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added additional checks in is_safe_url to account for flexible …
- 03:19 Changeset [3800f63]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Dropped fix_IE_for_vary/attach. This is a security fix. Disclosure …
- 03:18 Changeset [e7b0cace]stable/1.7.x by
- [1.7.x] Added additional checks in is_safe_url to account for flexible …
- 03:18 Changeset [7fef18ba]stable/1.7.x by
- [1.7.x] Dropped fix_IE_for_vary/attach. This is a security fix. …
- 03:15 Changeset [60110752]stable/1.6.x by
- [1.6.x] Added additional checks in is_safe_url to account for flexible …
- 03:15 Changeset [1abcf3a]stable/1.6.x by
- [1.6.x] Dropped fix_IE_for_vary/attach. This is a security fix. …
05/13/2014:
- 19:55 Changeset [e05a622]stable/1.6.x by
- [1.6.x] Removed an unnecessary anchor in the docs. Backport of …
- 19:55 Changeset [50f228a]stable/1.7.x by
- [1.7.x] Removed an unnecessary anchor in the docs. Backport of …
- 19:54 Changeset [a06808d3]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed an unnecessary anchor in the docs.
- 17:32 Ticket #22627 (Error when adding a new user through the admin and using custom user model.) closed by
- wontfix: This is a duplicate of #20086 and #21407, which were closed as …
- 15:38 Ticket #22627 (Error when adding a new user through the admin and using custom user model.) created by
- I see a programming error when adding a user through the admin and …
- 12:42 Ticket #22626 (SQLite's DatabaseSchemaEditor.quote_value trips on buffer and ...) created by
- Since e9a456d11b5b63389b466ed435ef3915f0e79e4c default values for …
- 12:39 Ticket #22625 (Installing pytz breaks code already using django's timezone module) created by
- pytz is an optional module for Django, used in django.utils.timezone …
- 10:31 Ticket #22624 (readonly form widget modified by new Firefox number input) closed by
- invalid
- 09:37 Ticket #22624 (readonly form widget modified by new Firefox number input) created by
- In Firefox v.29.1, the input for type=number has up/down arrows that …
- 08:17 Changeset [fb9edfa]stable/1.7.x by
- [1.7.x] Fixed spelling mistake and added a word to the word list. …
- 08:17 Changeset [1165e99]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed spelling mistake and added a word to the word list.
- 08:13 Ticket #22533 (Allow overriding `label_suffix` on a per-field basis) closed by
- fixed: In 5eb81ce44532596ecc1c781d93f3421a467a6206: […]
- 08:09 Changeset [5eb81ce]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22533 -- Added label_suffix parameter to form fields. Fields …
- 07:52 Ticket #22623 (PermLookupDict behaves dangerously / inconsistently) created by
- While checking permissions within a template, I noticed that a typo of …
- 07:39 Ticket #22609 (Allow specifying the form field when instantiating a model field) closed by
- wontfix: I don't think the idea of specifying a form field on the model is …
- 07:03 Ticket #22620 ("Multiple databases" chapter of docs says 'default':{} can start ...) closed by
- invalid: Thanks for the suggestions. I don't really see any issues with the …
- 06:34 Ticket #22622 (Add imports for ugettext_lazy in documentation) created by
- It shouldn't say: […] it should say: […] (in other words, it …
- 06:34 Ticket #22616 (CommandError exception no prints message - instead always is ...) closed by
- worksforme
- 06:28 Changeset [bff0eb3b]stable/1.6.x by
- [1.6.x] Fixed typo in transactions.txt Backport of f2a8e47cfd from master
- 06:28 Changeset [81aeffcc]stable/1.7.x by
- [1.7.x] Fixed typo in transactions.txt Backport of f2a8e47cfd from master
- 06:27 Changeset [f2a8e47c]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in transactions.txt
- 06:24 Changeset [57296b41]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed some references to django.contrib.comments which has been removed.
- 06:05 Ticket #22618 (Documentation about import_string unclear) closed by
- fixed: In c501662f3c3f03876effcf3ede94922c0cec43bd: […]
- 06:05 Changeset [0bb90de]stable/1.7.x by
- [1.7.x] Fixed #22618 -- Improved import_string example. Thanks …
- 06:04 Changeset [c501662f]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22618 -- Improved import_string example. Thanks ewjoachim for …
- 04:24 DevelopersForHire edited by
- (diff)
- 02:32 Ticket #22621 (Return JSON response in default error handlers for ajax requests) created by
-
Default error handlers in
django.views.defaults
always return …
Note: See TracTimeline
for information about the timeline view.