Timeline
03/15/2014:
- 21:47 Ticket #22276 (BaseFormSet.is_valid() produces ValidationError when there is no ...) closed by
- invalid
- 21:15 Ticket #22276 (BaseFormSet.is_valid() produces ValidationError when there is no ...) created by
- I was torn between reporting this as a bug or a feature request, but …
- 16:45 Ticket #22275 (unique_together with foreign keys fails migration) created by
-
When
unique_together
includes foreign keys, sometimes those … - 13:23 Ticket #22274 (better tutorial for geodjango) created by
- Hi, I like geodjango and have some basic knowledge of GIS and django. …
- 07:49 Changeset [834d78ff]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Remove u prefixes, skip test unless spatial db. Refs #22001, …
- 06:35 Ticket #22184 (template_tests relies on leaking state) closed by
- fixed: In 659b5678fcb89417ce1967bc590fdd693f906e69: […]
- 06:34 Changeset [659b567]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22184 -- Allowed template_tests.tests to be run isolated
03/14/2014:
- 20:27 Ticket #21989 (AU locale has incorrect Day Of Week) closed by
- fixed: In bb2c58c70133b3a03437e7d45510b062cb31b36c: […]
- 20:26 Changeset [bb2c58c7]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2430 from NathanRSmith/ticket_21989 Fixed #21989 …
- 20:21 Ticket #22271 (Providing initial SQL data) closed by
- wontfix: Well, strictly, I don't think there's anything that would stop you …
- 17:42 DevelopersForHire edited by
- (diff)
- 17:35 Ticket #22001 (GeoDjango (contrib.gis) does not create geometry columns in 1.7a2) closed by
- fixed: In d22b291890c1736a40c0ad97448c7318df2eebb2: […]
- 17:32 Changeset [d22b2918]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22001 -- Ensure db_type is respected. db_parameters should …
- 13:00 Changeset [cfbc887b]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Changed start of week for Australia to Sunday as requested in …
- 12:26 Ticket #22272 (model.DecimalField with decimal_places=0) closed by
- fixed: In 37f7f233f5f30c28ea60a7fbc272ffd296e2dbe1: […]
- 11:38 Ticket #22273 (No documentation for 1.0 or 1.1) created by
- The website gives the option to search for documentation on all the …
- 11:21 Changeset [37f7f233]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22272 -- Fixed regression in DecimalField when using …
- 09:20 Ticket #6103 (tests/model_forms/tests.py could use some rewriting) closed by
- fixed: In 72cfbdc10ab53ee9a3a9f253f38e9919728c0813: […]
- 09:18 Changeset [666a2ad]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merged model_forms_regress with model_forms tests
- 08:59 Ticket #22272 (model.DecimalField with decimal_places=0) created by
- Currently I can't create DecimalField with decimal_places=0 on …
- 03:44 Changeset [72cfbdc]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #6103 -- Splitted tests in model_forms tests
- 02:42 Ticket #22271 (Providing initial SQL data) created by
- https://docs.djangoproject.com/en/1.6/howto/initial-data/#providing-ini …
03/13/2014:
- 20:08 Ticket #22270 (Explain permissions on proxy models) created by
- The section on Proxy models does not say anything about how system …
- 16:48 Ticket #22260 (Custom model field: field.db_type not called for (initial) migration / ...) closed by
- duplicate: The fix for this is now in the pull request for #22001.
- 10:59 Changeset [1a2939bc]stable/1.6.x by
- [1.6.x] Fixed #22245 -- Avoided widget overwrite in forms.IntegerField …
- 10:59 Ticket #22245 (Widget on DecimalField subclass ignored) closed by
- fixed: In 5a976b4bec79cdb6b75581be6478356fb13fda77: […]
- 10:58 Changeset [5a976b4]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22245 -- Avoided widget overwrite in forms.IntegerField …
- 10:15 Ticket #21693 (detaultfilter wordcap converts a string into titlecase but respect the ...) closed by
- wontfix
- 08:15 Changeset [b86ff4ee]stable/1.5.x by
- [1.5.x] Fixed #22262 -- Added the correct line in the last example of …
- 08:14 Changeset [141bb90b]stable/1.6.x by
- [1.6.x] Fixed #22262 -- Added the correct line in the last example of …
- 08:14 Ticket #22262 (Error in Translation Comments Documentation for Templates) closed by
- fixed: In 958b511a80c01ac010561c8fefe4548203700fa3: […]
- 08:13 Changeset [958b511a]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22262 -- Added the correct line in the last example of …
- 06:18 Ticket #22268 (Document values_list() behavior for ManyToManyField) created by
-
Suppose you have a
schools
app, with these model definitions: … - 05:26 Ticket #22267 (django.utils.html.smart_urlquote() is incorrectly unquoting the url) created by
- When we give django.utils.html.smart_urlquote() an url with an already …
- 04:28 Ticket #21721 (Python 3.4 support) closed by
- fixed: I can confirm that in python3.4 rc3 there are no test failures. There …
- 04:04 Changeset [c8823cf4]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a grammar error in topics/i18n/translation. Hooks are quantum; …
- 04:03 Changeset [5c5b266b]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Simplified implementation of collectstatic command. Since …
- 04:03 Changeset [61917aa0]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21840 -- Moved dunder methods from SimpleLazyObject to …
- 02:21 Ticket #22266 (CharField primary keys with underscores are (un)escaped differently in ...) created by
- Migrated from here: …
- 01:23 Ticket #22265 (Assurance of consistent behavior of migrations) created by
- > Migrations will run the same way every time and produce consistent …
- 00:32 Ticket #22264 (warning while installing ypython27_django-1.2.7) closed by
- invalid: "ypython27_django-1.2.7" isn't an official Django download; I'm …
03/12/2014:
- 23:56 Ticket #22264 (warning while installing ypython27_django-1.2.7) created by
- the warning that I received is as follows: t: WARNING: File …
- 21:29 Ticket #22263 (KeyError: 'to' in MigrationAutodetector with uncommon rel.to setup ...) created by
- I am getting a KeyError exception, when running manage.py migrate a …
- 20:33 Ticket #22262 (Error in Translation Comments Documentation for Templates) created by
- I think the final example below (at the very bottom of this ticket) is …
- 17:28 Changeset [4b4c704]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Skip test for saving microseconds on backends which do not support it.
- 16:57 Ticket #20292 (Django 1.5.1: ORA-01843: not a valid month) closed by
- fixed: In 6983201cfb172c2895ed6eea1e0f0eb3804d4c00: […]
- 16:43 Changeset [6983201c]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20292: Pass datetime objects (not formatted dates) as params to …
- 15:27 Ticket #22261 (reverse() and get_absolute_url() may return different values for same ...) created by
-
The FlatPage model implements
get_absolute_url()
without using … - 14:41 Ticket #22260 (Custom model field: field.db_type not called for (initial) migration / ...) created by
- While trying to use the …
- 14:11 Ticket #22259 (Per row result for dumpdata) created by
- In response of ticket #22251, I'm opening this as a separate issue …
- 14:00 Ticket #22258 (Show progress during dumpdata) created by
- In response of ticket #22251, I'm opening this as a separate issue …
- 13:51 Ticket #22257 (Write to specified file for dumpdata) created by
- In response of ticket #22251, I'm opening this as a separate issue …
- 13:34 Changeset [fc79c3f]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Flake8 corrections
- 13:17 Changeset [d181384e]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed test failure on Oracle: …
- 11:02 Ticket #22256 (Crash in find_program when PATH isn't defined) created by
- In django/core/management/utils.py, the line that determines entries …
- 10:47 Ticket #22125 (Unnecessary creation of index for ManyToManyField) closed by
- needsinfo: The question of whether an index for the first column of a unique …
- 10:31 Ticket #22255 (RegexValidator needs support for flags passed to `re.compile` ...) created by
-
When using a RegexValidator with a compiled pattern,
makemigration
… - 09:54 Ticket #22254 (Testing documentation doesn't make it clear that django.setup() needs ...) created by
- https://docs.djangoproject.com/en/dev/topics/testing/advanced/#running- …
- 09:39 Ticket #21734 (admin's delete_selected action doesn't catch ProtectedError) closed by
- needsinfo: Closing as needsinfo absent additional details from the reporter.
- 07:32 Ticket #22253 (Add django-i18n to the mailing lists documentation) created by
- The page for Django's official mailing lists …
- 06:06 Ticket #22252 (ConnectionResetError: [WinError 10054] in LiveServerTestCase with ...) created by
- When using LiveServerTestCase to run selenium tests, on Windows, a …
- 02:16 Ticket #22240 (Hack and Learn) closed by
- needsinfo
Note: See TracTimeline
for information about the timeline view.