summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #2469 -- Made the "drop index" constraint names match those we create i...Malcolm Tredinnick2006-08-091-1/+1
* Fixed #2260 -- fixed a problem where some foreign key references were beingMalcolm Tredinnick2006-08-091-5/+11
* Negligible style change in django.db.models.loadingAdrian Holovaty2006-08-081-2/+2
* Added example of strftime formatting to docs/model-api.txt FileField docs. Th...Adrian Holovaty2006-08-081-0/+7
* Fixed #2494 -- Django development server no longer does reverse DNS. As a sid...Adrian Holovaty2006-08-071-4/+0
* Fixed #2491 -- Pass the project directory back from setup_environ so that weMalcolm Tredinnick2006-08-061-1/+2
* Moved the environment setup into a method that can be called from other scripts.Malcolm Tredinnick2006-08-061-1/+7
* Fixed #2486 -- Fixed typo in docs/generic_views.txt. Thanks, umbrae@gmail.comAdrian Holovaty2006-08-051-1/+1
* Fixed #2485 -- Added comment to project_template/settings.py that says to use...Adrian Holovaty2006-08-051-1/+2
* Fixed #61 -- Added admin/auth/user/*.html to setup.pyAdrian Holovaty2006-08-051-0/+1
* fixed #2171: updated 'ru' translationGeorg Bauer2006-08-042-1/+2
* Cleaned up 'How do I create users without having to edit password hashes?' en...Adrian Holovaty2006-08-041-6/+3
* Fixed #61 -- No more editing hashes when creating users via the admin. Create...Adrian Holovaty2006-08-044-0/+92
* Fixed #2462 -- Changed showRelatedObjectLookupPopup to open a window that's 8...Adrian Holovaty2006-08-021-1/+1
* Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simo...Adrian Holovaty2006-08-022-0/+7
* Fixed #2257 -- make constraint names unique across all table/columnMalcolm Tredinnick2006-08-011-7/+3
* Fixed #2465 -- Documented the fact that select_related doesn't follow null=TrueAdrian Holovaty2006-08-011-0/+3
* Refs #1796 -- Fixed a problem when creating models with relations toMalcolm Tredinnick2006-08-011-1/+1
* Added link to 'batteries included' explanation in docs/add_ons.txtAdrian Holovaty2006-08-011-2/+5
* Fixed #2463 -- Fixed temporarily broken many-to-many fields in admin interfac...Adrian Holovaty2006-08-011-2/+5
* Fixed #2269 -- limit_choices_to now works properly with a custom ForeignKey.t...Adrian Holovaty2006-08-011-1/+1
* Fixed #2370 -- It's now possible to pass default URLconf arguments to include...Adrian Holovaty2006-08-014-5/+52
* Fixed inconsistency in docs/url_dispatch.txt with regard to matching docs/ove...Adrian Holovaty2006-08-011-5/+5
* Modified Calendar and Clock javascript to evaluate popup position at time of ...Russell Keith-Magee2006-08-011-25/+41
* Fixed #2449 -- gzip middleware no longer gzips Javascript. Thanks for the pr...Jacob Kaplan-Moss2006-07-311-1/+5
* Fixed #2460 -- JSON serializer now correctly handles datetime objects. Thank...Jacob Kaplan-Moss2006-07-311-3/+3
* fixed #2446: updated 'sl' translationGeorg Bauer2006-07-312-367/+273
* Fixed an RST typo so that the django-users mailing list reference is now aMalcolm Tredinnick2006-07-311-1/+1
* Clarified 'Django no longer requires a database' in docs/release_notes_0.95.txtAdrian Holovaty2006-07-311-1/+5
* Fixed #2451 -- setup.py no longer has to list each language, thanks to patter...Adrian Holovaty2006-07-301-31/+1
* Fixed ReST error in docs/release_notes_0.95.txt. Thanks, Jeremy DunckAdrian Holovaty2006-07-301-1/+1
* Changed django.VERSION from 0.95 to to 0.96-preAdrian Holovaty2006-07-301-1/+1
* Seed the global app cache in a call to db.models.get_model() except when we areMalcolm Tredinnick2006-07-292-4/+8
* Formatted docs/api_stability.txt in our ReST format, with titlesAdrian Holovaty2006-07-291-1/+7
* Formatted docs/release_notes_0.95.txt in our ReST format, with titlesAdrian Holovaty2006-07-291-3/+8
* Added note to docs/templates.txt about same logical operatorAdrian Holovaty2006-07-291-0/+5
* Added some more stuff to docs/release_notes_0.95.txtAdrian Holovaty2006-07-281-0/+4
* Changed .91 to .95 in docs/install.txtAdrian Holovaty2006-07-281-11/+3
* Fixed #2330 -- Added hack to stop KeyErrors from being thrown by the autorelo...Adrian Holovaty2006-07-281-0/+8
* Changed django.VERSION to (0, 95, None) to signify final 0.95 releaseAdrian Holovaty2006-07-282-2/+2
* Removed section in docs/templates_python.txt about Django 0.91Adrian Holovaty2006-07-281-15/+0
* Added docs/release_notes_0.95.txtAdrian Holovaty2006-07-281-0/+113
* Removed bug from [3461] -- __name__ is not assignableAdrian Holovaty2006-07-281-1/+0
* Added Jay Parlar to AUTHORS -- sorry I missed you the first time, Jay!Jacob Kaplan-Moss2006-07-281-0/+1
* Added 'Where can I find Django developers for hire?' to the FAQAdrian Holovaty2006-07-281-0/+10
* Fixed ReST error in docs/forms.txtAdrian Holovaty2006-07-281-3/+3
* Small clarifications to docs/forms.txt change from [3466]Adrian Holovaty2006-07-281-7/+14
* Small clarification to docs/templates.txt change from [3465]Adrian Holovaty2006-07-281-5/+6
* Added django.db.models.permalink decorator, which decorates a function that r...Adrian Holovaty2006-07-281-0/+12
* Added urlpatterns_reverse unit tests, which test the reverse lookup of URLsAdrian Holovaty2006-07-281-0/+47