summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-16Fixed #7127 -- Fixed incorrect docstring for page_not_found() view. Thanks, k...Adrian Holovaty
2008-06-16Fixed #6993 -- Fixed a grammar error in docs/templates.txt. Thanks, Ionut Cio...Adrian Holovaty
2008-06-16Fixed #6980 -- Removed duplicate stuff in docs/django-admin.txt. Thanks, Evan...Adrian Holovaty
2008-06-16Fixed #6898 -- Fixed some typos in docs/templates_python.txt. Thanks, djoumeAdrian Holovaty
2008-06-16Fixed #7456 -- Removed check of exact IndexError exception text in a unit tes...Adrian Holovaty
2008-06-16Fixed #7454 -- Removed unnecessary import in newforms/fields.py. Thanks, lorienAdrian Holovaty
2008-06-16Fixed #7171 -- Removed some redundant code in ModelChoiceField. Thanks for th...Adrian Holovaty
2008-06-16Fixed #7420 -- Abstracted some more database options into DatabaseFeatures --...Adrian Holovaty
2008-06-15Fixed #7256 -- Corrected queryset code to return the correct set of columns w...Russell Keith-Magee
2008-06-15Fixed #7387 - Fixed circular import problem when importing `contrib.contentty...Gary Wilson Jr
2008-06-14Fixed #7340 -- Spanish translation updated with typo corrections and some imp...Marc Garcia
2008-06-14Fixed some stale documentation that was advising against the use of OneToOneF...Russell Keith-Magee
2008-06-14Fixed #6320 -- Clarified a few issues in the contribution docs surrounding th...Russell Keith-Magee
2008-06-13Fixed #7436 -- Corrected a fix from [7615] that broke some test cases. Don't ...Russell Keith-Magee
2008-06-12Fixed #7327 -- Added documentation and test case for defining subqueries. Tha...Russell Keith-Magee
2008-06-12Fixed #7427 -- Fixed docstring that was rendered incorrect due to qs-rf. Than...Adrian Holovaty
2008-06-12Fixed #7421 -- Improved syncdb implementation not to check for exact exceptio...Adrian Holovaty
2008-06-12Fixed #7026 -- Fixed misleading/incorrect exception text when adding to a man...Adrian Holovaty
2008-06-12Fixed #7194 -- Fixed typo in django-admin.txt. Thanks, jhlywaAdrian Holovaty
2008-06-12Negligible comment typo fixesAdrian Holovaty
2008-06-12Various documentation edits from the past few changesetsAdrian Holovaty
2008-06-11Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific app...Russell Keith-Magee
2008-06-11Fixed #7397: corrected order of command names in docs/django-admin.txtJames Bennett
2008-06-10Fixed some linking errors in the FAQ.Russell Keith-Magee
2008-06-09Fixed #7298: prevent update() on sliced QuerySet since UPDATE doesn't reliabl...Jacob Kaplan-Moss
2008-06-09Fixed #7350, #7202 -- Fixed serialization for multi-model inheritance, which ...Russell Keith-Magee
2008-06-08Added a note about manage.py createsuperuser requiring django.contrib.auth. T...Jacob Kaplan-Moss
2008-06-08Fixed #7394: fixed bug with syncdb and createsuperuser introduced in [7590]. ...Jacob Kaplan-Moss
2008-06-08Fixed #7369: fixed a corner-case involving select_related() following non-nul...Jacob Kaplan-Moss
2008-06-08Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the n...Russell Keith-Magee
2008-06-08Fixed #4371 -- Improved error checking when loading fixtures. Code now catche...Russell Keith-Magee
2008-06-08Move "createsuperuser" docs down one slot to maintain alphabetical ordering o...James Bennett
2008-06-08Add documentation for the creatsuperuser target (added in [7590]) to doc/djan...James Bennett
2008-06-08Added some new entries to the FAQ regarding the mailing lists and reporting s...Russell Keith-Magee
2008-06-08Fixed #6394: improved comment stripping in initial SQL files. Thanks, Thomas ...Jacob Kaplan-Moss
2008-06-08Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq.Jacob Kaplan-Moss
2008-06-07Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit Up...Jacob Kaplan-Moss
2008-06-07Fixed #7342: Ignore any Meta options starting with '_', thus making it OK for...Jacob Kaplan-Moss
2008-06-07Fixed #5836 -- Corrected the logic in the Test Client when an exception raise...Russell Keith-Magee
2008-06-06Fixed #7382 -- Added a reference to Pisa HTML2PDF in the PDF output docs. Tha...Russell Keith-Magee
2008-06-06Refs #7297 -- Corrected some doctest strings internal to the utils.text modul...Russell Keith-Magee
2008-06-06Fixed #7293 -- Corrected some doctests strings internal to the template modul...Russell Keith-Magee
2008-06-06Removed a stray tab from [7578]. Russell Keith-Magee
2008-06-06Fixed #7165 -- Added an assertNotContains() method to the test client. Thanks...Russell Keith-Magee
2008-06-06Fixed #7143 -- Modified the test client to better match (most) real browser b...Russell Keith-Magee
2008-06-06Fixed #6168 -- Updated the Django system test runner to make it possible to r...Russell Keith-Magee
2008-06-06Fixed #7366 -- Modified a few expected test outputs to remove the dependency ...Russell Keith-Magee
2008-06-05Fixed #6886: Tightened up ForeignKey and OneToOne field assignment. Specifica...Jacob Kaplan-Moss
2008-06-02Italian translation: fixes #7348, other small fixes. Thanks to BazzaniMarco.Nicola Larosa
2008-05-31Fixed #6820: flush no longer fails under PostgreSQL 8.3. WARNING: In the proc...Jacob Kaplan-Moss