Timeline
02/25/2009:
- 23:13 Ticket #9151 (Admin "Recent Actions" should differentiate between Sites) closed by
- wontfix: There's nothing special about the site model that'd warrant special …
- 22:16 Ticket #9133 (Add LockException to locks for completeness) closed by
-
wontfix:
django.core.files.locks
only exists for internal use, which means … - 22:06 Ticket #9063 (Feature request: Advanced search in Admin) closed by
-
wontfix: I'm not sure what this is about;
search_fields
already lets you … - 22:02 Ticket #9028 (Testing, allow test output to redirected to a different output stream ...) closed by
- wontfix: I don't see the point in cluttering the settings namespace with stuff …
- 21:11 Ticket #10360 (allow customized forbidden message when using exceptions) created by
- When using "raise PermissionDenied" it would be convenient to provide …
- 20:24 Ticket #9006 (QuerySet indexing by __getitem__ gets wrong answer in edge cases) closed by
- wontfix: First, please don't reopen tickets closed by a committer. The correct …
- 19:20 DevelopersForHire edited by
- (diff)
- 17:56 Ticket #10290 (grouping with extra_selects produces invalid sql) closed by
- fixed: Fixed in [9905].
- 17:56 Changeset [8ffe898]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10290: do not use aliases when adding extra_selects to the …
- 17:25 Ticket #9868 (Test client login return values should be improved) closed by
- wontfix: I think that changing login() to raise an exception instead of …
- 17:22 Ticket #10359 (Feed class reference contains false info) created by
- http://docs.djangoproject.com/en/dev/ref/contrib/syndication/#feed-clas …
- 17:21 Ticket #9006 (QuerySet indexing by __getitem__ gets wrong answer in edge cases) reopened by
- Hold on a minute. This is more than just a user error problem; this …
- 17:04 Ticket #9006 (QuerySet indexing by __getitem__ gets wrong answer in edge cases) closed by
-
invalid: Yeah, the problem here is that you don't have an
ORDER BY
SQL clause … - 16:56 Ticket #8993 (Rendering formsets as tables with a row per form) closed by
-
wontfix: I don't think we need to proliferate
as_*
methods; that's what … - 16:52 Ticket #8953 (Timezone support at the model level) closed by
- duplicate: This is a duplicate of #2626.
- 16:51 Ticket #8951 (Better support for writing more complex template tags) closed by
- invalid: Without a specific suggestion it's hard to know what to do here. …
- 16:48 Ticket #8945 (Better links from the Django docs to community tutorials) closed by
- invalid: This is an ongoing thing so it's hard to know at what point its fixed …
- 16:48 Version1.1Features edited by
- (diff)
- 16:44 Ticket #8944 (Documentation should go further than just your first application) closed by
- invalid
- 16:42 Ticket #8943 (Discuss starting to phase out support for Python 2.3) closed by
- fixed: We've discussed this on django-dev; 1.1 will be the last version to …
- 16:41 Ticket #8941 (Shared identity across all of the different Django community sites) closed by
- invalid: This isn't really a ticket with Django per se, and now that Eric's …
- 16:39 Ticket #8938 (A nice API for multi-db support) closed by
- invalid: This ticket's vague, and this is a big feature we're not likely to …
- 16:37 Ticket #8908 (ModelForms check constraints that they should not.) closed by
- fixed: This appears to have been fixed by Karen at some point since this was …
- 16:26 Ticket #8888 (fields_for_model() should produce fields in the same order as in ...) closed by
- duplicate: Marking as a dupe of #8164.
- 16:12 Ticket #8853 (admindoc :template: role should not append .html) reopened by
- Oops, didn't mean to fix.
- 16:12 Ticket #8853 (admindoc :template: role should not append .html) closed by
- fixed
- 15:43 Ticket #8850 (syndication framework includes an extra newline using default templates) closed by
- wontfix: Yeah, I think it's a non-issue.
- 15:36 Ticket #8792 (Django's unit test system wipes out "custom sql" data before ...) closed by
- invalid: In 1.1 unit tests no longer flush, but instead use a transaction. So …
- 15:33 Ticket #8761 (Permissions bug in Admin area) closed by
- wontfix: Without any sort of row-level permissions -- which, at the moment, is …
- 15:25 Ticket #8742 (Windows support of FastCGI feature) closed by
- invalid
- 15:20 Ticket #8720 (MultipleHiddenInput doesn't give list of elements in clean method) closed by
- invalid: Yeah, you can't just arbitrarily use any widget with any field and …
- 14:59 Ticket #8686 (Example of permissions to edit/delete a particular object) closed by
- invalid: I'm not at all clear what's being requested here.
- 14:58 Ticket #8681 (Uncaught exception in django/db/models/base.py: UnboundLocalError) closed by
- invalid
- 14:45 Ticket #8508 (Design philosophies should become more visible in new docs site) closed by
- wontfix: For most people it's a pretty uninteresting document; it's mostly …
- 14:44 Ticket #8489 (ImportError from missing _md5 gets swallowed) closed by
- wontfix: This should be considered a MacPorts bug: hashlib is part of the …
- 14:34 Ticket #8391 (slugify template filter poorly encodes non-English strings) closed by
- wontfix: Please don't reopen tickets closed by a committer. The correct way to …
- 14:06 Ticket #8319 (limit_choices_to does not limit choices on inlined fields with ...) closed by
- wontfix: Please don't reopen tickets closed by a committer. The correct way to …
- 13:58 Ticket #903 (change login_required) closed by
- fixed: Please don't reopen tickets closed by a committer. The correct way to …
- 13:47 Ticket #10354 (encoding.force_unicode exception unclear/vague, update to clarify exception) closed by
- wontfix: The problem with this technique is that it overrides the original …
- 13:03 Ticket #7894 (Support handler optimisations for file downloads) closed by
-
duplicate: Yeah, the
HttpResponseSendFile
option from #2131 is a better approach. - 11:52 Ticket #10358 (manage.py sqlall is not truncating long table names for ManyToManyField) created by
- If you have a ManyToManyField in your model, and it is comprised of …
- 09:24 DjangoResources edited by
- (diff)
- 09:04 Ticket #10357 ("manage.py dbshell" broken for MySQL on Windows) created by
- If you run "manage.py dbshell" on Windows when DATABASE_ENGINE is set …
- 06:55 Ticket #10356 (proxy models: subclass a model without creating a new table) created by
- Following a discussion with Malcolm on django-users, I've implemented …
- 06:49 AppEngine edited by
- extended summary (diff)
- 06:47 AppEngine edited by
- (diff)
- 06:45 AppEngine edited by
- added summary (diff)
- 06:33 AppEngine edited by
- clarified batch operations (diff)
- 06:19 AppEngine edited by
- (diff)
- 06:01 Ticket #10355 (add support for email backends) created by
- In order to make Django more independent of the hosting platform (e.g. …
- 03:25 Ticket #10354 (encoding.force_unicode exception unclear/vague, update to clarify exception) created by
- I just spent over an hour tracking down a bug in my code. It was a …
- 02:25 Ticket #10353 (prompt the correct date/time format in the error message) created by
- prompt the correct date/time format in the error message in case the …
02/24/2009:
- 21:48 Ticket #10352 (Query.as_sql() breaks annotations) created by
- Calling as_sql() on a query with annotations breaks the query later. …
- 21:32 DevelopersForHire edited by
- add genericconsulting.ca to canadian django developers (diff)
- 19:02 Ticket #1208 (db_table with schema name does not work on PostgreSQL) closed by
- duplicate: Agreed. Dupe of #6148.
- 17:32 Ticket #1208 (db_table with schema name does not work on PostgreSQL) reopened by
- 1051 et seq don't quite address this concern. They only want to let …
- 16:51 Ticket #10344 (Typo on http://docs.djangoproject.com/en/dev/topics/db/aggregation) closed by
- fixed: (In [9904]) Fixed #10344 -- Corrected some typos in the aggregation …
- 16:51 Changeset [86a048b]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10344 -- Corrected some typos in the aggregation docs. Thanks …
- 16:16 Ticket #10351 (Omision from the documentation for Model Instances page) created by
- I discovered a surprising omission from the docs today: …
- 16:02 Ticket #10350 (Model with one field and field is unique -> field data become pk) created by
- […] It appears the email field is automatically being used as the …
- 15:43 Ticket #10150 (Make model_to_dict use SortedDict) closed by
- invalid: After a discussion on the django-dev IRC channel, this isn't the …
- 14:13 DevelopersForHire edited by
- e-mail change (diff)
- 12:45 Ticket #10349 (ManyToMany field does not take dynamic initial values into account) created by
- For dbfields it is possible to provide the initial value in form of a …
- 12:21 Ticket #10346 (Field overrides in model inheritance) closed by
- invalid: Please don't use the ticket system for asking questions -- the …
- 12:07 Ticket #8611 (Reverse for '<django.contrib.auth.decorators._CheckLogin object at ...) closed by
- invalid: What oyvind meant was that this is known to work in Django, trac is …
- 11:54 Ticket #8611 (Reverse for '<django.contrib.auth.decorators._CheckLogin object at ...) reopened by
- Replying to oyvind: > this is for django development, not …
- 11:28 Changeset [c9a63889]stable/1.0.x by
- [1.0.X] Fixed #10347 -- Fixed incorrect AttributeError raised when …
- 11:24 Changeset [5f9ac288]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10347 -- Fixed incorrect AttributeError raised when attempting …
- 11:24 Ticket #10347 (AttributeError in FileDescriptor.__get__) closed by
- fixed: (In [9902]) Fixed #10347 -- Fixed incorrect AttributeError raised when …
- 11:13 Ticket #9425 (select_related does not descend ForeignKey fields which can be null) closed by
- wontfix: Please don't reopen tickets closed wontfix by a core developer. The …
- 11:05 Changeset [3550aa2d]stable/1.0.x by
- [1.0.X] Fixed ##9842: allow imports of apps that use settings in …
- 11:02 Changeset [734376f]stable/1.0.x by
- [1.0.X] Fixed #9214: EmailMessage now respects the From header instead …
- 10:58 Changeset [bd2e7a78]stable/1.0.x by
- [1.0.X] Block a bunch of trunk-only changesets from merge to branch. …
- 10:21 Ticket #9425 (select_related does not descend ForeignKey fields which can be null) reopened by
- It actually is a bit onerous to maintain the list of foreign keys, …
- 10:14 Ticket #10348 (contrib.admin: select_related overwritten by ...) created by
- In trunk and 1.0.x, although I define (see #8213, see also #9554, and …
- 09:28 Ticket #10345 ('week_day' lookup type should use python's values for lookup) closed by
- wontfix: Wherever multiple standards (be they de facto or "official") exist and …
- 09:00 Ticket #10347 (AttributeError in FileDescriptor.__get__) created by
- How to reproduce: […]
- 08:45 Ticket #10346 (Field overrides in model inheritance) created by
- Why Django does'n implement a field overrides in a model "Meta …
- 07:59 Ticket #10345 ('week_day' lookup type should use python's values for lookup) created by
- #7672 introduced a new lookup type for weekdays that was committed in …
- 07:54 Ticket #10344 (Typo on http://docs.djangoproject.com/en/dev/topics/db/aggregation) created by
- Joins and Aggregates section has "model being queries" should be …
- 07:48 Ticket #10343 (Need a way to access widgets individually contained within a MultiWidget) created by
- Can you please include a way to access individual attr for date and …
- 05:15 Ticket #10161 (Fix F expressions with Oracle) closed by
- fixed: (In [9898]) Fixed #10161 -- Modified evaluation of query expressions …
- 05:15 Changeset [7d03ca9]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10161 -- Modified evaluation of query expressions to allow for …
- 04:14 Ticket #10210 (utils/cache.py _generate_cache_key expects headers to be string) closed by
- duplicate: Duplicate of #5176
- 03:33 Ticket #10342 (login view should accept a form class) created by
- I would like to override the default form (AuthenticationForm) in …
- 02:37 Ticket #3591 (add support for custom app_label and verbose_name) reopened by
- Please don't close tickets that aren't fixed yet.
- 01:53 Ticket #3591 (add support for custom app_label and verbose_name) closed by
- fixed
02/23/2009:
- 22:30 Ticket #10341 (Project module loaded twice) closed by
- duplicate: Duplicate of #8193.
- 22:20 Ticket #10341 (Project module loaded twice) created by
-
I have some initialization code in my project's
__init__.py
(the … - 20:31 Changeset [28605a9c]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Whitespace fix to [9896]. git-svn-id: …
- 20:28 Changeset [1b9bbb54]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add trove classifiers to setup.py git-svn-id: …
- 20:21 Changeset [17bb750]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Cleaned up some reST errors in the 1.1 alpha release notes, and made a …
- 19:46 Changeset [4251c60]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Bump version to 1.1 alpha 1 and add download_url for the eventual 1.1 …
- 19:42 Changeset [f3a95d2d]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Add 1.1 alpha 1 release notes git-svn-id: …
- 19:10 Changeset [4cf1327]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Cleaned up some documentation about admin URLs in Django 1.1. Thanks, …
- 17:35 Ticket #10337 (syncdb fails to load initial_data with certain __init__.py) closed by
- invalid: When python tries to import the models from your application so that …
- 17:25 Ticket #10337 (syncdb fails to load initial_data with certain __init__.py) reopened by
- I can reproduce it with the following steps: 1. {{{django-admin.py …
- 17:06 Ticket #9425 (select_related does not descend ForeignKey fields which can be null) closed by
- wontfix: If you want to descend nullable foreign keys, write them out in the …
- 17:01 Ticket #10337 (syncdb fails to load initial_data with certain __init__.py) closed by
- worksforme: I can't replicate this problem. I can't even think of a way that I …
- 16:46 Changeset [1aac357]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9303: comment templatetags no longer assume the built-in …
- 16:46 Ticket #9303 (comment templatetags should be independent of Comment model) closed by
- fixed: (In [9891]) Fixed #9303: comment templatetags no longer assume the …
- 16:31 Version1.1Roadmap edited by
- (diff)
- 16:21 Version1.1Features edited by
- Adding [9890]. (diff)
- 16:16 Ticket #8630 (Improve the comments framework customizability) closed by
- fixed: (In [9890]) Fixed #8630: finished the custom comment app API that was …
- 16:16 Changeset [63d85a68]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #8630: finished the custom comment app API that was left out of …
- 16:16 Changeset [7d4a9548]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Refactored CommentForm.get_comment_object into a handful of separete …
- 15:20 Ticket #10340 (Multiple content_type queries on "Change User" page in admin) created by
-
Current Permission.
__unicode__
() function uses self.content_type in … - 14:34 Ticket #10339 (models.my_model.objects.get(id=None) returns a result in MySQL) closed by
- wontfix: This is an issue with MySQL itself, for whatever god forsaken reason …
- 14:29 Ticket #10339 (models.my_model.objects.get(id=None) returns a result in MySQL) created by
- I stumbled upon an interesting bug today, and I believe that I've …
- 13:41 Ticket #10338 (Typo "yeah" instead of "yes" in docs) closed by
- invalid: The filter output is whatever you want based on the argument value: …
- 12:39 DjangoSpecifications/Core/Threading edited by
- (diff)
- 12:36 Ticket #10338 (Typo "yeah" instead of "yes" in docs) created by
- In the documentation for the "yesno" filter, it lists the output as …
- 12:01 Ticket #10337 (syncdb fails to load initial_data with certain __init__.py) created by
-
If the application's
__init__.py
contains […] "{{{manage.py … - 09:59 Ticket #10336 (Generic views documentation) created by
-
As per Jacob's to do list in docs/
internals/documentation.txt
this … - 08:48 Ticket #10182 ("invalid reference to FROM-clause" for nested annotate query) closed by
- fixed: (In [9888]) Fixed #10182 -- Corrected realiasing and the process of …
- 08:47 Changeset [542709d0]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10182 -- Corrected realiasing and the process of evaluating …
- 07:08 Ticket #10335 (tzinfo.py should use getdefaultencoding instead of getdefaultlocale[1]) created by
- In some locales on Mac OS X, page rendering fails with an error like: …
- 05:53 Ticket #10333 (Syndication framework calls context processors twice per item) closed by
- duplicate
- 05:50 Ticket #10334 (Syndication framework calls context processors twice per item) created by
- The syndication framework renders title and description of items from …
- 05:49 Ticket #10333 (Syndication framework calls context processors twice per item) created by
- The syndication framework renders title and description of items from …
- 04:48 Ticket #10332 (updated IT localflavor with new provinces added in 2009) created by
- in 2009 Italy added a few new provinces. They were already present in …
- 02:24 Localization edited by
- Translation offer added (ka - Georgian) (diff)
02/22/2009:
- 22:31 Changeset [93b3f89c]stable/1.0.x by
- [1.0.X] Fixed #10274 -- Fixed an embarrassing mistake in …
- 22:30 Changeset [4bd2447]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10274 -- Fixed an embarrassing mistake in …
- 22:30 Ticket #10274 (BaseGenericInlineFormSet.get_queryset calls .empty()) closed by
- fixed: (In [9886]) Fixed #10274 -- Fixed an embarrassing mistake in …
- 22:01 Ticket #10331 (Using model InlineFormset created with inlineformset_factory fails ...) closed by
-
invalid: I would suspect the foreign key to
User
is marked as … - 21:38 Ticket #10331 (Using model InlineFormset created with inlineformset_factory fails ...) created by
- The following code would fail with KeyError 'user' at …
- 15:51 django_apache_and_mod_wsgi edited by
- (diff)
- 13:51 Ticket #5986 (Easy way to customize ordering of fields on forms that use inheritance) closed by
- duplicate: Closing as a dpue of #8164 since it has the better API.
- 11:49 Ticket #9849 (select_related in admin change_list) closed by
- duplicate: I'm closing this as a duplicate of #9554 and will put a note there …
- 10:34 Ticket #10330 (ManyToManyField shows up last in admin form & model form) closed by
- duplicate: This is a duplicate of #6953.
- 10:29 Ticket #10330 (ManyToManyField shows up last in admin form & model form) created by
- I have a model that contains a ManyToManyField. Independent of where …
- 05:25 Changeset [eb442961]stable/1.0.x by
- [1.0.X] Fixed #10307 -- Removed references to FM/Federated States of …
- 05:18 Changeset [c2807db6]stable/1.0.x by
- [1.0.X] Fixed #10256 -- Corrected the interaction of extra(select=) …
- 04:25 Changeset [8366ef4]stable/1.0.x by
- [1.0.X] Blocked AUTHORS addition in r9882 from merge. git-svn-id: …
- 04:13 Changeset [13d3d9d9]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added Tomáš Ehrlich to the AUTHORS list (Elvard from r9876) …
- 03:54 Ticket #8650 (request.path_info is not documented) closed by
- duplicate: Closing in favour of #10328 which includes documentation update.
- 03:26 Ticket #6407 (ModelChoiceField with widget=HiddenInput doesn't behave as expected) closed by
- worksforme: Replying to oceantara: > But there's no reason to have to …
- 03:23 Changeset [315fd24]stable/1.0.x by
- Added SVNmerge annotations for some revisions already merged, and some …
- 02:38 Changeset [ef66773]stable/1.0.x by
- [1.0.X] Fixed #9031 -- Clarified the error message when the label used …
- 02:34 Changeset [5f7c6a8d]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9031 -- Clarified the error message when the label used to run …
- 02:34 Ticket #9031 (Small bug if typo in testcase) closed by
- fixed: (In [9879]) Fixed #9031 -- Clarified the error message when the label …
- 02:08 Changeset [3c48d866]stable/1.0.x by
- [1.0.X] Fixed #9276 -- Corrected the way the CSS class is rolled out …
- 02:05 Ticket #9276 (class="inline-related " for stacked inline editables in admin has ...) closed by
- fixed: (In [9877]) Fixed #9276 -- Corrected the way the CSS class is rolled …
- 02:05 Changeset [85691576]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9276 -- Corrected the way the CSS class is rolled out in a …
- 01:51 Ticket #9066 (Add Czech localflavor package) closed by
- fixed: (In [9876]) Fixed #9066 -- Added Czech localflavor. Thanks to Elvard …
- 01:51 Changeset [b2a43776]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9066 -- Added Czech localflavor. Thanks to Elvard for the …
- 01:19 Changeset [16f05e78]stable/1.0.x by
- [1.0.X] Fixed #9347 -- Added an entry in the field reference for the …
- 01:17 Changeset [d12ee87]stable/1.0.x by
- [1.0.X] Fixed #9939 -- Corrected minor error in model fields …
- 01:15 Changeset [b8797ae]stable/1.0.x by
- [1.0.X] Fixed #10007 -- Corrected (and narrowed) a reference to the …
- 01:13 Changeset [49216f50]stable/1.0.x by
- Blocked r9862 from merge to v1.0.X branch. git-svn-id: …
- 01:03 Changeset [0b61910]stable/1.0.x by
- [1.0.X] Fixed #10025 -- Corrected two minor typos in source …
- 01:01 Changeset [624fc2e]stable/1.0.x by
- Blocked r9860 from merge to v1.0.X branch. git-svn-id: …
- 00:43 Changeset [1bd70b4]stable/1.0.x by
- [1.0.X] Fixed #10118 -- Clarified the error message raised when …
- 00:41 Changeset [8519146]stable/1.0.x by
- [1.0.X] Fixed #10141 -- Added a missing import to the complex Feed …
- 00:39 Changeset [429b57d6]stable/1.0.x by
- [1.0.X] Fixed #10298 -- Corrected the example for the get_list_or_404 …
- 00:37 Changeset [a21e170d]stable/1.0.x by
- [1.0.X] Fixed #10312 -- Corrected a link to the Reportlab user guide. …
- 00:15 Ticket #10312 (Wrong URL at "Outputting PDFs with Django" page) closed by
- fixed
- 00:10 Changeset [0c2a5eb]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9347 -- Added an entry in the field reference for the …
- 00:10 Ticket #9347 (verbose_name option is missing in Model Field reference) closed by
- fixed: (In [9865]) Fixed #9347 -- Added an entry in the field reference for …
- 00:09 Ticket #9939 (Grammar error on doc page) closed by
- fixed: (In [9864]) Fixed #9939 -- Corrected minor error in model fields …
- 00:09 Changeset [a50a188]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9939 -- Corrected minor error in model fields documentation. …
- 00:09 Ticket #10007 (stringformat docs should link directly to the formatting docs) closed by
- fixed: (In [9863]) Fixed #10007 -- Corrected (and narrowed) a reference to …
- 00:09 Changeset [af34608]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10007 -- Corrected (and narrowed) a reference to the Python …
- 00:09 Changeset [7b9fe15a]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10009 -- Corrected a field reference in an example on rendering …
- 00:09 Ticket #10009 (Wrong variable name in example (page "Working with forms")) closed by
- fixed: (In [9862]) Fixed #10009 -- Corrected a field reference in an example …
- 00:08 Ticket #10025 (Docstring typo in django.contrib.auth.tokens) closed by
- fixed: (In [9861]) Fixed #10025 -- Corrected two minor typos in source …
- 00:08 Changeset [39dd4457]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10025 -- Corrected two minor typos in source documentation. …
- 00:08 Changeset [f1e8d24]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10030 -- Corrected a typo in a reference to the login_required …
- 00:08 Ticket #10030 (Typo in new admin documentation (r9739)) closed by
- fixed: (In [9860]) Fixed #10030 -- Corrected a typo in a reference to the …
- 00:07 Changeset [b1d487e0]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10118 -- Clarified the error message raised when accessing a …
- 00:07 Ticket #10118 (Minor Models Documentation Tweak) closed by
- fixed: (In [9859]) Fixed #10118 -- Clarified the error message raised when …
- 00:07 Ticket #10141 (exception name typo?) closed by
- fixed: (In [9858]) Fixed #10141 -- Added a missing import to the complex Feed …
- 00:07 Changeset [b77bf52]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10141 -- Added a missing import to the complex Feed example. …
- 00:06 Changeset [16d67a1]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10298 -- Corrected the example for the get_list_or_404 …
- 00:06 Ticket #10298 (get_list_or_404 documentation) closed by
- fixed: (In [9857]) Fixed #10298 -- Corrected the example for the …
- 00:06 Changeset [bd658cb8]soc2009/admin-uisoc2009/http-wsgi-improvementssoc2009/i18n-improvementssoc2009/model-validationsoc2009/multidbsoc2009/test-improvementssoc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.1.xstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10312 -- Corrected a link to the Reportlab user guide. Thanks …
Note: See TracTimeline
for information about the timeline view.